Java EE

We Love Java


Made a library? Written a blog post? Found a useful tutorial? Share it with the Java community here or just enjoy what everyone else has found!


Read More →

Simple CRUD REST API with Java EE


In this tutorial we will learn how to create a simple CRUD REST API with Java EE using H2 database and TomEE application server.
H2 is an open source relational database management system written in Java. It can be embedded in Java applications or run in the client-server mode and it is easy to install and deploy.


Read More →