工作流引擎
我对工作流引擎的工作原理以及如何开发它还不熟悉;我有一个 LMS(学习管理服务)网站。我需要一个动态的工作流程。关于如何开发它有什么建议吗?
I am new to workflow engine how it work and how I can develop it; I have A LMS (Learning management Service) site. I need to have a dynamic workflow. Any suggestions on how I can develop it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 ezComponent 的工作流程引擎:
它有大量的文档。
或者您可以查看Sebastian Bergmann 关于工作流引擎的文凭论文这涵盖了该部分的实质学术细节。
Have a look at ezComponent' Workflow Engine:
It has extensive documentation.
Or you can have a look at Sebastian Bergmann's Diploma Thesis about Workflow Engines that covers the nitty gritty academic details that went into said component.
快速想出一个可能并不是一件容易的事。也许您可以尝试一些开源/免费引擎,看看是否符合您的要求。
看看这个:
http://java-source.net/open-source/workflow-engines
阅读有关它们的信息,选择其中一个进行初始测试将是一个艰难的选择。但事情就是这样,至少你的工作已经保存下来,现在你可以选择其中一个适合你的要求的了!
It may not be very easy to come up with one very quickly. probably you can try some open source/free engines, and see if that fits your requirement.
Have a look at this:
http://java-source.net/open-source/workflow-engines
Reading about them, selecting one of them to do initial trails will be a difficult choice. but that's how things are, atleast your work of coming up with one saved, now it's up to you to choose one of these appropriate to your requirement!