I am looking for split an application into modules using spring framework and java config.
For example:
- Module1 - Admin console
- Module2 - User console
- Module3 - Public Site
It's possible share the same context and obtain that the 3 modules have same Session, ThreadPool etc.
Thanks