xaberue / GamersCreedDAW

Gamers social network [Final DAW project 2015 (Adrià Nieto, Xavi Rueda) ]
0 stars 0 forks source link

Create User controller (servlet) #4

Closed aNieto92 closed 9 years ago

aNieto92 commented 9 years ago

Create controler (servlet)

aNieto92 commented 9 years ago

UserServlet created, and ready for add user, login (create session), check username, logout and check open session, only need to implement the methods of the DB, and test the controller

aNieto92 commented 9 years ago

Bug in addUser().-> userDAO.crate() crashes when creating or login user with role

aNieto92 commented 9 years ago

Fixed bug, and tested user creation, login, check session and add post. Soon get All post

ChustaSoft commented 9 years ago

Created method to get all data for the profile

aNieto92 commented 9 years ago

Get All posts complete, and tested, User Controller completed