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 java\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
To call EJB components in EAServer from a third-party container, the EJBs must have been deployed from an EJB-JAR file or EAR file with the Use Interoperable Naming option checked.
Copyright © 2005. Sybase Inc. All rights reserved. |