Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Glenn Duncan   on Sep 01 In Java Category.

  
Question Answered By: Miriam Green   on Sep 01

Ok, but I'm gonna refute that and say that JDBC is not a tier  it's a
specification for developing drivers for communicating with the
database/persistence tier. Or by JDBC do you mean an overall data
access layer so your original list would look like:

1.Client Tier - Browser, Applet, Client Applications
2.Presentation Tier - Servlets, JSP
3.Business Tier - Business Objects (Session EJB, Business Classes)
4.Integration Tier - Data Access Layer (Entity EJB, JDO, SQL)
5.Backend Tier - Databases, JMS etc.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Example for 5 tier Architecture in java Or get search suggestion and latest updates.


Tagged: