For the HTML Client , a Java Servlet and JSP (Java Server Pages) Server is required. In addition to the standard HTTP Internet communication, the SSL secure protocol is used.
The JBoss based Application Server could be deployed as a stand-alone tier or on the database server. Java Management Extensions (JMX) are used for Server Management .
The Database Server hosts data and application logic and is accessed by the standard JDBC (Java Database Communication) protocol. Functionality at the database level is implemented in PL/SQL. |