Hi,
Let's say I have a couple of projects implementing applications for separate business areas. For example
- invoice-management
- human-resources
- identity-management
All of the areas although separated share some features, so the projects use common resources. For example:
- BDM (which by design is global for all processes and applications in Bonita)
- REST APIs for common resources like comments
- Groovy Types (for utilities)
- Processes like mail sender
- Custom widgets, fragments
In a maven project I would just extract the project, name it "commons" and add it as dependency to all of the projects.
How you can address this issue in Bonita Studio?