aspose file tools
The moose likes Websphere and the fly likes What JARs are needed on the client side to access EJBs deployed on a Websphere 7 server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "What JARs are needed on the client side to access EJBs deployed on a Websphere 7 server?" Watch "What JARs are needed on the client side to access EJBs deployed on a Websphere 7 server?" New topic
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?
 
Similar Threads
Java Script Folder Object.
Client and EJB Classes On Different Servers
EJB Client
how can i use javascript variable in jsp
Bean Deployement Classes