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...

what is the difference between model1 and model2
architecture in struts?

Answer Posted / jaikant

in model 1 ,either Servlets or JSP handles all the
responsibilities for request.like processing the
data,validating the data, handling the business and data
access logic.

model 1 can be use when your application is small.

application can't have multiple interfaces(or views) for
same business logic.

Model 2 breaks your application in three parts
i)Controller: performs request processing,data validation
and works as controller between model and view.so there is
no direct interaction between model and view.

ii)model: it is core of the application.it is house of
business logic and data access code.model defines what
application does.we can subdivide model in 2 sub layer(data
access layer and business logic layer).

iii)view:it is place where presentation code reside.it is
the place for getting input and displaying data that is
generated by model layer.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get data from the velocity page in a action class?

1010


How many action classes can be used in struts application?

1023


Which configuration file is used for storing jsp configuration information in struts?

1061


What are the loop holes of struts?

1098


What are the ways in which duplicate form submission can occur?

999


Explain about struts?

1016


How we can install struts?

1050


Can explain about the validations and in your project where did u used the validations?

7818


Which library is provided by struts for form elements like check boxes, text boxes etc?

964


How struts control data flow?

1154


What is the use of forwardaction?

1058


What’s the difference between struts and espresso?

1084


What do you mean by actionmapping?

1005


Why do we use struts?

1210


What are the differences between http direct and http indirect?

1022