BY Sunita D. Rathod
BY Sunita D. Rathod
BY Sunita D. Rathod
SUNITA D. RATHOD
J2EE
Objective:
Single tier
Two tier
Three tier
N- tier
About Enterprise Applications
Things that make up an enterprise application
– Presentation logic
– Business logic
– Data access logic (and data model)
– System services
The evolution of enterprise application framework
reflects
– How flexibly you want to make changes
– Where the system services are coming from
Single Tier (Mainframe-based)
Eg. FOXPRO
Single-Tier : Pros & Cons
Pros:
– No client side management is required
– Data consistency is easy to achieve
Cons:
– Functionality (presentation, data model, business
logic) intertwined, difficult for updates and
maintenance and code reuse
Two-Tier
• Backend (EIS):
• Provides access to various corporate data stores
(Databases, E-Mail system, Legacy systems…)
Tier Architecture in J2EE
Need for MVC
Transfer()
Withdraw()
ATM Account DB
Deposit()
ATM Network
THAT’S ALL FOR TODAY
GOOD DAY