| Author |
Stateless session Bean look up
|
swarupa patil
Ranch Hand
Joined: Feb 22, 2006
Posts: 62
|
|
Hi , I am new to EJB 3.0. I need help to lookup for my stateless session bean. I developed one sesison bean. I want to use this bean in my web project. Can any one give me the steps to do this? I am using Sun application server 9.1.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
|
The steps differ based on where you are calling the EJB from within your web layer. If you are calling the EJB directly from a servlet, you can use an annotation to inject the EJB. Otherwise, you need to look up the EJB using JNDI.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Stateless session Bean look up
|
|
|