Qt Jambi 4.4 Has Been Released

    2008
    10
    Jun
    Qt

    Trolltech today announced the launch of Qt Jambi 4.4 – the latest version of its application framework for Java development.
    Qt Jambi is based on the recently-launched Qt 4.4, and brings its benefits to Java developers: including the ability to develop web and multimedia enriched applications across desktop operating systems.

    Among the new features in Qt Jambi 4.4 you can find:

  • Integration with WebKit, the open source browser engine based on KDE's KHTML.
  • Integration with Phonon, a cross platform multimedia API from KDE which allows you to play and manipulate video and sound in your application.
  • Support for any compliant JDBC driver as a backend to Qt Jambi's SQL classes.
  • Widget can be used inside a graphics view, allowing transformations and manipulations to be combined with the regular application logic.
  • For information about more features see the Gunnar's release blog.

    Comments

    Score: 0

    Applications

    Jambi is still somewhat new, but are there any slightly popular OSS projects being written with it yet?

    It'd be interesting to see how well a Qt Jambi web browser compared to one of the C++ QtWebKit based browsers from both a development PoV as well as a run-time PoV.

    Score: 0

    Re: Applications

    Seems like QtJambi would really shine when it using other Java libraries. A web browser is actually a simple thing to implement when you have QtWebKit (the QtJambi demo even comes with one).

    Score: 0

    Re: Applications

    Hi,

    you're absolutely right. We (Salus, an OSS diabetes management system) are currently developing our application with QtJambi and it's really neat to use persistence frameworks like hibernate or an object-oriented database like Db4o in a familiar Qt-environment. Imho, developing with QtJambi in Java is much faster than it is in C++...

    Best regards,
    Matthias

    Score: 0

    Java and KDE

    Is it possible to program in Java KDE programms?
    Are there tutorials avaible?

    Score: 0

    Re: Java and KDE

    Short: no and no.

    Long: The tools used by Jambi to build the glue needed to make Qt usable from Java could be used for the KDE libraries, except that right now no one has stepped up to do the work. The infrastructure is in place. So the job would rather straight foreward I imagine.

    --
    Simon

    Score: 0

    Re: Java and KDE

    Ok thanks.