• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

stubs in EHB at client side

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Session Bean which has 3 files
AccountHome, AccountBean.java and AccountRemote.java
Now when i do ejbc it makes stubs and skeletons of the sessionbean, and then the bean is packaged in Account.jar file.
Now this jar is deployed in an app server. So all my stubs and skeletons of the bean are there in the app serve.

so when the client makes a call throough the JNDI lookup, then how does the client gets the stubs at his end.

My doubt?
1) In web application while calling the session bean, does the stub is copied at the client side
i) is it a physical copy or a dynamic copy while invoking
2)If copied is it a physical file which can be seen or its an object in memory

Thanks,
aakash
 
Heroic work plunger man. Please allow me to introduce you to this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic