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 Three tier architecture. Can anyone explain with a
Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?

Answers were Sorted based on User's Feedback



What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,..

Answer / aditya sharma

Three tire architecture as Module View Controller.

Tier 1: the client contains the presentation logic,
including simple control and user input validation. This
application is also known as a thin client.
[Jsp]

Tier 2: the middle tier is also known as the application
server, which provides the business processes logic and the
data access.
[Servlets, Java, DAO]

Tier 3: the data server provides the business data.
[Database]

Is This Answer Correct ?    19 Yes 2 No

What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,..

Answer / manoj kumar

3 Tier architecture is based on MVC pattern .
M - Model (Java Beans)
V - View (Jsp )
C - Controller (Servlets)

Model :Java Beans) which verify the all values of variables
of business domain state knowledge
View :JSP) is Client side Presentation Logic in business
domain
Controller : is responsible for controlling the flow and
state of user input

Process : First the data will come form jsp page and after
submitting the the value form client (jsp Ist tier)side
than data gone to the server (2nd Tier) and validate on
server and finally the data will gone to database (3 tier
SQL, MS ACCESS).

Is This Answer Correct ?    3 Yes 0 No

What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,..

Answer / guest

MVC is a 3 tier
Model - Interacts with Database .java (POJO, DAO, Form
Beans)
View - Represents the UI/user interaction (JSP)
Controller - Communicates between the model and view
(Servlets)

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Core Java Interview Questions

How can we run a java program without making any object?

0 Answers  


Is main a keyword in java?

0 Answers  


What is character in data type?

0 Answers  


What class is used to create Server side object?

1 Answers   TCS,


What must a class do to implement an interface in java programming?

0 Answers  


What is hard code & soft code?

7 Answers   Cognizant, Wipro,


What is flush () in java?

0 Answers  


What are the different tags provided in jstl?

0 Answers  


what is real-time example of runtime polymorphism and compile time polymorphism

4 Answers   SLK Group,


What comes to mind when someone mentions a shallow copy in java?

0 Answers  


what is predefined function in java?

0 Answers  


Can we rethrow the same exception from catch handler?

0 Answers  


Categories