jBPM 与 websphere

发布于 2024-10-12 18:55:22 字数 607 浏览 6 评论 0 原文

全部, 我是 jBPM 的新手。 我使用下面的链接运行了一个非常基本的示例

http://www.jorambarrez.be/blog/2010/02/01/updated-hello-world-tutorial-for-jbpm-4-3/

虽然我得到了这个例子运行时,我对 jBPM 以及与 Websphere 上的应用程序集成有一些疑问

  1. 我不想使用 jbpm 控制台进行用户交互(例如启动进程等)
  2. 我需要了解 jBPM 需要什么确切的数据库设置(表、实体)和我想使用 jbpm 所需的最小设置
  3. 我想使用我自己的自定义网页,该网页将允许我的应用程序的用户与工作流程(启动、停止)交互等,
  4. 我是否只需要 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

  1. I do not want to use the jbpm console for user interaction (like starting a process etc)
  2. 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
  3. I want to use my own custom web-pages that will allow users of my application to interact with the workflows (starting, stopping) etc
  4. 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怂人 2024-10-19 18:55:22

对于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文