Seam 3 / jBPM5 的业务流程范围
在 Seam 2 中,当我想要将组件范围限定为业务流程时,我使用 @Scope(BUSINESS_PROCESS)
注释该组件。接缝 3 相当于什么?
如何将 jBPM5(或 jBPM4)集成到 Seam 3/J2EE 6?
In Seam 2, when I wanted to scope a component to a business process, I annotate that component with @Scope(BUSINESS_PROCESS)
. What is the equivalent to Seam 3?
How do I integrate jBPM5 (or jBPM4) to Seam 3/J2EE 6?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是个好问题。 seam3 模块位于 github 上的 droolsjbpm 项目内。您可以从主存储库查看代码
https://github.com/droolsjbpm/droolsjbpm-integration /tree/master/drools-container/drools-seam
我建议你看一下里面的测试seam3 项目,看看有什么以及如何使用它。
干杯
That's a good question. The seam3 module it's inside the droolsjbpm project on github. You can check out the code from the master repository
https://github.com/droolsjbpm/droolsjbpm-integration/tree/master/drools-container/drools-seam
I recommend you to take a look at the tests inside the seam3 project to see what is there and how you can use it.
Cheers