Beginning with Struts
September 25, 2010 1 Comment
Struts is most popular framework for java web application. It is an MVC framework that provides for flexible, extensible application development. Struts let you focus on the model, view, and controller elements important to the application’s use case. This leaves the infrastructure work, such as reading the configuration file that contains mapping between URLs and actions, to the framework.

Fig : Application Work Flow Model with Struts (from netbeans.com)
I began struts few days back. Here are some url, which help me to understand the beginning concept of it.
http://www.netbeans.com
http://www.developer.com
Still I am searching some more useful, if you know any URL or any other resource please post me as comment.


nice work….try to post more application on struts……
thank you