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

Creation of EJBObject class

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

When will be the EJBObject implementation class be created?

I have seen confusing statements in EJB2.0 Spec and HFEJB.

1) Spec-pg 99: The deployment tools must generate the following classes
...
A class that implements the session bean�s remote interface (session EJBObject class).
...

2) HFEJB pg 94: "The Home object makes the EJBObject ..."

Could you please clarify me?

Thank you,

Loka
 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is a difference between class and object right.
here the object they are refering to is the instance that gets created at runtime.
 
Loka Nalla
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Rajan

I should have taken the words carefully.
reply
    Bookmark Topic Watch Topic
  • New Topic