Where can I learn about using Struts in Java?
|
|
|||||
|
|
|
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. |
||
|
|
|
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 |
||
|
|
