Search code examples
javaeclipsenetbeansdesktopplatform

Java Desktop application framework


I am working on designing and building a desktop application. I am thinking about using eclipse or netbeans for the base of this application. However, I have never built on either of these platforms. I am personally leaning to using netbeans because it seams like that platform is an easer learning curve. But, I wanted to ask people that have actually build on these platforms before which one is easier to use?

My personal definition of easer is as follows:

  • Easy to get started with

  • Consistent and logical API

  • Good documentation

  • Easy to build and deploy

Thanks very much,

Josh


Solution

  • I can't say enough about the Eclipse RCP platform. I would recommend it for any Java desktop app development.

    It's free, has great tutorials, and allows cross-platform development of rich desktop applications that use native OS windowing toolkit, meaning that your application will look native in any platform. It also has a clean API that stays out of your way, and makes deploying to any platform a piece of cake.

    If your interested check out this book: http://www.amazon.com/Eclipse-Rich-Client-Platform-Applications/dp/0321334612