Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

why we use struts in our web application , means what was
drawbacks of servlet ...pls answer

Answer Posted / maneesha pandey

Programming web applications using servlets only is a very
hard thing, since you will have to write your HTML code
inside the servlet, which will produce complex, unreadable
and unmaintainable code.

The same thing is with JSP. If you program a web application
using JSP alone, you'll have to put your java code in JSP
pages, which will also be very hard to read and maintain.

This was the reason of the rise of the model 2
architecture(srtuts), where the servlet controls the flow of
the request, calls a model class to do the business logic,
decides which view (jsp or other) to send to the user, and
then sends the response to the user. This is known as the
MVC (Model-View-Controller) design pattern.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the some useful annotations introduced in struts2?

1030


What are the differences between http direct and http indirect?

1026


Why are springs better than struts?

1246


What is difference between interceptors and filters?

1080


Explain about the tag?

1166


What is the role of a handler in mvc based applications?

1269


What are the components of struts framework?

1082


What is the purpose of @conversion annotation annotation?

1325


What are action errors?

1037


What are the benefits of Struts framework?

1044


How to convert struts to spring mvc?

1061


What is difference between spring and struts?

1002


Explain about tiles?

1103


How to build struts application in eclipse?

1049


How does struts2 token work?

1022