| Author |
Struts IDE
|
Abiodun Adisa
Ranch Hand
Joined: Jan 17, 2002
Posts: 495
|
|
|
Please what is the Best IDE out there for developing Struts Applications i have used Exadel and Jbuilder and i am not satisfied with em
|
 |
Vani Bandargal
Greenhorn
Joined: Jun 20, 2005
Posts: 3
|
|
I have used JDeveloper. It was good. Now I am using Eclipse and this is also not bad. [ June 24, 2005: Message edited by: Vani Bandargal ]
|
 |
alan do
Ranch Hand
Joined: Apr 14, 2005
Posts: 354
|
|
|
WSAD 5.x+ (built on Eclipse) has some built-in supports for Struts.
|
-/a<br />certified slacker...yes, my last name is 'do' - <a href="http://www.luckycouple.com" target="_blank" rel="nofollow">luckycouple.com</a>
|
 |
Junilu Lacar
Bartender
Joined: Feb 26, 2001
Posts: 4134
|
|
|
IBM Websphere Studio Application Developer 5.x and the newer Rational Application Developer 6.0 has good support for Struts. There are also some plugins for Eclipse that make it easier to develop Struts applications. MyEclipse also has good Struts support.
|
Junilu - [How to Ask Questions] [How to Answer Questions] [MiH]
|
 |
Ajay Reddy
Ranch Hand
Joined: Apr 08, 2005
Posts: 43
|
|
|
IDEA intelliJ is quite good too. I have been using it for about 2 years now. It has hot deploy where you can deploy your application without shutting down your container. I can also debug and does NOT require lot of effort setting it up.
|
 |
Michael Bronshteyn
Ranch Hand
Joined: Mar 26, 2002
Posts: 85
|
|
|
Try Exadel Studio http://www.exadel.com
|
Michael
SCJP2
|
 |
Jack Wiesenthaler
Ranch Hand
Joined: Jul 26, 2001
Posts: 75
|
|
JDeveloper 10g has good support for Struts. Personally I just prefer developing in Eclipse
|
 |
Nakata kokuyo
Ranch Hand
Joined: Apr 13, 2005
Posts: 437
|
|
|
hi, Ajay Reddy ...do you might to explain more detail ....any plugin u installl for IDEA ? thank you
|
 |
Ajay Reddy
Ranch Hand
Joined: Apr 08, 2005
Posts: 43
|
|
As far as Struts goes, there are no plugin's to install. You just give all the libraries your project uses including struts.jar. There is nothing special to configure. You can download Sturts Console and plug-in to IDEA, which allows you to fill-in your struts-config.xml file without any errors. But this is not needed to run Struts in IDEA. Thanks.
|
 |
 |
|
|
subject: Struts IDE
|
|
|