You can deploy an EIS application module to the J2SE platform, but only EIS Import is supported on J2SE.
An EIS application module would be furnished with a JMS Import binding when you want to access EIS systems asynchronously through the use of message queues.
Deploying to the J2SE platform is the only instance where the binding implementation can be used in the non-managed mode. The JMS binding requires asynchronous and JNDI support, neither of which is provided by the base service component architecture or the J2SE. The J2EE Connector Architecture does not support non-managed inbound communication thus eliminating EIS Export.
When the EIS application module with the EIS Import is deployed to J2SE, in addition to the module dependencies, the WebSphere Adapter used by the import has to be specified as the dependency, in the manifest or any other form supported by SCA.