Hi all,
I plan to use (read/write) some business data stored in an external database from a Bonita process. I'd like to use an ORM (such as Hibernate) and annotate my entities with JPA annotations.
I wonder if anybody had already tried to embed some entites in a process ? Should I expect some dependencies conflicts (Hibernate is already embedded in Bonita) ?
A better practice might be to handle my data access in a separate web application and accessing it with a hand-made REST API ?
Any idea ?
Best regards
Nicolas