views:

2273

answers:

4

Can anyone help me to configure struts 2.0.14 (I'm using tomcat 6.0). I want to know what is the procedure to build my first application in struts. Also tell me how xml is used to build a struts application. I have tried and tired of Google and that's why I'm here. Please suggest me some nice tutorial for struts out of your own experience.

A: 

Have you tried Google? Seems to be a wealth of Struts tutorials out there.

http://www.google.com/search?q=struts+tutorial

matt b
+1  A: 

Look here Struts 2 Tutorials for Beginners that should help you on the way. They also explain the xml in Struts 2.

Edwin
A: 

What was wrong or missing from the material at the Struts home page? There are links to information for beginners, and so on.

Jonathan Leffler
A: 

you can find more information about Struts 2 tutorials at http://struts.apache.org/2.2.1/docs/how-to-create-a-struts-2-web-application.html

Basically, this is the same documentation, that is also available as a part of any Struts 2.x release. There are few sample web application code -zip also available that you can build using Ant or Maven.

lucentmind