Skip to content

Dominant and authentic techs in Spring and Java EE in the past before introducing Spring Boot

Mohamed Hassan (JOSEPH) edited this page May 20, 2023 · 10 revisions

230324599-295fff09-864e-47cd-b42b-d492ad8a805a Apache_Tomcat_logo svg

Spring over Tomcat:


javaee_thumb GlassFish_logo svg



Apache_Maven_logo svg

Beside Maven as a dependency management tool πŸ”§ πŸ”¨ πŸ—œ 🧰



Software deployment mechanism:

  • Cleaning phase:

    • Kill the running app
    • Remove the old app-server directory
  • app-server

    • Move an archived version into target-deployment-machine
    • Unarchive it
    • Ignite it
  • deployment-package

    • Move it into target-deployment-machine
    • Deploy it inside the app-server using related commands based on the app-server specs
Clone this wiki locally