Skip to content

atamanroman/java-web-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Repo for the Java Web Basics Workshop

This project builds a simple REST API backed by a RDBMS with "old" tech like JDBC and Servlets. We then move commit by commit to newer tech like JPA and finally Spring Boot.

The goal of this workshop is to show what a modern stack like Spring Boot builds upon and that you can build stuff with simple/boring tech, too. Also we encounter a lot of unexpected complexity (e.g. mapping JOINed tables to objects, parsing HTTP requests) and talk about libraries/frameworks which help to solve this (e.g. JDBI, JOOQ, Spark, Ninja) in a minimal way.

  • Roman Ataman, adorsys.de

About

Java REST API backed by H2 Without a Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages