• 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

Where can I download EJB2.0.jar ?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am new with BEA. I'd like to learn BEA and EJB where can I download EJB2.0.jar. It seems hidden somewhere in the BEA website. Please give me an explicit URL to the download. I'd appreciate very much.
Pho Nguyen
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
With WebLogic, you can write and compile EJBs against the WEBLOGIC_HOME/lib/weblogic.jar file.
Is this what you're trying to do?
Simon
 
Saloon Keeper
Posts: 27764
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Under WebLogic 6, only EJB1.1 was supported that way. There was a separate download to add Beta support for EJB2.0 and I believe that's what Pho's trying to locate.
 
Ranch Hand
Posts: 401
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Go to
http://commerce.bea.com/downloads/weblogic_server.jsp
Page down to the WLS 6.0 section.
There's a list "Choose Modules for 6.0" - EJB 2.0 jar is in there.
But - that EJB 2.0 was based on a draft (non-final) version of the 2.0 spec, so it's not exactly EJB 2.0.
To get "real" EJB 2.0, you should go with WLS 6.1 or 7.0.
 
reply
    Bookmark Topic Watch Topic
  • New Topic