Commit Graph

10 Commits

Author SHA1 Message Date
Johannes Theiner 48606ee953 + Documentation
~ made Checkstyle happy
2019-04-18 12:31:04 +02:00
Johannes Theiner 8b9d81bfc1 + delete(Book/Author/Publisher/Category) 2019-04-18 09:10:13 +02:00
Johannes Theiner 59ecac912c + insert(Book/Author/Publisher)
+ getBooks

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-17 20:14:26 +02:00
Johannes Theiner 18efa59177 + get(Author/Publisher/Category/Book) 2019-04-17 14:59:35 +02:00
Johannes Theiner 388459b6a2 + automatic inserts 2019-04-15 18:36:03 +02:00
Johannes Theiner ebce4cd0f0 + database now uses a pooled connection
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-09 18:37:23 +02:00
Johannes Theiner 4b6510d230 ~ changed helloWorld to find absolute path to config files
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-09 12:46:21 +02:00
Johannes Theiner 49287ee2e4 ~ moved HelloWorld Servlet
~ asserted connection to database

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-08 18:30:46 +02:00
Johannes Theiner 7495f455e2 ~ POJOs done
+ Example Database Servlet

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-05 19:54:03 +02:00
Johannes Theiner aab20c1c48 + Creating Database connection
+ POJOs for:
- Address
- Author
- Book
- Category
- Customer
- Publisher

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-05 13:13:17 +02:00