Open greymeister opened 12 years ago
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: https://github.com/limcheekin/activiti/issues/3#issuecomment-5281244
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.