Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Qt Jambi, Trolltech releases Qt for Java 41

Hardingfela writes "Trolltech has released a preview of its long awaited Java bindings for Qt 4. "Qt Jambi technology integrates Qt with the Java programming language, providing new possibilities for both Java and C++ programmers. This technology enables Java developers to take advantage of the powerful features of Qt from within Java Standard Edition 5.0 and Java Enterprise Edition 5.0" More information on the Jambi press release and tech details in the Jambi whitepaper. To get your copy sign up to the preview license (final release will be also available under an open source license) and download."
This discussion has been archived. No new comments can be posted.

Qt Jambi, Trolltech releases Qt for Java

Comments Filter:
  • by Doomedsnowball ( 921841 ) <doomedsnowballs@yahoo.com> on Monday July 31, 2006 @02:20PM (#15818957)
    From the white paper:
    The Qt Jambi Generator is a command-line tool that reads class definitions written in C++ and generates code that maps a C++ library onto an equivalent Java API. The generated code ensures that method calls made in Java are redirected to the corresponding method in the C++ library. The generator supports a selected subset of C++, covering the most common constructs such as multiple inheritance and operator overloading.


    Well, I for one welcome our new void setText(String overlords);
  • by Reverend528 ( 585549 ) on Monday July 31, 2006 @02:21PM (#15818973) Homepage
    Mekka Hiney Ho.
  • by BenjiTheGreat98 ( 707903 ) on Monday July 31, 2006 @05:02PM (#15820531)
    The only reason I even opened this story was to see if anybody would make a PeeWee joke.
  • by The Snowman ( 116231 ) * on Monday July 31, 2006 @08:06PM (#15821708)
    GUI programming in C is a *pain*, it's awful beyond words.

    Nah, it isn't all that bad. See, all you have to do is make a structure for your window. Then you set all the properties using preprocessor constants. Next you call some function and get a handle, which is like an object, but isn't. And, since it's a primitive, you can even use your window handle as a mouse handle, icon handle, etc. so it's really versatile! Also, creating a simple GUI in C is a short 50 lines of code, anyone can recite that from memory. Plus, you have the added advantage that C GUI code is tied to your architecture, so you can't port it from Win32 to X to MacOS without a lot of trouble. See? It isn't all that bad!

"Engineering without management is art." -- Jeff Johnson

Working...