Where can I learn about using Struts in Java?
+2
A:
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.
Asaph
2009-10-21 14:52:44
Struts 2 remains a perfectly sensible choice.
2009-10-21 15:02:00
A:
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
Crimson
2009-10-21 14:53:12