Spring can certainly be used in a standalone environment, but the most common environment for Spring has historically been in an enterprise environment, powering web applications and backend services in a managed server. This chapter will demonstrate some aspects of integration in a Jakarta EE container (formerly known as Java EE, or J2EE, or maybe even just “Tomcat” depending on your level of exposure, currency, and experience).
This chapter also introduces submodules to our projects, as well as intermodule ...