Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
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
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
EJB and other Jakarta /Java EE Technologies
Does the EJBObject act as a skeleton?
Ravi Singh
Ranch Hand
Posts: 51
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Does the EJBObject perform the actions of a skeleton object (marshalling/unmarshalling), or is this performed by a seperate skeleton?
raphael Bereh
Ranch Hand
Posts: 79
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The client (of an
EJB
) generally have a stub that performs the RMI communication (i.e marshall unmarshall parameters). There is another stub on the server side for the same purpose.
SCJP,SCJD,SCBCD
Ravi Singh
Ranch Hand
Posts: 51
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
And this stub on the server side is called the skeleton?
If so, does this skeleton forward the method call to the EJBObject?
She'll be back. I'm just gonna wait here. With this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
EJB local objects
Data Transfer Object
Skeleton in Java2
EJBs and EJBObject
ejb-ref and ejb-local-ref
More...