Can any one please help me in understanding Java Struts?
Thanks,
Aravindhan.C
-
what is java struts? (3 messages)
- Posted by: aravindhan chandrasekaran
- Posted on: July 22 2004 07:44 EDT
Threaded Messages (3)
- Jakarta Struts: He He :) by Matthew Wilson on July 22 2004 08:26 EDT
- what is java struts? by Senthil Chinnaiyan on July 22 2004 08:47 EDT
- what is java struts? by Raymond Peter on July 23 2004 02:21 EDT
-
Jakarta Struts: He He :)[ Go to top ]
- Posted by: Matthew Wilson
- Posted on: July 22 2004 08:26 EDT
- in response to aravindhan chandrasekaran
-
what is java struts?[ Go to top ]
- Posted by: Senthil Chinnaiyan
- Posted on: July 22 2004 08:47 EDT
- in response to aravindhan chandrasekaran
Struts is a framework to create web applications easily with MVC architecture. The best way to understand the struts is by reading the User Guide.
Senthil. -
what is java struts?[ Go to top ]
- Posted by: Raymond Peter
- Posted on: July 23 2004 02:21 EDT
- in response to aravindhan chandrasekaran
Struts is a framework for fast development of J2EE Web applications based on MVC Architechture. It has three components - Model, View and Controller. It clearly seperates business logic and designing aspects of a web project. Each developer can use his seperate JSP's and Action/ActionForm's in his own sandbox, thus eliminating the problem of work division for a Project Leader. Reading from a book would give you better understanding. Further reading suggested at:
http://struts.apache.org/
Raymond Peter
www.geocities.com/dash_raym