Java Reference
In-Depth Information
Client PC provides the web browser to access
the Zamco application over internet
1 Client PC
Zamco
Web
Server
Zamco Web Server hosts the HTTP listener
process
2
Zamco
Application
Server
Zamco Application Server node runs the
business components and handles connection
pooling
3
Zamco
Database
Server
4
Runs the RDBMS instance
Java EE Servlet Container provided by web
server. All servlets and JSPs will be executed
under control of this Container. In Web
Container there will be one Servlet container
per Web Application instance.
Protocol : HTTP/HTTPS
5 Web
Container
Java EE EJB Container provided by application
server. All EJBs will be executed under control
of this Container. There will one EJB container
per Application instance.
Protocol : RMI-IIOP, JMS/MQ, JAX-WS
6 EJB
Container
HARDWARE PROFILES OF NODES
In the deployment diagram, we have adopted the convention
of specifying three hardware profiles (A, B and C) to call out
the fact that we expect the web server, application servers and
the database tier to require different system resources.
# Tier
Hardware Profile Details
Search WWH ::




Custom Search