SAS 9.1.3 Integration Technologies » Developer's Guide


Developing Java Clients
Installation and JRE Requirements
Security
Using the IOM Server
Using the Java Connection Factory
Connecting with Directly Supplied Server Attributes
Connecting with Server Attributes Read from a SAS Metadata Server
Connecting with Server Attributes Read from an LDAP Server
Connecting with Server Attributes Read from the Information Service
Language Service Example
Logging Java Connection Factory Activities
Using Failover
Using Load Balancing
Using Connection Pooling
Pooling with Directly Supplied Server Attributes
Pooling with Server Attributes Read from a Metadata Server
Pooling with Server Attributes Read from the Information Service
Returning Connections to the Java Connection Factory
Using Java CORBA Stubs for IOM Objects
Getting a JDBC Connection Object
Using the Java Workspace Factory
Using SAS Foundation Services
IOM and CORBA Class Documentation
Java Clients

Developing Java Clients

The application programming interfaces provided with SAS Integration Technologies enable you to develop Java-based distributed applications that are integrated with the SAS platform. SAS 9.1 Integration Technologies includes:

  • The Java Connection Factory interface, which enables Java programs to communicate with IOM servers through an IOM Bridge connection. The connection factory allows you to obtain server attributes from a SAS Metadata Server, from the Information Service (which is part of SAS Foundation Services), from an LDAP server, or directly from an application program.

    When used with the SAS Open Metadata Architecture, the Java Connection Factory interface provides the following:

    • connections to new types of IOM servers (SAS Metadata Servers, SAS Stored Process Servers, and SAS OLAP Servers) in addition to SAS Workspace Servers

    • the ability to use load balancing for workspace and stored process servers and spawners

  • SAS Foundation Services, which extend Java application development beyond access to IOM servers. The following core infrastructure services are provided:

    • client connections to application servers (including the Java Connection Factory interface previously mentioned)
    • dynamic service discovery
    • user authentication and profile management
    • session context management
    • metadata and content repository access
    • activity logging

    Extension services for event management, information publishing, and stored process execution are also included.

  • The SAS Foundation Services Facade, which includes convenience services that Web application developers can use to easily access the most commonly used SAS Foundation Services methods and objects.

The Workspace Factory interface that was introduced with SAS 8.2 Integration Technologies is still supported for access to workspace servers. However, it is recommended that you use the Java Connection Factory interface in order to take advantage of the newly available features.

Use of this software requires some knowledge of distributed programming. However, every effort has been made to limit difficulty in using the software by rigorously adhering to Java distributed programming standards such as CORBA and JDBC. Whether you are developing an applet, a stand-alone application, a servlet, or an enterprise JavaBean, you can focus your attention on exploiting the features of the SAS platform rather than determining how to communicate with it.

SAS Integration Technologies supports any Java integrated development environment (IDE), including IBM's VisualAge, WebGain's VisualCafe, Borland's JBuilder, and SAS webAF (which is part of SAS AppDev Studio).