My small study-project for practice with core java web technologies. Web application for tracking books which I read.
- Without frameworks: Servlets and plain JDBC
- Build by Maven
- Uses some libraries: Logback, Freemarker
- Uses async servlet and async http client with Java 8 CompletableFuture (see BookDetailsServlet and BookDetailsService
- Deployed on Heroku Cloud (was deployed :))
- Deployed on my own server using Docker