By using ejb 3 , jsf and jboss is it possible to call a ejb method from web module?

Posted by Bariscan on Stack Overflow See other posts from Stack Overflow or by Bariscan
Published on 2010-05-03T14:30:46Z Indexed on 2010/05/27 7:51 UTC
Read the original article Hit count: 223

Filed under:
|
|
|
|

Even if I have different modules in my jee application including myproject-web and myproject-ejb; is it possible to call (or inject) my ejb session bean which is in the ejb module from a managed bean which is in the web module? When I asked before, I see the following declaration: @EJB private BeanInterface yourbean

However, I wanna learn that whether it is possible or not, to call each other between different contexts (one of it in ejb context, the other one -managed bean- is in web context)?

Any help would be appreciated Best wishes Bariscan

© Stack Overflow or respective owner

Related posts about session

Related posts about jsf