-
J2EE IDE (5 messages)
- Posted by: Chris Opacki
- Posted on: April 19 2004 14:28 EDT
I'm about to evaluate some IDEs for J2EE development. My development team is currently using ultra-edit. Time to move on... What's the best best IDE for J2EE development out there and why?Threaded Messages (5)
- J2EE IDE by Trevor Brosnan on April 19 2004 14:48 EDT
- J2EE IDE by George Coller on April 19 2004 16:36 EDT
- J2EE IDE by Srinivas Reddy Bijjam on April 20 2004 11:10 EDT
- Intellij by Arush Verdan on April 20 2004 21:02 EDT
- J2EE IDE by Chris Opacki on April 21 2004 11:02 EDT
-
J2EE IDE[ Go to top ]
- Posted by: Trevor Brosnan
- Posted on: April 19 2004 14:48 EDT
- in response to Chris Opacki
I really like Eclipse. It is open-source, and there are lots of plugins available, for things like Tomcat, Struts, JDO etc. It is also much faster performance-wise than Netbeans.
Take a look at http://eclipse-plugins.2y.net/eclipse/index.jsp for a listing of plugins available for Eclipse - a majority of them free. -
J2EE IDE[ Go to top ]
- Posted by: George Coller
- Posted on: April 19 2004 16:36 EDT
- in response to Chris Opacki
I'd suggest Eclipse or IntelliJ.
Eclipse, if you are cheap or just hate the thought of spending money on productive software.
IntelliJ, if you don't mind spending a little money to get probably the best overall Java IDE available.
That said, I tend to recommend looking into Eclipse first since it is free and does have a lot of support. Don't try IntelliJ if you are cheap since it will spoil you and you'll spend nights awake. :-)
Middle ground? I've heard that for $30/year subscription you can get MyEclipse, which is Eclipse with support and a ton of supported plugins. I'd go this way if I went Eclipse since I'd like a full suite of compatible plugins from the get go.
For J2EE you want, refactoring support, ant integration, JSP editor with code completion (very nice).
I use IntelliJ becuase why would I spend $2500 on a kick ass laptop and then cheap out on an IDE? Just me though. -
J2EE IDE[ Go to top ]
- Posted by: Srinivas Reddy Bijjam
- Posted on: April 20 2004 11:10 EDT
- in response to Chris Opacki
Try Pramati Studio.
Its ease for devlopment. -
Intellij[ Go to top ]
- Posted by: Arush Verdan
- Posted on: April 20 2004 21:02 EDT
- in response to Chris Opacki
Intellij Intellij Intellij Intellij!!
-Arush -
J2EE IDE[ Go to top ]
- Posted by: Chris Opacki
- Posted on: April 21 2004 11:02 EDT
- in response to Chris Opacki
thanks for your help