Wednesday, September 23, 2015

QtJambi: Java with Qt framework

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.

No comments:

Post a Comment