| Author |
Why Struts in web Application
|
Rajendra Prakash
Ranch Hand
Joined: Sep 10, 2009
Posts: 293
|
|
|
Hi Friends, why struts introduced in to web application. Please dont send any links . Need main reason for implementing struts. Thanks Prakash
|
 |
Sebastian Janisch
Ranch Hand
Joined: Feb 23, 2009
Posts: 1183
|
|
Because it makes millions of things easier for you. It encapsulates all the underlying web relevant boilerplate (mapping request paramerters into beans, internationalization etc. etc.).
For bigger project a framework such as Struts or other is almost indespensable.
|
JDBCSupport - An easy to use, light-weight JDBC framework -
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
Hi,
Take your time to choose correct forum. There is another forum for Struts.
Read this Carefully Choose One Forum
First of all you have to understand design patterns. Design patterns is repeatable solution for commonly occurred software problems. Struts is framework and Struts basically developed using two design patterns.
1 ) MVC - Model view Controller.
2 ) Front controller.
so using framework you can make your application development fast and just stay far from some problems at the time of development.
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
Nishan Patel wrote:Take your time to choose correct forum. There is another forum for Struts.
Right. So off we go!
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Why Struts in web Application
|
|
|