Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] EJB's and the Equinox bridge

This sounds like an interesting work area.
I'm doing some related work around JNDI that I suspect is needed to do the various lookups. In a nutshell, I'd like to look into providing for JNDI something similar to what's provided by the XML Parser Service spec.

EasyBeans was mentioned and seems like it might be the simplest way to integrate OSGi based EJB3 support in the web container under the servletbridge. I'm also very interested in supporting EJB for more traditional deployments. I'm hoping that by providing a JNDI lookup service we can remain decoupled from the implementation details of the EJB container.

-Simon

----- Original Message ----- From: "Thomas Hallgren" <thomas@xxxxxxx>
To: "Equinox development mailing list" <equinox-dev@xxxxxxxxxxx>
Sent: Saturday, March 10, 2007 5:18 PM
Subject: [equinox-dev] EJB's and the Equinox bridge


Hi,
We're using the equinox http-bridge to run some bundles as servlets. It works great. Now we'd like to have the same opportunity with EJB-3 session beans. I'm just curious; Is any work being done in that area? Anything planned?

Has anyone had some experience with OSGi and EJB-3 before? The answer that I really hope to find an answer to is the best way today to run functionality from the Eclipse runtime inside of a EJB session bean hosted by a JBoss 4.5 app server.

Kind Regards,
Thomas Hallgren

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top