• 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

Eclipse w/ Web Tools Platform and Struts

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy.

I'm working on a Struts project and in looking for a suitable environment for my team, I've come across the WTP project for Eclipse.

While I'm aware that the two are not designed to be used together, there's alot about WTP that I like.

My questions are basically as such: Is it worth the effort to attempt to integrate Struts with the WTP framework? If so, is there any tutorials or books that deal with the subject? If not, am I (generally) better off sticking w/ Struts and "vanilla" Eclipse or abondoning Struts and using the WTP? Any resources that compare the pros and cons of the doing it either way?

The team hasn't started yet, so I have a relatively free hand to choose the development environment of my choice.
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Karl,
I don't know much about WTP, but pieces of it look useful. A JSP editor is a JSP editor regardless of what special tags you have. Of course you wouldn't get the Struts config file editor, so there would be some more hand coding than usual. You could do a hello world type Struts application in WTP to see whether it is something you can live with.

Have you taken a look at Eclipse plugins for Stuts? You can find some by searching this forum. This is a middle ground betweek plain vanilla Eclipse and the WTP. I wouldn't go the route of abandoning Struts unless you are substituting a known framework (JSF, Spring, etc) in it's place.
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I faced problem installing WTP.

I posted my question here : https://coderanch.com/t/104146/vc/Eclipse-Plugin-JSP

Can you help me ?

Thanks.
 
Ranch Hand
Posts: 493
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at MyEclipseIde (www.myeclipseide.com). I use it in the Struts projects. You might like it.
Bharat
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic