- Spring 5.0 Cookbook
- Sherwin John Calleja Tragura
- 61字
- 2021-07-08 10:16:27
Creating a service layer in an MVC application
If the DAO layer manages the persistence of data, given the data models and Spring JDBC's JdbcTemplate and SimpleJdbcInsert, the service layer, on the other hand, exposes all DAO transactions through its own set of interfaces and implementations. This recipe will close the whole chapter regarding how to assemble a Spring MVC application.