I just finished reading the whitepaper, Improving Java Development: A Comparative Study of Commercial Eclipse-based IDEs. It is an interesting read and compares base Eclipse against Code Gear JBuilder, IBM's Rational Application Developer and Genuitec's MyEclipse. The overall results were very favorable to JBuilder which does not surprise me because I was a big fan, user and certified trainer of JBuilder until Eclipse was open sourced. So, I am sure the new JBuilder product built on Eclipse is great too. Unfortunately, I have just not had the time to check it out.
I am a little surprised/disappointed in the white paper though. What it fails to do is make a fair comparison with Eclipse and the commercial tools. It compares base Eclipse with the commercial tools rather than a bundled version such as Europa JEE or Callisto. So, if you are doing Java EE or J2EE development and are still using the base Eclipse, upgrade to Europa JEE. It will provide more of the tools you need for doing enterprise Java development. Even if you are not doing enterprise development, the Web Tools Platform included with Europa JEE includes helpful tools like XML tools that make even standard Java development easier.
Random thoughts about my interests in Java, consulting, scripting in Java and software development (especially for small and medium size organizations).
Subscribe to:
Post Comments (Atom)
AWS EC2 Hibernate Java SDK v2 Example
I recently wanted to automate the creation of developer VMs in AWS using EC2 instances. To improve the developer experience (DX), I didn'...
-
In May of 2009, I wrote the blog post The Ultimate Enterprise Java Build Solution . Over the past 7 years since I wrote the post I have help...
-
Early in my career I took on the role of setting up and operating the build infrastructure of many of the projects I have consulted on. I st...
-
Class loading issues are a common frustration for many Java developers. The dreaded java.langClassNotFoundException means they can forget a...
No comments:
Post a Comment