vote up -3 vote down star

Where can I learn about using Struts in Java?

flag

78% accept rate
See: stackoverflow.com/questions/tagged/struts – Shog9 Oct 21 at 14:52
Which Struts? Struts 1 or Struts 2? If Struts 2, which plugins? – Trick Oct 21 at 14:57

2 Answers

vote up 2 vote down check

Here is a list of Struts totorials from the Struts website. Struts was one of the very first web frameworks for Java. I believe it even preceded EJBs. Although Struts has its rightful place in the anals of Java history, it's a little dated at this point. If I were just starting out now, I would look at some of the newer options such as Spring.

link|flag
Struts 2 remains a perfectly sensible choice. – alphazero Oct 21 at 15:02
vote up 0 vote down

The Apache Jakarta Project will be of help:

http://struts.apache.org/1.1/resources/tutorials.html

A beginner's tutorial can be found here:

http://www.tutorialized.com/view/tutorial/First-Struts-Tutorial/6839

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.