Hi!
Is there more than one way through which a JSP can do a look up for a EJB or through which a JSP can get a reference for a EJB ?
-
Connecting JSP to EJBs (1 messages)
- Posted by: Web Master
- Posted on: July 21 2000 12:03 EDT
Threaded Messages (1)
- Connecting JSP to EJBs by Ed Roman on July 21 2000 16:42 EDT
-
Connecting JSP to EJBs[ Go to top ]
- Posted by: Ed Roman
- Posted on: July 21 2000 16:42 EDT
- in response to Web Master
I'd use a servlet to connect to EJBs, then pass the results to a JSP via the RequestDispatcher. Alternatively you can access EJBs via JavaBeans from a JSP.