Hi,
right now, we have the static resources of the admin ui build to a JAR file and a "node tgz". Currently, in the community, we use the bundled JAR and deployed to the UPS WAR file. So far, so good
For our modularization I was thinking at different options:
* WildFly Swarm w/ just static (WAR) resources
* Node.js/Express app
* Ngnix container, just serviing the content
I've tested 1) I was wondering if we might - for some better resource utilization might just go w/ Ngnix, and deploy the static resources of the admin UI to there?
How do other think about breaking the UPS down to different technologies and aspects?
-Matthias