[KDE Dot News]
 faq
 flatforty
 contribute
 subscribe
 configure
 search
 rdf

 main


  Qt Jambi Developer Contest Announced
Qt Posted by Eskil Abrahamsen Blomfeldt on Wednesday 08/Nov/2006, @14:40
from the i'm-gonna-code-me-a-new-laptop dept.
Trolltech has announced the Qt Jambi Developer Contest, which is now open to all developers following the release of the third Technology Preview (TP) of Qt Jambi. The contest is aimed at encouraging both Java and Qt programmers to try out the new features available in the Qt Jambi TP3. This third and final technology preview is built on the newly-released Qt 4.2, giving Java programmers access to powerful new Qt features like the powerful 2D graphics canvas (Qt Graphics View) and simplified application styling through Widget Stylesheets.

To enter, developers are asked to create a Qt Jambi-based demo application and submit their entry via. email to qtjambi-contest@trolltech.com. Entries will be accepted until the 15th December 2006 deadline, and one winner will receive a 2.0GHz Apple MacBookŪ.

For more details and submission guidelines, please visit the Qt Jambi Technology Preview Page. Good luck!



<  |  >

 

  Related Links
 ·   Articles on Qt
 ·   Also by Eskil Abrahamsen Blomfeldt
 ·   Contact author

Thread Threshold:

The Fine Print: The following comments are owned by whomever posted them.
( Reply )

Qt app in Java? great idea to expends Qt market.
by somekool on Thursday 09/Nov/2006, @01:41
Now, can I write Qt applications in J2ME? Because the only reason I have to learn and write Java as of now. It's because of cellphones. If I could use Qt on J2ME that be the greatest news in years.
[ Reply To This | View ]
  • Re: Qt app in Java? great idea to expends Qt market.
    by blacksheep on Saturday 11/Nov/2006, @08:54
    Even if there is a Qt J2ME edition (dunno), you would have to require your users to install it in their cellphones because it isn't bundled in any. This probably kills your use for it, no?
    Anyway, I find the idea of such a featurefull GUI toolkit like Qt for J2ME silly.
    [ Reply To This | View ]
    • Re: Qt app in Java? great idea to expends Qt market.
      by Kevin Krammer on Sunday 12/Nov/2006, @07:57
      Well, not on devices based on Qtopia. There Jambi would allow access to the platform's native GUI.
      [ Reply To This | View ]
