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
Explain about features of local inner class?
What is data type in computer?
Why you should not use singleton?
What is super?
What is the static keyword?
Is java ee a framework?
What is difference between fail-fast and fail-safe?
Can we use static class instead of singleton?
What is static synchronization?
Can we declare register variable as global?
What is the use of protected in java?
Can we use switch statement with strings?
Why collection doesn’t extend cloneable and serializable interfaces?
How hashmap works in java?
Explain hashset and its features?