+ Reply to Thread
Results 1 to 3 of 3

Thread: EJB arch query

  1. #1
    Junior Member
    Join Date
    Sep 2006
    Posts
    4
    Rep Power
    7

    Exclamation EJB arch query

    hello friends im new to this goup, i have seen the threads which r all running i found few of them r vgood.i have a query that is...

    in ejbs while writing the bean classes we r not implementing the HOME/Remote intfs, but we r over writing the business & life-cycles method(i.e.create) of home & remote intfs. so my question is how this is happening?
    many r saying its EJB arch but internally how it is happening i want.


    thnks in advance

  2. #2
    Junior Member
    Join Date
    Sep 2006
    Posts
    4
    Rep Power
    7

    Re: EJB arch query

    very good question.

    while writing the bean classes we r not implementing the Remote intface.
    coz., when a request comes, d ejb container automatically creates a intermediate object which implements the remote interface and delegates d calls to the implementation class after performing services such as, transaction, security, pooling etc.,
    why this intermediate obj means, if we implemt the remote intrfce in our bean class, v have to provide the dummy implementations of all the methods of EJBObject(which our remote intrfce extends), even if v won't require.

    n home interface is with which the client interacts with the container to instatiate d bean.

  3. #3
    Junior Member
    Join Date
    Sep 2006
    Posts
    4
    Rep Power
    7

    Re: EJB arch query

    still any doubts, mail me. coz., i'm not frequent visitor of this site.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. some query
    By sonal_vaidya1 in forum DATA STRUCTURES, C, C++, VC ++
    Replies: 4
    Last Post: 08-09-06, 04:32 PM
  2. EJB Arch
    By scorpion in forum JAVA Technologies
    Replies: 1
    Last Post: 06-09-06, 02:16 AM
  3. hi query reg tcs recruitment
    By G3_V in forum Other Queries
    Replies: 0
    Last Post: 27-08-06, 02:12 PM
  4. query about mysql
    By nimishamenon in forum Other Queries
    Replies: 3
    Last Post: 23-08-06, 02:31 PM
  5. getting error in the query krishna
    By swathii in forum ORACLE , SQL SERVER , SYBASE & Others
    Replies: 7
    Last Post: 03-06-06, 01:30 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Content Relevant URLs by vBSEO 3.5.1 PL1