如何将Activiti Modeller集成到自己的Web应用程序中 [英] How To Integrate Activiti Modeller Into own Web Application

查看:251
本文介绍了如何将Activiti Modeller集成到自己的Web应用程序中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对activiti非常陌生,作为项目开发的一部分,我需要从activiti Explorer中分离出activiti-modeller并将其与我自己的Web应用程序集成。

I am very new with activiti and as a part of my project development i need to separate out activiti-modeller from activiti explorer and integrate it with my own web application.

任何人都可以给我详细说明如何执行所需活动的步骤。

Can anyone give me the steps in detail of how to perform the required activity.

我正在使用Wavemaker 6.5开发应用程序

I am using wavemaker 6.5 to develop my application

我浏览了activiti Explorer的源代码,但无法确定要使用哪个部分以及如何使用它。

I went through the source code of activiti explorer but couldnt make out which part to use and how to use it.

推荐答案

从Activiti Explorer中提取KisBPM Modeler实际上很容易。

It's actually quite easy to extract the KisBPM Modeler from the Activiti Explorer.

将以下内容从源树提取到Web应用程序中:

Extract the following from the source tree into your web application:


  • resources / editor.html

  • resources / plugins.xml

  • resources / stenclset.json

  • webapp / editor

  • webapp / api

  • webapp / explorer

  • webapp / libs

  • 编辑器(如果需要修改,这是编辑器来源)

  • resources/editor.html
  • resources/plugins.xml
  • resources/stenclset.json
  • webapp/editor
  • webapp/api
  • webapp/explorer
  • webapp/libs
  • editor (THIS IS THE EDITOR SOURCE IF YOU NEED TO MODIFY IT)

确保在webapp pom.xml中为activiti-modeler添加了依赖项(这将导入restlet类)。
创建一个自定义根restlet来映射您的入站呼叫(使用explorerRestApplication作为模板)
将restlet声明添加到您的web.xml中。

Make sure you add a dependency to activiti-modeler in your webapp pom.xml (this will bring import the restlet classes). Create a custom root restlet to map your inbound calls (use explorerRestApplication as a template) Add the restlet declaration to your web.xml

I认为就是这样。
我们成功提取了KisBPM编辑器,以用于使用自定义门户实现的嵌入式环境中。

I think that's about it. We successfully extracted the KisBPM editor for use in an embedded environment that used a custom portal implementation.

干杯,
Greg @ BP3

Cheers, Greg@BP3

这篇关于如何将Activiti Modeller集成到自己的Web应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