by Manvir | Jan 14, 2018 | Spring
Spring Boot Easy to create standalone applications Handles predictable setup for developer e.g. If JPA implementation is on the classpath, it will automatically create JPA Entity Manager Factory Embed containers (Tomcat, Jetty etc) Automatically configure Spring...
by Manvir | Oct 14, 2017 | Spring
Spring Initializr To generate quickstart project It provides simple Web UI https://start.spring.io/ to configure the project Integrated with IDEs e.g. Eclipse/STS, IntelliJ IDEA, NetBeans etc Resources...
by Manvir | Jun 29, 2015 | Spring
Spring Framework Lightweight ( Spring apps do not require JEE application server) Spring serves as Container for application objects (serves as lifecycle manager) Open Source Application Framework (provides framework classes to simplify working with lower-level...