2.J2EE_Overview
2.J2EE_Overview
Past History
Initially two tier architecture (client
server applications)
Client is responsible for data access
applying business logic and
presentation of data
Only service provided by Server was
that of database server.
Two Tier Application
Architecture
Client Server
Two Tier Application
Architecture
Drawbacks
- Easy to deploy but difficult to enchance
or upgrade.
- It makes reuse of business and
presentation logic difficult
- Not scalable and not suited for internet
Java 2 Platform Enterprise
Edition(J2EE)
Implicit Objects
<% string action = request.getParameter(“action”) ; %>
What is Application Server
Application servers enable the development
of multi-tiered distributed applications.
They are also called “middleware”