Angelo Badellino
Angelo Badellino

Reputation: 2191

Struts2 template for Eclipse

I am starting to learn Struts2 and am looking for a plugin for Eclipse IDE for rapidly setting up Struts2 Projects.

Could the community advise me on available options for rapid Struts2 development in Eclipse? Please share any links if you feel they can assist me.

Upvotes: 0

Views: 399

Answers (2)

thejartender
thejartender

Reputation: 9379

As has been suggested already here I would advise you to use Maven for creating archetypes, but also because Maven will offer you abstraction from your IDE (meaning that if you don't like what Eclipse has to offer, just ditch it for any other modern IDE and you project should be ready to be used in (hopefully) in that newer IDE.

Upvotes: 0

Mohamed
Mohamed

Reputation: 11

You would use maven2 to create a template project (archetype) and then use maven eclipse plugin to convert it to eclipse project then importing it from eclipse

Upvotes: 1

Related Questions