Skip to content

ealker/bookmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookmanager

A simple REST API built on Java Spring with Java 17, Project Lombok, and Spring Data JPA.

This can be used as the back end for a client side dynamic website.

How does it work?

A web server is spun up and listens for incoming HTTP requests. A dispatcherServlet handles all HTTP requests and responses, sending requests to handlers, in this case the classes with @Controller annotations whos methods have @RequestMapping annotations.

Further Reading

Spring REST API is different from a strict Spring MVC app as there is no integrated front end here. Spring MVC provides server side dynamic web page generatio through JSP. Because this REST service is still architectred in an MVC manner, the "view" here is a JSON response.

About

A simple Spring-based Java web app using the MVC pattern to catalogue and display books.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages