What is Spring MVC?

7

I'm developing a java web project and I'm using the MVC (Model-view-controller), which is a pattern of software design and I know its function is to separate the representation of user interaction information with it.
So my question is what would be exactly the Spring MVC . What are its main characteristics?
I would like a little explanation about the main features.

    
asked by anonymous 19.10.2015 / 22:30

1 answer

10

Spring MVC is a JAVA framework, which implements the MVC design pattern.

Its main features can be viewed here

Among them there are:

Injection dependency

Appearance-oriented programming including Spring declarative transaction management

a>

MVC for WEB applications and RESTFul web service

Support for JDBC, JPA, JMS

Source: link

    
19.10.2015 / 22:43