Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
jvx:system_architecture [2018/01/25 11:44]
admin created
jvx:system_architecture [2018/01/29 12:05]
admin
Line 4: Line 4:
  
 Based on a multi tier architecture,​ JVx consists of the following parts: Based on a multi tier architecture,​ JVx consists of the following parts:
 +
 +{{:​jvx:​architecture.png?​nolink|}}
 +
 +The tiers have following missions:
 +
 +  * **Client Tier** \\ The client tier allows all client technologies (rich, fat, thin). For us, this includes, amongst others, ​ Java Swing, SWT, QT Jambi, Silverlight,​ .NET Framework und of course also moderne Javascript libraries and techniques such as jQuery, extJS, qooxdoo, GWT, echo3, and many more. \\ The client tier has no direct access to data, or to the data tier, and can only communicate with the Enterprise tier.
 +
 +  * **Enterprise Tier** \\ The centre piece of JVx is anchored in the Enterprise tier. A communication server takes in the requests from the Client tier, processes them and mediates the prepared result. The server itself is an exchangeable and extendable component and makes use of further components for session administration,​ direct object access and access control. \\ For database access, a Persistence API is made available so as to enable a technology-independent access to the data tier.
 +
 +  * **Data Tier** \\ The data tier can be any data container, such as relation database systems (e.g., Oracle, DB2, MySql) or also special data formats (e.g., XML, XLS).
 +
 +More information can be found in the [[package_overview|Package Overview]].
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information