limcheekin / activiti

Grails Activiti Plugin - Enabled Activiti BPM Suite support for Grails

Home Page:http://code.google.com/p/grails-activiti-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access to Activiti REST API

greymeister opened this issue · comments

Would it be possible to access the Activiti REST API through the deployment with the Grails plugin? Obviously you could create your own in the Grails app, but it might be simpler if it could be exposed through a URL Mapping.

Thanks for creating this issue, I didn't studied it in detail, any idea how could the REST API exposed through a URL Mapping?

It seems like they have a webapp or some other maven project that contains a RESTful API to Activiti.

http://activiti.org/userguide/index.html#N127AB

It would have to be brought in as another dependency, and probably a web.xml change depending on how they have their API implemented.

Thanks for information and sorry to tell you that I'm busy on other stuff
at the moment. I think you can expose the Activiti's REST API in your
Grails project. Please consider to contribute back this feature to the
plugin, your effort is very much appreciated.

On Mon, Apr 23, 2012 at 9:42 PM, Charles Erwin <
reply@reply.github.com

wrote:

It seems like they have a webapp or some other maven project that contains
a RESTful API to Activiti.

http://activiti.org/userguide/index.html#N127AB

It would have to be brought in as another dependency, and probably a
web.xml change depending on how they have their API implemented.


Reply to this email directly or view it on GitHub:
#3 (comment)