Monday, November 7, 2011

Apache Struts framework



A free open-source web application framework in the J2EE space.

Created by Craig McClanahan and donated to the Apache Foundation in May, 2000.
Struts is built around the Model-View-Controller (MVC) design pattern, which promotes separation between various portions of a web application.

Struts is built on top of servlet technology, which is a basic infrastructure for building web applications with the java platform.

A Struts web application runs inside a servlet container, A servlet container takes care of parsing HTTP requests, managing sessions, and compiling javaserver pages(JSP).

How does Struts work?
???????????????????

For more info:
http://struts.apache.org/
http://en.wikipedia.org/wiki/Apache_Struts