• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Doubt on client receiving local component's reference(not resolved)

 
Ranch Hand
Posts: 558
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,

Question :
Which are the ways in which a client can get a reference to an existing entity object's local component interface ?

Answers:
A. Use finder method defined in local home interface
B. Receive the reference as a parameter in a method call.

From point A can i derive following points?

1. client should be residing in the Application deployment package.
2. It can be from Web-container(war) like Servlet (or)
It can be from Ejb-container(same jar or different jar) like SessionBean

Point B is completly out of reach for me. I didn't get it.
Please make me clear on B and any mistakes in A also.


Thanks in advance
[ December 19, 2007: Message edited by: Srinivasan thoyyeti ]
 
crispy bacon. crispy tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic