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 Model 1 and Model 2?

Answers were Sorted based on User's Feedback



What is Model 1 and Model 2?..

Answer / dsr

model 1 is a mvc1 pattern, it has no controler. Model 2 is
a mvc2 patern, it has action controler. In mvc1 the
request goes to jsp page and response also goes to jsp
page, this is jsp to jsp relation. In mvc2 there is one
controler available, the controler name is action
controler. The re quest goes to controler and searching
the related classes in structs-config.xml file and then
related the classes files will be executed and response
goes to view(jsp or html) page.

Is This Answer Correct ?    19 Yes 2 No

What is Model 1 and Model 2?..

Answer / prasanna sahu

model 1 is page-centric pattern, here the control flows from
1 jsp page to another.
model 2 has segregation of model, view and controller.All
request has to be first landed in the controller, the
controller comes in the center stage, it is only who decides
where the control should flow.

Is This Answer Correct ?    8 Yes 0 No

What is Model 1 and Model 2?..

Answer / sweety

model 1 is nothing but the domain information model
model 2 is nothing but the domain application model

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Struts Interview Questions

Explain struts.devmode?

0 Answers  


When wil use singleton class in Struts

7 Answers  


What does execandwait interceptor?

0 Answers  


What are the major differences between html tags and strut specific html tags?

0 Answers  


Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?

1 Answers  


What do you mean by actionmapping?

0 Answers  


How to upload struts file?

0 Answers  


What is the purpose of form-beans tag in struct-config.xml?

0 Answers  


I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies

1 Answers   ID,


why we are not implement business logic in struts action?

1 Answers  


What is java struts?

0 Answers  


why do we typecast ActionForm into out plain java bean class in Action class?

5 Answers  


Categories