You are on page 1of 6

Agile PLM Technical Architecture

Client Tier Web/Java Client

Web Tier IIS / Apache Server

Agile Application
Application Tier
Agile File Server

Data Tier Agile Database


Physical Model - I
Physical Model - II
Physical Model - III
Web & Java Clients
• Clients uses firewall-friendly protocols such as HTTP/S, ORMI / T3
• The clients make requests to the server.
• The server processes the requests and returns a response back to the client.

Web Server
• Handle the interaction between clients and the application tier.
• It dynamically generate content in various formats for the client.
• Collect input from users of the client interface and return appropriate results from the components in
the application tier.
• Control the flow of screens or pages on the client. Maintain the state of data for a user's session.
• Perform some basic logic and hold some data temporarily in JavaBeans components.

Agile Application
• All common services and business logic reside for the entire solution.
• The Agile application runs on industry-leading J2EE application servers.
• The Agile application’s business functions handle client requests and process application data, storing
it in a permanent datastore in the data tier.
Agile File Sever
• The Agile File Server comprises Agile File Manager and Agile viewer .
• The Agile File Manager stores all documents, drawings, and other files
• Manager is made up of two main components: the file server and the file vault.
• The file vault represents the file system where the actual files reside.
• The Agile viewer allows users to view and mark up documents and drawings in
• a supported web browser.
• Users can view files stored in Agile without having the native application

Agile Database
• The Agile Database persists or stores all product content and system settings.
• Agile’s database server runs on Oracle 10g or 11g

You might also like