| Author |
What JARs are needed on the client side to access EJBs deployed on a Websphere 7 server?
|
Nick Klenke
Greenhorn
Joined: Nov 10, 2010
Posts: 1
|
|
|
I am trying to write a standalone Java client to access EJBs on a Webshere7 server. What JARs are necessary to have on the client side in order to facilitate the communication between the client and the server?
|
 |
Kurtcebe Eroglu
Ranch Hand
Joined: Jan 30, 2007
Posts: 30
|
|
com.ibm.ws.ejb.thinclient_7.0.0.jar which is provided under /runtimes folder of WAS installation.
you may check Developing stand-alone thin client applications at infocenter for more details.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: What JARs are needed on the client side to access EJBs deployed on a Websphere 7 server?
|
|
|