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
posted
0
What type of Enterprise Javabean are you referring to?
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
posted
0
I am referring to Stateless Session Bean
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
posted
0
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
posted
0
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
posted
0
the client code will be executing on the same heap. and the client is simple java application with main method.