[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Deployment for Enterprise Service Portals

The SDX software provides a framework for building enterprise service portals. Service providers use this API and framework to develop Web applications that their enterprise customers can use to manage their services.

The following sections explain the architecture, component interactions, and deployment for key cases.

Enterprise Portal Architecture

Figure 19 shows the basic elements and communication protocols of an enterprise service portal.


Figure 19: Elements and Communication Protocols for an Enterprise Service Portal

Elements for an Enterprise Service Portal

An enterprise service portal consists of a server cluster that communicates with the following network elements:

For SDX implementations that use more than five SAEs, the enterprise service portal requires a NIC to identify which SAE is managing a subscriber. This NIC takes the distinguished name (DN) of an access as the key and returns the corresponding SAE as the value. For SDX implementations that use five or fewer SAEs, you can use directory eventing to identify the SAEs.

Internally, the enterprise service portal consists of a J2EE application server cluster that implements an Enterprise Portal API, an enterprise Web application that uses this API, and an enterprise server. The enterprise server requires persistent sessions in the cluster. That is, the cluster member that receives the first manager session request must receive all subsequent requests for the same session. The enterprise server works with the same NIC deployments as described in the previous sections.

Communication Protocols

Table 9 describes the communication protocols that are used between elements in the enterprise service portal network.




Table 9: Communication Protocols for an Enterprise Service Portal 
Protocol
Used for Communication Between

HTML/HTTPS (HyperText Markup Language over Secure HyperText Transmission Protocol)

Enterprise manager's Web browser and the enterprise portal Web application running in the enterprise service portal

Enterprise Portal API

Enterprise Web application and the enterprise server

CORBA

Enterprise server and remote SAEs running in a different Web application server than the enterprise server

LDAP

Enterprise server and SDX directories

Deployment Scenario for an Enterprise Service Portal

This section covers deployment and component interactions for enterprise service portal deployment as shown in Figure 20.


Figure 20: Deployment for an Enterprise Service Portal

The directory servers are synchronized by means of server-to-server protocols, such as DISP and DSP in the case of X.500 directories, and DirX and equivalent protocols in the case of native LDAP directories, such as Sun ONE Directory Server.

In this configuration, bulk service session requests and implicit subscription reactivation caused by substitution changes are made through replication of directory information. The enterprise service portal writes new information to its local directory, and the server-to-server protocols transfer the information to the SAE's local directory. Then the SDX directory eventing system notifies the SAE of the new information, and the SAE reacts by activating and deactivating subscriptions.

The enterprise service portal receives feedback on the session state and parameter values of a session using remote procedure calls through the CORBA connection directly to the SAE managing the session.

Advanced Services Gateway Architecture

Figure 21 shows the architecture for the Advanced Services Gateway (ASG). The ASG allows a gateway client—an application that is not part of the SDX network—to interact with SDX components. The ASG supports several Web applications that allow gateway clients to interact with the SDX network. These Web applications communicate with gateway clients through SOAP interfaces.


Figure 21: Advanced Services Gateway Architecture

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]