namdng09 / TaskManagement

An assginment for PRJ301 with Servlet and JSP
1 stars 0 forks source link

Feature/29 create new model #30

Closed namdng09 closed 4 months ago

namdng09 commented 4 months ago

I add new model and dao files to Connection and get Value in database: Model: Broad, ListTask, Card, CheckList and Comment. DAO: BroadDAO, ListTaskDAO, CardDAO, CheckListDAO and CommentDAO.