how connect my app to database?

1
0
-1

How can i connect my application to a database ?

Comments

Submitted by charles.souillard on Thu, 09/12/2019 - 12:23

Hello,

I need to better understand your question to provide an answer.

Which application are you talking about? Is it a custom app developed on your side or a Bonita Living App?
Which database are you talking about? Bonita runtime DB? Bonita Business Data model DB? Your own DB?

This would also really help if you can describe shortly your use case so I can better get the context.

Thanks

Submitted by yacine.tass_1399889 on Thu, 09/12/2019 - 16:15

Hi,
So, i mean Bonita living App and Bonita Business Data Model

2 answers

1
0
-1

thanks for answering :)
Also, i wanna know how to connect the users into theirs tasks ? and how users exchanges theirs forms, i mean how they send between them the forms, should i create a connector to an email or something else !
Thanks

Comments

Submitted by delphine.coille on Fri, 09/13/2019 - 09:21

Hi Yacine, I would suggest you ask another question for this topic as it is related to something different from your first question. This way other members can find an answer more easily. Thanks. Delphine

1
0
-1

Hello,

you should use the dedicated REST API: https://documentation.bonitasoft.com/bonita/7.9/bdm-api

You also have some hints in this page on the way to access BDM API and store the result in a variable that can be used in the page then: https://documentation.bonitasoft.com/bonita/7.9/variables

Last but not least, the getting started tutorial (freshly updated) is covering this use case in the "Design an application page" section, I really encourage you to have a look at it: https://documentation.bonitasoft.com/bonita/7.9/_getting-started-tutorial

Hope this helps,
Charles

Notifications