To connect to EAServer using another vendor’s EJB 2.0 client, application client, EJB, or servlet or JSP within a Web container, add easportable.jar to the CLASSPATH. easportable.jar is located in the EAServer lib subdirectory and contains the classes in the com.sybase.ejb.portable package. These classes are:
EJBMetaData
Handle
HomeHandle
Adding easportable.jar to
the CLASSPATH enables you to call these methods on a javax.ejb.EJBHome
or javax.ejb.EJBObject
instance
residing on EAServer:
getEJBMetadata
getHandle
getHomeHandle