Commit Graph

29 Commits

Author SHA1 Message Date
Johannes Theiner 48724a5853 + more validation
+ working dark theme
- some bugs

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-06-07 08:14:24 +02:00
Johannes Theiner ad17d0d80c + started working on order listing
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-06-05 21:42:09 +02:00
Johannes Theiner d205e62419 + first two payment methods being displayed
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-06-05 10:25:42 +02:00
Johannes Theiner 8415eb3b24 + database getters for payment types 2019-05-27 18:48:28 +02:00
Johannes Theiner 8ebff9a7f0 + database handling for orders 2019-05-22 15:22:18 +02:00
Johannes Theiner 1742ee4c14 + Shopping cart database handling
+ documentation
2019-05-21 13:04:31 +02:00
Johannes Theiner b2ed3d6a03 + database stuff for address.
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-05-20 11:12:50 +02:00
Johannes Theiner 5e21307980 + database methods for user
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-05-19 20:12:30 +02:00
Johannes Theiner 07924cfbdf ~ refactor database into multiple files
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-05-19 14:26:45 +02:00
Johannes Theiner 410004c557 Aufgabe 3: fertig 2019-05-02 16:59:45 +02:00
Johannes Theiner c9785a5f32 ~ cleanup
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-05-01 16:34:12 +02:00
Johannes Theiner 813c3aa1f3 ~ Database Configuration
+ random Category image

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-30 18:13:14 +02:00
Johannes Theiner b265adec2c + existsBook
+ getCategories
2019-04-30 15:53:50 +02:00
Johannes Theiner 027ebd2a46 + Index
~ small fixes
- db, hello
- web.xml

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-27 11:37:05 +02:00
Julian Hinxlage 5849812afd changed booklist entries
added value validation to addbook form
added simple Error massages
2019-04-25 11:31:47 +02:00
Johannes Theiner 61e9b4df54 ~weird bug fixed: head->desk
Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-25 07:00:50 +02:00
Johannes Theiner d91e4ad5f1 + Fixed all insert bugs
~ found a weird one in PreparedStatement

Signed-off-by: Johannes Theiner <j.theiner@live.de>
2019-04-24 21:59:23 +02:00
Johannes Theiner c9ae2db7e1 Meisten Bugs gefixt 2019-04-24 16:15:15 +02:00
Julian Hinxlage c57fe04916 edit book servlet now interacts with database 2019-04-23 15:32:52 +02:00
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