是否有任何实用程序可以将 visio 流程图转换为 Java 代码?
我希望简化开发流程,其中大多数数据流都以流程图表示(最终用户不是开发人员)。
有没有可以将 visio 流程图转换为 java 代码的实用程序?
我正在考虑一个简单的框架,它将决策点转换为返回布尔值的命名函数,这些函数将对作为 void 函数实现的进程的调用链接在一起。转换器将生成骨架代码,我只需填补功能逻辑(对于流程)或谓词逻辑(对于决策点)中的空白,
有什么吗?
Im looking to streamline a development process, where most data flows are represented as flowcharts (end users are not developers).
Is there any utility out there that can convert a visio flowchart to java code?
Im thinking a simple framework that converts decision points to named functions returning booleans, that link together calls to processes implemented as void functions. The converter will generate skeleton code and I just fill in the gaps in the functional logic (for processes) or predicate logic (for decision points)
Anything?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,有点。可用的工具比“简单的实用程序”稍微复杂一些,并且它们通常不是从 Visio 开始,尽管它们确实使用图形设计器和流程图模型。
举一个例子,IBM 制作了一套业务流程管理和设计工具。
还有其他供应商也这样做。不确定是否有开源替代方案可以提供真正的图形“流程设计体验”。我似乎记得 JBoss 在其核心 J2EE 服务器上构建的一些 BPM 东西。不确定这是否成为现实。
除了 Java 之外,微软还有 BizTalk Server,或者低端的 WF - Windows Workflow。 Visual Studio 中包含用于设计工作流(以图形方式)的工具。
yes, sort-of. The tools available are a bit more complicated than "a simple utility", and they don't usually start with Visio, though they do use graphical designers and flowchart models.
As one example, IBM makes a suite of business process management and design tools.
There are other vendors who do this as well. Not sure if there are open-source alternatives that provide a bonafide graphical "process design experience". I seem to remember some BPM thing built by JBoss on their core J2EE server. Not sure whether that ever became real.
Outside of Java, Microsoft has BizTalk Server, or at the lower end, WF - Windows Workflow. The tools for designing workflows (graphically) are included in Visual Studio.