From the course: Spring Web MVC 6
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Introduction to Spring Framework - Spring Tutorial
From the course: Spring Web MVC 6
Introduction to Spring Framework
- The Spring Framework helps you build Enterprise applications easily and quickly. If you are working in Java and in an Enterprise environment, then the Spring Framework is a very good choice. Not only does it support Java, but also Groovy and Kotlin as alternative programming languages running over the Java virtual machine. The Framework works with multiple scenarios. You may have an application code running in a single JDK on a web or an application server or you could have a service code embedded inside the server running in a cloud-based environment or you could just have some backdrops running regularly which do not even need a server. The Framework caters to all these kinds of app development. It follows a modular architecture. The entire Spring Framework is split up into multiple modules, so you can choose and pick according to your needs instead of having to import the entire framework and then make your application…