• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

API Rest with Spring or Spring MVC

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Craig,

I'm noob in Spring and I am a little confused. I'm reading about how to use Spring to build Api Rest and I have seen different tutorials. Some tutorials it is built using Spring and in other with Spring MVC. Are there information about this in your book?

Thanks.
 
author
Posts: 422
13
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

There's no substantial difference between Spring MVC and Spring. Spring MVC is just a subset of the greater Spring framework. Both sets of tutorials are correct in that regard. And yes, the book definitely covers creating REST APIs with Spring MVC.


CarmaZone Jose wrote:Hello Craig,

I'm noob in Spring and I am a little confused. I'm reading about how to use Spring to build Api Rest and I have seen different tutorials. Some tutorials it is built using Spring and in other with Spring MVC. Are there information about this in your book?

Thanks.

 
reply
    Bookmark Topic Watch Topic
  • New Topic