Java is one of most popular cross-platform programming language. Qt is a cross-platform application framework.
QtJambi is the Java binding for Qt framework. There are bindings available for Qt with Python as well. One major benefit of using Qt is that it separates the Graphical representation with the logic cleanly. This is extremely useful because the programmer can focus solely on the logic without worrying about the Graphical representation. The other main benefit is the reuse, I can use the same graphical representation of the application with different programming languages. e.g. I developed an application in Python, but i can reuse the same graphical representation with Java.
More information about Java, Qt and QtJambi can be found here:
https://en.wikipedia.org/wiki/Java_(programming_language)
https://en.wikipedia.org/wiki/Qt_(software)
https://en.wikipedia.org/wiki/Qt_Jambi
More information about Java, Qt and QtJambi can be found here:
https://en.wikipedia.org/wiki/Java_(programming_language)
https://en.wikipedia.org/wiki/Qt_(software)
https://en.wikipedia.org/wiki/Qt_Jambi
No comments:
Post a Comment