Tutorials
Oracle Apps
Oracle Apps 11i : Internet Computing Architecture
Oracle Apps 11i : Internet Computing Architecture - Page 2
The Oracle Applications Architecture, as shown in figure 1 below, is a framework for multi-tiered, distributed computing that supports Oracle Applications products. In this model, various servers are distributed among multiple levels, or tiers.

A server is a process or group of processes that runs on a single machine and provides a particular functionality, often referred to as a service. For example, the HTTP server is a process that listens for and processes HTTP requests, and the Forms server is a process that listens for and processes requests for activities related to Oracle Forms.
A tier is a logical grouping of services, potentially spread across more than one physical machine. The three-tier architecture that comprises an Oracle E-Business Suite installation is made up of the database tier, which supports and manages the Oracle database; the application tier, which supports and manages the various Applications components, and is sometimes known as the middle tier; and the desktop tier, which provides the user interface via an add-on component to a standard web browser.
The client interface is provided through HTML for the newer HTML-based applications, and via a Java applet in a Web browser for the traditional Forms-based interface. In Oracle Applications Release 11i, each user logs in to Oracle Applications through the E-Business Suite Home Page on a desktop client web browser. The E-Business Suite Home Page provides a single point of access to HTML-based applications, Forms-based applications, and Business Intelligence applications.
The Forms client applet is a general-purpose presentation applet that supports all
Oracle Applications forms-based products, including those with customizations and extensions. The Forms client applet is packaged as a collection of Java Archive (JAR) files. The JAR files contain all Java classes required to run the presentation layer of Oracle Applications forms.
The Forms client applet must run within a Java Virtual Machine (JVM) on the desktop client. The Oracle JInitiator component allows use of the Oracle JVM on web clients, instead of the browser’s own JVM. JInitiator is implemented as a plug-in (Netscape) or ActiveX component (Microsoft Internet Explorer). JInitiator is only invoked when a user chooses to access functions that require it, such as running a form. If JInitiator has not been installed, the Web browser prompts the user to download the required installation executable.
The application tier has a dual role: hosting the various servers that process the business logic, and managing communication between the desktop tier and the database tier. This tier is sometimes referred to as the middle tier. Oracle9i Application Server (9iAS) provides the technology used on the application tier. Six servers comprise the application tier for Oracle Applications:
The Oracle HTTP server (powered by Apache) acts as the Web server. It processes the requests received over the network from the desktop clients, and includes additional components such as:
- Web Listener
- Java Servlet Engine
- JavaServer Pages (JSP)
The Web listener component of the Oracle HTTP server accepts incoming HTTP requests (for particular URLs) from client browsers.
Next Page: Oracle Apps 11i : Internet Computing Architecture - Page 2
|
I am not understanding abt the Discoverer Server? anyone tell some examples? |
| Excellent material on the Architecture.A more detailed description would help even more. |
| What are the Frequently Asked questions under this topic? |
| This gives a brief overview of Oracle Apps Architecture, which is realy handy for beginers. Detailde description would be more helpful. |
|
8) This is very good for a techincal guy . Can you please helps us more on FUnctional modules so tht techies like me can start reading your article and gradually groom ourselves as techno-functional consultants |
| Excellent Brief idea about the topic.Thanks a lot |