What is Three tier architecture. Can anyone explain with a
Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
Answer Posted / 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 |
Post New Answer View All Answers
What is an object class?
What is the final blank variable?
Can you pass functions in java?
What are the access modifiers available in java?
How to make a non daemon thread as daemon?
Explain the reason behind ending a program with a system.exit(0)?
What is api data?
What are the approaches that you will follow for making a program very efficient?
How many types of variables are there?
What is autoboxing in java?
What are advantages of exception handling in java?
What is a top level class in java?
Explain aggregation in java?
What state is a thread in when it is executing?
Explain java coding standards for methods?