| Author |
a simple question
|
Saumen Mondal
Greenhorn
Joined: Sep 06, 2006
Posts: 1
|
|
I am new to EJB. I am thinking of creating of a stateful session by using the EJB module creation methods of Java Studio. Now my question is can the client be a simple java application which has a simple class and invokes the remote session bean? Please!let me know if it can be done then tell me how? Thanks and regards
|
 |
Rajesh Agarwal
Ranch Hand
Joined: Aug 01, 2005
Posts: 79
|
|
|
The client to an EJB can be any java object like a POJO, servlet, JSP, or even another EJB.
|
 |
 |
|
|
subject: a simple question
|
|
|