从 JCA 迁移到 OSGI 是个好主意吗?
我有一个用于连接 EIS 的 JCA 适配器。 用 OSGI 模块替换适配器是个好主意吗?
我需要的功能是
- 从 ejb3 访问 OSGI 模块
- 从 CDI beans 访问 OSGI 模块
- 从 servlet 访问 OSGI 模块
- 支持声明式事务管理
将安全上下文从 ejb 传播到 osgi 模块
- 我不使用连接池。
- 我不使用通用客户端界面
从 JCA 迁移到 OSGI 模块有哪些缺点?
I have a JCA adapter for connecting to EIS.
Is it a good idea to replace the adapter with an OSGI module?
The features I need are
- Access the OSGI module from ejb3
- Access the OSGI module from CDI beans
- Access the OSGI module from a servlet
- Support declarative transaction mangement
Propogate security context from ejb to osgi module
- I dont use conection pooling.
- I dont use Common Client interface
What are the cons of moving from JCA to OSGI module ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
移动的缺点是:
这归结为:大量容易出错的工作没有充分的理由。所以我的问题是:搬家的优点是什么(当然就你的情况而言)?
The cons of moving are:
This boils down to: A lot of error-prone work for no good reason. So my question would be: What are the pros for moving (in your case of course)?