Spring.
- Application Framework(This helps us to build Enterprise based java applications)
- Dependency Injection Framework(where one object supplies dependency of another object :: Setter/Constructor Injections)
- Manage Life Cycle of Java Classes.(beans lifecycle)
- Boiler plate configuration-: 'Programmer writes a lot of code for minimal task.'
- Takes time to have a spring application up and running.
Spring Boot.
- A suite of pre-configured frameworks and technologies.(that is used to remove boiler plate configuration)
- The shortest way of up and running spring application.
- Opinionated
- Production Ready
- Stand Alone
No comments:
Post a Comment