Irrelevant
by Frerich on Thursday 09/Nov/2006, @05:43
I think the various distro news are borderline (I guess there's a fair amount of KDE folks who are interested in anew Kubuntu release or something), but this? What the heck has Qt Jambi that's interesting to a sufficiently large part of the readers here to be worth being posted?
[ Reply To This | View ]
  • Re: Irrelevant
    by Aaron J. Seigo on Thursday 09/Nov/2006, @08:14
    a high quality officially supported set of bindings to the toolkit we use isn't relevant?

    well, i suppose if you aren't a developer or someone interested in technical advances then it's not interesting.
    [ Reply To This | View ]
    • Re: Irrelevant
      by missingthepoint on Friday 10/Nov/2006, @07:48
      > a high quality officially supported set of bindings to the toolkit we use isn't relevant?

      I cannot see why and how bindings to Java are interesting. What is the motivation for a customer to buy Qt licenses (the licensing model would be very interesting to see) instead of using existing Java stuff (given that SWT kicks ass). J2EE is out of scope for Qt. What market is this intended for? Is the feeling that Java developers would choose Qt for just the API? Please enlighten me.
      [ Reply To This | View ]
      • Re: Irrelevant
        by Aaron J. Seigo on Friday 10/Nov/2006, @11:34
        > I cannot see why and how bindings to Java are interesting

        the same reason any bindings are interesting: people prefer that language for a specific task and would like to use the superior Qt API particularly if they are familiar with it already.

        would you be pissing and moaning if this were python or ruby bindings for Qt? there are other desktop toolkit options for python and ruby after all.

        > given that SWT kicks ass

        and yet i keep hearing from people who work with java how much it doesn't kick ass. *shrug*

        > What market is this intended for?

        good example is a company i know in the city i live in: they write c++ apps using Qt for their imagery work which is a core part of their business. they also have some people working in java on technologies that interface with the web; there is a bunch of servlet code and there is also some client side gui code. they're not overly happy with what they get with java for client side computing and are very familiar with Qt's api. for them it makes a lot of sense to look into this as they get "the best of both worlds" in their opinion: the quality and clarity of Qt and the language of choice.
        [ Reply To This | View ]
      • Re: Irrelevant
        by Phil Thompson on Friday 10/Nov/2006, @18:08
        > Is the feeling that Java developers would choose Qt for just the API?

        Yes.

        This is about bringing the Qt API to a wider audience. In that sense it's of less interest to us because we already know how good the Qt API is. But it's always nice to know that the word is being spread.

        It's not about changing the way existing users of the Qt API use it. While I guess there will be some people wanting to move from C++ to Java who now have one less barrier in their way, those people fortunate enough to be programming in Python or Ruby aren't going to throw away all that productivity by reverting to Java.
        [ Reply To This | View ]
  • it's not about Jamba
    by Thomas on Thursday 09/Nov/2006, @10:10
    it's about Jambi ....
    ...dear
    [ Reply To This | View ]
  • Re: Irrelevant
    by AJ on Friday 10/Nov/2006, @05:03
    Creating a new binding for Qt can reveal still hidden bugs or design flaws (although i suppose there arn't that many left).
    [ Reply To This | View ]
What about Kde Jambi ? :)
by shamaz on Thursday 09/Nov/2006, @05:45
Before somebody says "C++ > Java" or "Java < foo" or even "java == evil Sun proprietary software"; I'd like to say that Qt Jambi is a good thing.

Sun is about to release the jdk 6 with an open source license (and it may be GPL). It will support several script languages including groovy, jruby, javascript, python and sleep (see https://scripting.dev.java.net/ ), and it is quite fast (yes, I know it's not as fast as c++).

The next step is to make "Kde Jambi" (based on Qt Jambi, since it will be open source), and with only ONE kde bindings, it will be possible to use several languages. By the way, jruby + "Kde Jambi" might be another approach to Korundum.

I hope the Kde-bindings team will study this idea :)
[ Reply To This | View ]
  • Re: What about Kde Jambi ? :)
    by ben on Friday 10/Nov/2006, @10:48
    does it work with Gnu Classpath
    [ Reply To This | View ]
    • Re: What about Kde Jambi ? :)
      by Iron Gato on Friday 10/Nov/2006, @12:13
      > does it work with Gnu Classpath

      Certainly, that's the whole point of writing Java bindings ;-)

      Offtopic: there are seemingly credible rumors that Sun's JDK is going to be GPLed very soon now, which means the Sun's Java will more than likely switch to the same licensing model as Qt and MySQL.
      [ Reply To This | View ]
      • Re: What about Kde Jambi ? :)
        by Patcito on Friday 10/Nov/2006, @16:20
        >Offtopic: there are seemingly credible rumors that Sun's JDK is going to be GPLed very soon now, which means the Sun's Java will more than likely switch to the same licensing model as Qt and MySQL.

        You mean people will need to pay 3000 bucks to Sun to write proprietary apps?
        [ Reply To This | View ]
        • Re: What about Kde Jambi ? :)
          by ok on Friday 10/Nov/2006, @16:28
          We don't know that yet.
          [ Reply To This | View ]
        • Re: What about Kde Jambi ? :)
          by Iron Gato on Friday 10/Nov/2006, @23:10
          > You mean people will need to pay 3000 bucks to Sun
          > to write proprietary apps?

          No, it's actually much more clevere, they will need to pay 3000 bucks to ME in order to write proprietary apps.

          Although I admit it's quite shameful to expect money from people who expect money from people.
          [ Reply To This | View ]
  • Re: What about Kde Jambi ? :)
    by Richard Dale on Saturday 11/Nov/2006, @02:56
    "The next step is to make "Kde Jambi" (based on Qt Jambi, since it will be open source), and with only ONE kde bindings, it will be possible to use several languages. By the way, jruby + "Kde Jambi" might be another approach to Korundum."

    Yes, once Sun's language gets a Free Software license I hope it encourages more languages to be used on the platform. Of course the Qyoto/Kimono C# bindings for Mono will also allow some interesting experiments with IronPython, Ruby/CLR, Nermerle and other CLR based languages.
    [ Reply To This | View ]
    • Re: What about Kde Jambi ? :)
      by shamaz on Monday 13/Nov/2006, @01:59
      Seems like we will know about the license today :)
      http://www.sun.com/2006-1113/feature/index.jsp
      [ Reply To This | View ]
      • Re: What about Kde Jambi ? :)
        by shamaz on Monday 13/Nov/2006, @06:22
        It' now official !!!! \o/
        http://www.sun.com/2006-1113/feature/story.jsp
        Java is GPLv2. This is a great day :) (at least for me)
        [ Reply To This | View ]
        • Re: What about Kde Jambi ? :)
          by Iron Gato on Monday 13/Nov/2006, @06:40
          Yep, quite a pleasant shock. I wish we had more like that.
          [ Reply To This | View ]
License?
by Simon Edwards on Monday 13/Nov/2006, @11:20
I can't find an info on the Trolltech site about which license(s) will be used to publish Jambi when it is finished. Can I assume it will be the same deal as Qt?

--
Simon
[ Reply To This | View ]
  • Re: License?
    by shamaz on Tuesday 14/Nov/2006, @00:32
    There will be an open source version of Qt Jambi.
    http://www.trolltech.com/developer/knowledgebase/faq.2006-07-21.1262524505/
    [ Reply To This | View ]

 
The Fine Print: The previous comments are owned by whomever posted them.
( Reply )

  "I tried to play with some toy applications and enjoyed it." -- Werner Trobin
KDE®, "K Desktop Environment", "KDE Dot News", "got the dot?" and the KDE Logo® are trademarks or registered trademarks of KDE e.V. in the European Union, the United States and other countries. All other trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the poster. The rest: Copyright © 2000-2008 KDE e.V. for The KDE Project. For further information or comments on this site, please contact the Webmaster.
[ home | post article | flat forty | subscribe | search | rdf ]