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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why there are some null interface in java? What does it mean?

739


What is lambda expression in java?

611


Is null a string in java?

648


What are keywords and reserved words in java?

672


Is string an object?

767






What is the main use of generics in java?

604


What is the latest java version?

670


Explain the difference between throw and throws in java?

636


Is java still necessary?

721


How do you control extraneous variables?

598


What is square root in java?

681


Is array primitive data type in java?

630


What is thread safe in java?

627


What are the two types of java programming?

639


What is string intern in java?

643