summaryrefslogtreecommitdiff
path: root/nbproject/project.properties
AgeCommit message (Collapse)AuthorFilesLines
2014-05-10Convert String to DateTime (for created_at)Peter Wu1-1/+3
Extra efforts are done to keep the timezone information.
2014-05-09Trace object path for JSON validation errors.Peter Wu1-1/+3
2014-05-09Add ValidatingJsonDeserializerTest (JUnit)Peter Wu1-1/+2
2014-05-08Replace JSON by GSON, adding extra validationsPeter Wu1-2/+0
Also change reader method, tweets are not received via an observed but by submitting from the caller. Added TODO WTF here and there, formatted with Alt + Shift + F.
2014-05-08Add json containers for Tweet and User objectsPeter Wu1-1/+3
2014-05-07Fix library pathPeter Wu1-2/+2
2014-05-07Added classes to refactor the database code.Maurice Laveaux1-2/+2
* DBConnection creates a persistent conn. * DBQuery resolves and executes queries. * QueryUtils creates sql query text.
2014-05-01Added libraries for postgresql and json.Maurice Laveaux1-79/+79
2014-05-01(no commit message)daanpeters1-75/+79
2014-05-01Initial netbeans project added with main/Main.javaMaurice Laveaux1-0/+75