• 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

Developing struts application using Eclipse 3.1??

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

I have tsrated learning struts and I want to make my applciation using Eclipse.

I have Eclipse 3.1 installed.
Now i gone through the web one Easy Struts Plugin for eclipse is available.I read its advantages.It does all the configuring processes automatically.But as i have started learning using struts i firstly want to go with doing every configuration myself so i can understand what is the going on .

I have struts 1.2.9.

So how can ddevelop my applicationwith the following things only:

Eclipse 3.1
Struts war file (version 1.2.9 struts)

If possible please provide me the steps..
 
author & internet detective
Posts: 41860
908
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
Jignesh,
Struts just uses XML files which you can certainly develop without any plugins. Try this tutorial for an example.

If you have any questions while reading the tutorial, please post in the Struts forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic