[jboss-user] [jBPM] - Re: JBPM5 and Guvnor

Donald Walters do-not-reply at jboss.com
Fri Aug 26 08:56:00 EDT 2011


Donald Walters [http://community.jboss.org/people/dondragon2] created the discussion

"Re: JBPM5 and Guvnor"

To view the discussion, visit: http://community.jboss.org/message/623187#623187

--------------------------------------------------------------
Hi Guys,

thanks for the response but after some amount of searching I came across this framework called  http://code.google.com/p/sardine/ Sardine.

It was very easy to use and did exactly what i wanted.

Sardine sardine = SardineFactory.begin("admin","admin");
byte[] data = FileUtils.readFileToByteArray(new File("/home/test/test-v4tov5/CustomBPMN2-ServiceProcess.bpmn2"));
sardine.put(" http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/webdav/packages/defaultPackage/CustomBPMN2-ServiceProcess.bpmn2 http://localhost:8080/guvnor/org.drools.guvnor.Guvnor/webdav/packages/defaultPackage/CustomBPMN2-ServiceProcess.bpmn2", data);

it also works for any type of files (images, doc, xml, etc).

A part from the REST API why isn't there a builtin API int he JBPM framework?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/623187#623187]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110826/cc8b68de/attachment.html 


More information about the jboss-user mailing list