Skip to content

xuan13hao/WorkReminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Reminder

It is a simple work reminder system

Basic Architecture

Bean

Store data from the database. Store data from the client (form submission), intermediary role of storing data

DAO (Data Access Object)

The main thing to do is to add, delete, and modify a single table in the database. It may be a multi-table management query.

Service

Corresponding to the operations on the interface, adding, deleting, modifying and checking, as for this business involving several DAO, just call several DAO

C3P0

C3P0 is a Java library that provides a convenient way for managing database connections.

Screenshots

sample screenshot sample screenshot sample screenshot