Where i can get simple View, Insert, Update, Delete tutorial using bonita with MySQL?

1
0
-1

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...

1 answer

1
-4
-1

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..
1. http://documentation.bonitasoft.com/web-service-connector-tutorial-0
2. http://documentation.bonitasoft.com/database-connector-configuration-0

basic CRUD with soap ws and database:

  1. http://www.java-samples.com/showtutorial.php?tutorialid=1735

basic example of using WS connector with bonita:

  1. https://www.youtube.com/watch?v=jZBtK3FSVDc

basics of UI in this:

  1. http://www.bonitasoft.com/for-you-to-read/videos/bonita-bpm-7-ui-designe...

the best way to do it is try and try.

Regards,
Vivek

Notifications