File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes BEA/Weblogic and the fly likes how to create ejb client stubs? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "how to create ejb client stubs?" Watch "how to create ejb client stubs?" New topic
Author

how to create ejb client stubs?

Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744
Hi,

I am using EJB 2.1,workshop weblogic 10.3, Can anybody tell me how to generate client stubs for the ejb


Jigar Naik


Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
What type of Enterprise Javabean are you referring to?
Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744
I am referring to Stateless Session Bean
Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744


but i am not able to find LocalAdviceBeanClient.jar Is this the same jar file which i am looking for which contains client stubs ?
When does this jar file get generated ?
Jimmy Clark
Ranch Hand

Joined: Apr 16, 2008
Posts: 2187
Where is the client code going to execute and what type of client will this be?
Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744
the client code will be executing on the same heap. and the client is simple java application with main method.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to create ejb client stubs?
 
Similar Threads
Doubt in EJB Stubs
WebSphere 5.0 EJB JNDI LOOKUP
How to create EJB client stubs in JBoss
EJB 2.1 client doubt
How to generate stubs