• 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

EJB

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi to all !
I am new on this group . I am just starts EJB ............
Can any body please tell me

1. Why the bean class needs the reference of EJB Object

2 Any good website which help me to deploy EJB on jBoss 4.0.2

Thanx in Advance
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
The EJB Object is a container generated implementation of Remote Interface.
Remote interface is a network aware intermediate between client and bean instance. This method is used to obtain network transparency and implicit middle ware.
For more information : reffer book "Mastering EJB by Ed Roman."

Bye.
 
reply
    Bookmark Topic Watch Topic
  • New Topic