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 MVC Architecture?

Answer Posted / deepak

This MVC architecture is just a virtual representation of
an application.

Consists of 3 parts:
1> Model
2> View
3> Controller

The main motive of implementing the MVC Architecture is to
seperate the application data as well as the bussiness
logic from the presentation data for the user.

Model: When someone declares and defines the class
attribute names as well as the methods in order to define
the underlying bussiness logic for the problem statement(in
java).

View: This the output what the client observes or views on
his system or terminal.Thsi is the GUI interface that the
client directly interacts with.

Controller: Is the medium of interaction between the user
view and the bussiness logic . In other words , it is the
medium of interaction vbetween the model and the view. It
retrives the information from the view and sends it to the
model for its processing.It ikntercepts user requests and i
turn control bussiness objects to fulfill these
requirements.

Is This Answer Correct ?    7 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the forward action utilized for?

1153


Are the struts tags xhtml compliant ?

987


What is struts?

1037


What are the differences between http direct and http indirect?

1028


Are actions thread safe?

1039


When it’s useful to use IncludeAction?

1061


Describe the basic steps used to create a tiles application?

1130


Explain about the tag?

1167


What are action errors?

1037


What is http forward?

1034


How many instances of servlet usually run in a struts application ?

1061


Why are frameworks used?

1051


What are the components of struts?

1001


Why actionservlet is singleton in struts?

1066


how to develop the submit and search operations in single jsp using struts?

3059