Computer Science, asked by arjunjangam29, 11 months ago

What is the scope for business service class in Spring MVC

Answers

Answered by imhkp4u
5

The spring model view controller has many benefits. We all know that it is one of the most popular frameworks for JE apps. With the age of spring framework we can build decoupled systems with ease.

There are different kind of annotations in Bean Scope used such as @component @controller @service atc. @service indicates that the particular class is used for handling the business logics.

The he scope for business service class in Spring MVC is Bean Scope  are managed by the IOC container.

Similar questions