• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts IDE

 
Ranch Hand
Posts: 495
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Ranch Hand
Posts: 354
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WSAD 5.x+ (built on Eclipse) has some built-in supports for Struts.
 
Sheriff
Posts: 17644
300
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try Exadel Studio http://www.exadel.com
 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JDeveloper 10g has good support for Struts. Personally I just prefer developing in Eclipse
 
Ranch Hand
Posts: 472
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, Ajay Reddy ...do you might to explain more detail ....any plugin u installl for IDEA ? thank you
 
Ajay Reddy
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic