| Author |
JNDI code to communicate with EJB Object
|
Dennis Mennis
Greenhorn
Joined: Jun 09, 2011
Posts: 6
|
|
i have a ejb project which has a stateless bean and i have another dynamic web application project which has a servlet as i am useing eclipse.Now i have deployed the ejb project and i want my servlet to call a function from the ejb project->beanclass.java.bt i am facing JNDI problem.
What code do i have to give to find the actual path of the ejb object??so tht i can communicate from the servlet.
|
 |
Matt Couto
Ranch Hand
Joined: Jul 10, 2009
Posts: 38
|
|
Try this:
http://biese.wordpress.com/2008/02/20/how-to-call-ejb3-from-jsp-servlet-and-stand-alone-application/
|
 |
 |
|
|
subject: JNDI code to communicate with EJB Object
|
|
|