DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: ejb in database

  1. #1
    Join Date
    Jun 2001
    Posts
    193
    can somebody give me a brief introduction about ejb in database?

    right now we have java application talking with database by using jdbc, my manager ask me to change all jdbc call and store procedure to EJB.

    what's benefit of it?
    what's suitable situation for EJB?
    guru is on the way!!!!

  2. #2
    Join Date
    Feb 2000
    Location
    Washington DC
    Posts
    1,843
    Try Open world 2000 Tech papers at technet. Lots of papers on the information you wanted.

    http://www.dbasupport.com/oracle/jcenter/ejb1.shtml
    http://openworld.oracle.com/oowdba-w...&p_type=search
    Reddy,Sam

  3. #3
    Join Date
    Jun 2001
    Posts
    193
    there are lots of document there,
    maybe too much for me for now.

    can you give me a brief explanation what's the benefit
    by migrate from store procedure to EJB?

    current model:
    servlet---->(jdbc)------> store procedure.

    my manager want to change to
    servlet-->ejb---->database.

    guru is on the way!!!!

Posting Permissions

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


Click Here to Expand Forum to Full Width