The assumed way for deploying multiple portlets is to follow what Vaadin 7/8 did for multiple portlets. That deployment model should be used to guide the investigation of packaging the resources.
How do we build a monolithic client-bundle jar from multiple portlets, which contains
- all the front-end resources
Resource access investigation:
- is there a way for a portlet to access resources from another portlets or wars deployed in the same context/web server
Remember to check how framework 7/8 solved this issue and can we reuse some parts of that implementation.
Acceptance criteria