0% found this document useful (0 votes)
41 views4 pages

A Brief Introduction To J2Ee: Antoni Batchelli Staff Software Engineer

The document is a brief introduction to Java 2 Platform, Enterprise Edition (J2EE) that outlines its architecture and components. It discusses the three-tier model with the presentation, business, and data tiers. The business tier uses Enterprise JavaBeans (EJBs) for business logic. The presentation tier uses servlets and JavaServer Pages (JSP) technology. The data tier uses Java Database Connectivity (JDBC) to interface with databases and other data sources.

Uploaded by

bipul2003
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views4 pages

A Brief Introduction To J2Ee: Antoni Batchelli Staff Software Engineer

The document is a brief introduction to Java 2 Platform, Enterprise Edition (J2EE) that outlines its architecture and components. It discusses the three-tier model with the presentation, business, and data tiers. The business tier uses Enterprise JavaBeans (EJBs) for business logic. The presentation tier uses servlets and JavaServer Pages (JSP) technology. The data tier uses Java Database Connectivity (JDBC) to interface with databases and other data sources.

Uploaded by

bipul2003
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Antoni Batchelli Staff Software Engineer

Citrix Online Santa Barbara, CA

A Brief Introduction to J2EE


11/27/2006

Outline N-Tier Model and Containers What is J2EE? What Makes Up J2EE? Architecture Development and Deployment of Applications Business Tier: EJBs Enterprise Integration: Distributed Messaging, JMS and MDB Presentation Tier: Servlets and JSP Data Tier: JDBC

The Three-Tier Model

HTML request HTML response

WEB Server

SQL request SQL response


Database

Browser handles presentation logic Browser talks Web server via HTTP protocol

Business logic and data model are handled by dynamically by the middle tier

Data is stored in Databases and other repositories

ATTENTION! TRIAL LIMITATION - ONLY 3 SELECTED PAGES MAY BE CONVERTED PER CONVERSION. PURCHASING A LICENSE REMOVES THIS LIMITATION. TO DO SO, PLEASE USE THE FOLLOWING LINK: http://www.investintech.com/purchasea2e.html

You might also like