• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

get a reference to EJBObject in stateless session bean

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In "Object Interaction Diagram(OID) for bean creation of stateless session bean", I found creation of EJB object and creation of bean instance at a completely different/unrelated time. The client can call create all day long, but container will not tie a bean to the client's EJB object until the client calls a business method. BBBBut sepc. say I can get a reference to EJB object in ejbCreate()/ejbRemove(), why??? When container call ejbCreate(), maybe EJB object have not been created(they create at a unrelated time).
Can somebody explain this?
[ March 04, 2004: Message edited by: si yi ]
 
Ranch Hand
Posts: 143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read this thread
https://coderanch.com/t/158485/java-EJB-SCBCD/certification/beanness-stateless-session-bean
 
no wonder he is so sad, he hasn't seen this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic