|
the UPS server is currently on monolithic WAR file. For reasons like performance, modularity etc, we should make the entire server more modular, breaking down into different services: (e.g. different “webapps”)
-
"sender.war",
-
"registration.war",
-
analytics.war
-
"UI WAR"
|