Programming Stand-alone Clients

      

WebLogic JMS Thin Client

The following sections describe how to deploy and use the WebLogic JMS thin client:

 


Overview of the JMS Thin Client

The JMS thin client (the wljmsclient.jar deployed with the wlclient.jar), provides Java EE and WebLogic JMS functionality using a much smaller client footprint than the full WebLogic JAR. The smaller footprint is obtained by using:

For more information on developing WebLogic Server thin client applications, see Developing a Java EE Application Client (Thin Client).

 


JMS Thin Client Functionality

Although much smaller in size than the full WebLogic JAR, the JMS thin client (the wljmsclient.jar and wlclient.jar) provide the following functionality to client applications and applets:

 


Limitations of Using the JMS Thin Client

The following limitations apply to the JMS thin client:

 


Deploying the JMS Thin Client

The wljmsclient.jar and wlclient.jar are located in the WL_HOME\server\lib subdirectory of the WebLogic Server installation directory, where WL_HOME is the top-level installation directory for the entire WebLogic Platform (for example, c:\bea\wlserver_10.0\server\lib).

Deployment of the JMS thin client depends on the following requirements:

For more information on developing thin client applications for WebLogic Server, see Developing a Java EE Application Client (Thin Client).