简体   繁体   English

JBPM6.2 eclipse kepler中的表单设计器

[英]JBPM6.2 Form designer in eclipse kepler

I am new to JBPm 6.2 and successfully installed it on the windows machine. 我是JBPm 6.2的新手,并成功将其安装在Windows机器上。 I am using the JBPM 6.2 using the eclipse plugin and created the sample workflow of JBPm using the eclipse.On the right click of the sampleworkflow.bpmn file I can see the option of Generta JBPM Forms. 我使用eclipse插件使用JBPM 6.2并使用eclipse创建了JBPm的示例工作流。右键单击sampleworkflow.bpmn文件我可以看到Generta JBPM Forms的选项。 But I can not see the form editor to edit the forms generated using the option? 但我看不到表单编辑器编辑使用该选项生成的表单?

Is it possible to edit the form generated using eclipse or is it possible only using the JBPM Console?If it is possbile to edit the JBPM generated form using eclipse please do let me know how to do it. 是否可以编辑使用eclipse生成的表单,或者只能使用JBPM控制台?如果可以使用eclipse编辑JBPM生成的表单,请告诉我如何操作。

There are two kind of forms supported in jBPM 6.2: jBPM 6.2支持两种形式:

  • graphical forms: In the jBPM console you can generate / edit forms in a graphical environment (drag and drop etc.). 图形表单:在jBPM控制台中,您可以在图形环境中生成/编辑表单(拖放等)。 These can only be edited in the console (they are stored as xml in a .form file and not meant to be edited outside) 这些只能在控制台中编辑(它们作为xml存储在.form文件中,并不打算在外面编辑)
  • freemarker forms: These are HTML templates, targeted towards developers, that can be used to define forms with static and dynamic content. freemarker形式:这些是针对开发人员的HTML模板,可用于定义具有静态和动态内容的表单。 These can be edited in Eclipse as well, using a simple text / XML editor, as they are simple HTML 这些也可以在Eclipse中使用简单的文本/ XML编辑器进行编辑,因为它们是简单的HTML

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM