A jetty server mananged by spring and all spring applications on jetty will reference to the same spring core. So you could manage resources in low level spring and share to all spring applications on jetty. Finally, you would realize that it's similar to J2EE concept, but much more lighter.
- Full spring management
- Shared spring application context for core and web mvc
- Full dependency management, diff from spring-boot
Apache-2.0