ejb « osgi « Java Enterprise Q&A





1. Can you run EJB 2.1 beans in OSGi?    stackoverflow.com

I have a J2EE 1.3 app that uses EJB 2.1 session and entity beans. Currently this app runs as an EAR file on JBoss. I'd like to switch to the SpringSource ...

2. OSGI runtime inside traditional J2EE server    stackoverflow.com

I understand it should probably be other way round (OSGI runtime hosting J2EE servers), as it is apparently already possible with glassfish. However, our clients have extensive experience in administering ...

3. Enterprise OSGi vs. EJB    stackoverflow.com

i have an application server (JBoss) with some EJBs deployed. Now i must develop an OSGi application which i would like to reuse with my application server. I know that new ...

4. Module framework other than OSGI, EJB(not really) and Impala    stackoverflow.com

I am interested in looking at module frameworks that support many of the goals of OSGI such as:

  • a module can be restart/replaced
  • a module can hide classes and control what is exported.
Impala: ...

5. OSGI integration with JEE    stackoverflow.com

Currently I am developing an OSGI application to abstract a frontend ui over some backend services. The architecture of the backend is traditional JEE running in jboss application servers. ...