aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes EJB & JSP sample app Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "EJB & JSP sample app" Watch "EJB & JSP sample app" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: EJB & JSP sample app
 
Similar Threads
what is a local client in EJB ?
sample ejb application
Help on Using Stateful Session Beans (SFSB) the right way
Help Required
lucene example