Abhishek Dandriyalabhishek-dandriyal.hashnode.dev·Jul 20, 2024Apache Tomcat ServerTomcat is an open-source web server and servlet. The Apache Software Foundation has developed it. It is used widely for hosting Java-based applications on the web. It is built on Java technologies and implements the Java Servlet and JavaServer Pages ...apache-tomcat-server
Nitin Kalratil.hashnode.dev·Oct 21, 2023mvn - A short guide to MavenMaven Basics: What is Maven? Maven is a build tool that manages the project lifecycle, handling tasks such as compilation, testing, packaging, and dependency management. It uses a Project Object Model (POM) file, typically named pom.xml, to configure...Spring BootJava