Hello… i’m still newbie with Bonita, I need tutorial how to make web service using bonita to View (in table), Insert, Update, and Delete data from MySQL database using JDBC Connector.
Where I can get the tutorial?
Tutorial with any bonita version 7.x, 6.x, 5.x will much appreciated…
Hi,
if you want to write basic create, update, delete operations with database, you may have to write and practice it. how ever, you can refer the below links to get the idea how to do it…
- http://documentation.bonitasoft.com/web-service-connector-tutorial-0
- http://documentation.bonitasoft.com/database-connector-configuration-0
basic CRUD with soap ws and database:
============================ - http://www.java-samples.com/showtutorial.php?tutorialid=1735
basic example of using WS connector with bonita:
================================= - https://www.youtube.com/watch?v=jZBtK3FSVDc
basics of UI in this:
================ - http://www.bonitasoft.com/for-you-to-read/videos/bonita-bpm-7-ui-designer-basics
the best way to do it is try and try.
Regards,
Vivek