• 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 in eclipse

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Every one,
I have downloaded eclipse 3.4,struts 1.2.2,tomcat 5.5 and eclipse tomcat plugin com.sysdeo.eclipse.tomcat_3.2.1.
I have completed the setup of eclipse with tomcat plugin,tomcat is working fine.
Now i want to do a struts application in eclipse.I have searched for so many tutorials in the net but i couldn't find any good tutorial.one way in one tutorial is different form other.
Can any one please tell me any exact way to develop struts application in eclipse.
Thanks for reading this.Please give me reply.
Thanks
Kukunuri
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just import the struts-blank-1.3.x.war file that comes with the Struts download into Eclipse using the file-->import-->war file function. This gives you a template upon which to build your Struts application in Eclipse.
 
reply
    Bookmark Topic Watch Topic
  • New Topic