全部,
我是 jBPM 的新手。
我使用下面的链接运行了一个非常基本的示例
http://www.jorambarrez.be/blog/2010/02/01/updated-hello-world-tutorial-for-jbpm-4-3/
虽然我得到了这个例子运行时,我对 jBPM 以及与 Websphere 上的应用程序集成有一些疑问
- 我不想使用 jbpm 控制台进行用户交互(例如启动进程等)
- 我需要了解 jBPM 需要什么确切的数据库设置(表、实体)和我想使用 jbpm 所需的最小设置
- 我想使用我自己的自定义网页,该网页将允许我的应用程序的用户与工作流程(启动、停止)交互等,
- 我是否只需要 jbpm。 jar 库来运行 jbpm 工作流程,或者我需要使用整个库集(大约 25 个 jar)
任何人都可以向我指出一个正确的教程,展示如何将 jbpm 嵌入到现有应用程序中吗?
谢谢。
All,
I am new to jBPM.
I did a very basic example run using the link below
http://www.jorambarrez.be/blog/2010/02/01/updated-hello-world-tutorial-for-jbpm-4-3/
Though I got the example running, I have some questions on jBPM and integrating with my application on Websphere
- I do not want to use the jbpm console for user interaction (like starting a process etc)
- I need to understand what exact database setup jBPM needs (tables, entities) and I want to use the very minimal setup that needs to be used for jbpm
- I want to use my own custom web-pages that will allow users of my application to interact with the workflows (starting, stopping) etc
- do I need just the jbpm.jar library to run jbpm workflows or I need to take the entire library set (some 25 jars)
Can anybody point me to a proper tutorial that shows how to embed jbpm into an existing application?
Thanks.
发布评论
评论(1)
对于 JBPM 4.4 博客,我推荐 http://blog.aparnachaudhary .net/2010/08/19/jbpm4-4-with-spring3/ 。
即使没有一本专门介绍 JBPM 4 的整本书,您也可以阅读 Spring Enterprise Reciepe 第 11 章(Spring 与 JBPM)来了解如何在 JBPM4 中使用 Spring beans。您也可以从 Apress 网站下载这本书的源代码。需要注意的一件事是书籍的示例代码使用的是 JBPM 4.0。
如果您想使用 JBPM 4.4,可以使用上述博客中的配置。
For JBPM 4.4 blog, I recommend http://blog.aparnachaudhary.net/2010/08/19/jbpm4-4-with-spring3/ .
Even though there is no one whole book dedicated to JBPM 4, you can read
Spring Enterprise Reciepe
Chapter 11(Spring with JBPM) to see how to use Spring beans in JBPM4 . You can download the source code for the book from Apress website too. One thing to note is that the sample codes for books are using JBPM 4.0.You can use the configurations from the above mentioned blog if you want to use JBPM 4.4.