cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Spring MVC and OCC

former_member708417
Participant
0 Kudos
450

We have Spring MVC to use the rest controller's. But what is the reason for introducing OCC service's which internally use Spring MVC only.

Accepted Solutions (0)

Answers (1)

Answers (1)

geffchang
Active Contributor
0 Kudos

OCC focuses on web services only. All web service responses are normally in JSON, although this can be changed to XML. View is not returned; only data about the view returned.

For REST, you only need Spring Web; Spring Web MVC is not needed.