I was assigned to restructure an existing project. This project is a portal with two features.
- allow users single sign on to view brief information from other existing web apps
- managing users through other web app's API/databases
This project uses Spring Portlet MVC 3, eXo portal container, and CAS single sign on (each are standalone web apps).
As time goes by, we find that the first feature needs to be shut down. This leaves single sign on, allowing users to click a link and reach other systems. We want to convert this project to a normal web app using Spring MVC to get rid of the heaviness of eXo platform. Can anyone exposed to this situation please give a suggestion? Is there an elegant way to do this?