Software design overview
This project implementation follows the Spring MVC configuration and setup presented in our section on the PWP (Chapter 1, Creating a Personal Web Portal (PWP)). The only formal addition in here, is the data layer part, since there will be a database management server involved in the operation of the whole SMP transactions, from login authentication, to archiving of records.
Two layers will be added into the implementation and these are the data access object layer and the service layer. We first set up the DAO layer, which is needed for data persistency. This is the only layer that directly accesses the database server, given the appropriate driver manager and credentials. All data objects contain SQL transactions that ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access