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 string is a class?

548


How do you replace all in word?

533


What is a substitution variable?

567


How does callback work in java?

607


What is the purpose of static keyword in java?

519






What are data types in oop?

553


Why isn’t there operator overloading?

594


What happens when main () method is declared as private?

650


What is int argc char * argv?

567


Explain the scope of a variable.

638


What is method in java with example?

491


What are daemon Threads in java?

610


I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com

1079


What does nullpointerexception mean?

617


How do you start a new line in java?

521