| Author |
EJB & JSP sample app
|
lucas van derstappen
Greenhorn
Joined: Feb 25, 2009
Posts: 6
|
|
Hello,
I can easily create ejb project with some beans and also web application with jsp is not a problem. How to call EJB service methods from jsp ? Is there any sample application ?
Thank you.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
JSP's shouldn't be talking to EJBs directly in a properly structured application. JSP is for rendering the view. You may find lots of sample codes on the web just for testing if that's the case.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
Teena Mariam
Greenhorn
Joined: Jul 14, 2008
Posts: 24
|
|
You can find a simple application in ejb3 from Mastering EJB3. Download the freely available book from the url:
mastering ejb3.
Regards,
Teena
|
 |
 |
|
|
subject: EJB & JSP sample app
|
|
|