Learn how to implement REST APIs with the Javalin framework
Here's what I've written (so far):
Baeldung on Java
- All
- JPA (2)
- Core Java (2)
- Spring (1)
- REST (1)
- NoSQL (1)
A Guide to Java Modularity
Filed under Core Java
Learn the essentials of building and using modules in Java 9. Start down the path of modularizing your code today.
An Advanced Tagging Implementation with JPA
Filed under JPA
Take a look at more advanced tagging scenarios with JPA.
A Simple Tagging Implementation with JPA
Filed under JPA
Learn how you can extend your JPA project with a tagging implementation
A Simple Tagging Implementation with Elasticsearch
Learn how you can extend your Elasticsearch project with a tagging implementation
Introduction to Java Primitives
Filed under Core Java
Learn the basics of Java’s primitive data types.