Unit 5
Unit 5
Spring Framework;
• It is a popular tool in java for building applications , especially those which are
large and complex.
• It provides a set of features and tools that make it easier to develop,manage and
maintain java applications.
• It makes the easy development of java app.
• It is helpful for beginners and experienced persons.
Advantages
Dependency Injection : is a design pattern that removes the dependency from the
programming code so that it can be easy to manage and test appl.
Allows you to separate cross-cutting concerns (like logging, security, and transactions)
from the business logic.
Spring Test framework : spring provides a robust test frmw. Which supports unit testing
,integration testing and testing of web appl.