开发者

Enterprise OSGi vs. EJB

开发者 https://www.devze.com 2023-01-14 22:51 出处:网络
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 application servers allows

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 application servers allows to deploy OSGi bundles in the application server itself.

These are my q开发者_StackOverflow社区uestions: Could i simple deploy my OSGi bundles into the application server instead of EJBs? Do OSGi services scale as well as EJB or should i better use EJB for performance-critical parts of the application(Is there are any "OSGi service thread pool" in application server)? Will the OSGi service be the bottleneck for EJB-Based application if used together?

Thanks, Slava


If you were using GlassFish, you could do use best both the worlds, as GlassFish can automatically make your EJBs that are part of your OSGi bundle available as OSGi services. See http://weblogs.java.net/blog/ss141213/archive/2010/03/30/ejb-osgi-service-demo-eclipsecon

For more info, ask in glassfish forum at users@glassfish.java.net

0

精彩评论

暂无评论...
验证码 换一张
取 消