Sun Java Solaris Communities My SDN Account Join SDN
 
Downloads

EJB Specifications, CORBA Mapping, Javadoc, and Class Files

 

Enterprise JavaBeans Specification Version 1.0

PostScript format (952,891 bytes)
PDF (330,603 bytes)

Enterprise JavaBeans 1.0 CORBA Mapping

PostScript format (123,922 bytes)
PDF (35,377 bytes)

Enterprise JavaBeans 1.0 javadoc

HTML version - javadoc for the javax.ejb and javax.ejb.deployment
javax.ejb-javadoc.zip - javadoc for the javax.ejb and javax.ejb.deployment (66,622 bytes)
HTML version - javadoc for javax.jts
javax.jts-javadoc.zip - javadoc for javax.jts (39,907 bytes)
Enterprise JavaBeans 1.0 Class files

javax.ejb.zip - class files for javax.ejb and javax.ejb.deployment (14,399 bytes)
javax.jts.zip - class files for javax.jts (3708 bytes)

Note on javax.jts compatibility issue:

The EJB 1.0 specification depends on the Java Transaction API (JTA) interfaces. JTA was not final when the EJB 1.0 specification was finalized. The JTA interfaces were part of the javax.jts package at the time EJB 1.0 finalized; these interfaces are now part of the javax.transaction JTA package. A vendor implementing the EJB 1.0 specification can choose to use either the original javax.jts package, or the new javax.transaction package to refer to the JTA interfaces. The EJB 1.1 and Java 2 Enterprise Edition will use the new javax.transaction package. The JTA interfaces are available at http://java.sun.com/products/jta/index.html.