Programming Stand-alone Clients
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
The following sections describe how to deploy and use the WebLogic JMS thin client:
The JMS thin client (the wljmsclient.jar
deployed with the wlclient.jar)
, provides J2EE 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 J2EE Application Client (Thin Client).
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:
The following limitations apply to the JMS thin client:
weblogic.jar
file.
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\weblogic90\server\lib
).
Deployment of the JMS thin client depends on the following requirements:
wljmsclient.jar
and the wlclient.jar
must be installed somewhere on the client's file system. However, wljmsclient.jar
has a reference to wlclient.jar
so it is only necessary to put one or the other Jar in the client's CLASSPATH
.t3
or t3s
will transparently use iiop
or iiops
http
or https
will transparently use iiop
tunneling.Note: The Listen Address default value of null
allows it to "listen on all configured network interfaces". However, this feature only works with the T3 protocol. If you need to configure multiple listen addresses for use with the IIOP protocol, then use the Network Channel feature, as described in "Configuring Network Resources" in Configuring WebLogic Server Environments.
PortableRemoteObject.narrow()
rather than using casts.For more information on developing thin client applications for WebLogic Server, see Developing a J2EE Application Client (Thin Client).
![]() ![]() |
![]() |
![]() |