Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain jdk, jre and jvm?

933


Write a method that will remove given character from the string?

984


How list contains works in java?

941


Can we convert stringbuilder to string in java?

951


Can a constructor be private and how are this() and super() method used with constructor?

953


Is java se open source?

985


What is difference between adapter class and listener?

989


What is difference between char array and string?

1070


Can we use a switch statement with strings?

992


How can you write a loop indefinitely in java programming?

971


Is empty in java?

1007


What is the lifetime and scope of a variable?

977


What does function identity () do?

935


What is the use of static methods?

1007


What environment variables are required to be set on a machine in order to run Java programs?

1144