OpenUI has the below logical model
Physical files are covered
Physical Renderer
Covers the java script to implement any special appearance required at the clients.Independent of the Siebel Business Layer
PresentationModel
Here the business logic to be considered before displaying the data to the user. The java script acts on the data passed from the Siebel Server.Its independent of Siebel Business Layer
ProxyObjects
These are proxy objects created for every Siebel Objects passed from Siebel server. For example Siebel Applet would be replicated as a proxy applet at this layer and this reference is passed to the Siebel PM
OpenUI totally replaces the ActiveX controls thus giving the web the power to control the data and its appearance at the client side.
- CSS Sheets
- Physical Renderer
- PresentationModel
- ProxyObjects
Physical files are covered
Physical Renderer
Covers the java script to implement any special appearance required at the clients.Independent of the Siebel Business Layer
PresentationModel
Here the business logic to be considered before displaying the data to the user. The java script acts on the data passed from the Siebel Server.Its independent of Siebel Business Layer
ProxyObjects
These are proxy objects created for every Siebel Objects passed from Siebel server. For example Siebel Applet would be replicated as a proxy applet at this layer and this reference is passed to the Siebel PM
OpenUI totally replaces the ActiveX controls thus giving the web the power to control the data and its appearance at the client side.