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

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.

I want to do struts applications using eclipse. I didnt find any struts tutorial in eclipse help. Can anyone tell me where i can get struts application development using eclipse and weblogic server.

scjp 1.4
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can add struts capabilties in simple web project in eclipse
 
Achalveer Singh
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
try this link
www.laliluna.de/first-steps-using-struts-tutorial.html
 
Ranch Hand
Posts: 456
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you are not seriously expecting a struts tutorial in the eclipse help, or?
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The link posted by Achalveer assumes you have "MyEclipse", which is a very inexpensive commercial plugin for eclipse (Around $40 US per year). If you're serious about Struts development, this would be a very good investment.

If you decide not to purchase MyEcplipse, you should at least install the free WTP plugin. I'd recommend doing this through "Callisto" which will make sure you get the right version. This plugin enables J2EE web development in Eclipse.

Unfortunately, I can't recommend any good, free Struts plugins for Eclipse. The few that I've tried don't work.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use struts-console in eclipse and this gives me a little help.
 
Amrita Puja
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.
I tried doing struts in eclipse. Can anyone tell me any free online books of struts.
 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

i work with eclipse and struts since almost 1 year, well, i only use a simple xml editor ,simple and faster.

and i use only for validation the struts holmes tools

i always try to avoid the plugins with license like myeclispe

regards
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic