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


Please Help Members By Posting Answers For Below Questions

Which command from the jdk compiles a java program?

479


What is a void in java?

576


What is the format specifier?

509


What is functional interface in java example?

525


What is lastindexof in java?

539






Can you use abstract and final both with a method?

569


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

1980


what are the states associated in the thread? : Java thread

583


What is hash table in java?

487


What is computer compiler?

525


What is private static in java?

571


Can we have more than one package statement in the source file?

634


What do you mean by flow of struts?

741


Is alive in java?

501


What is the default value of float and double datatype in java?

528