CDI (Part 2): Qualifiers in Java: Polymorphism in DI

See CDI in action as we study CDI qualifiers and how they can be used to help with both dependency injection and polymorphism in your Java. Read all

Java Autonomous Driving: Car Detection

Learn how to use object detection and neural networks to build a real-time video object detection application in Java. Read all

Jlink in Java 9

Jlink is Java 9's new command line tool. See how you can use it to create your own lightweight, customized JRE for a module-based Java application. Read all

API Test Parameterization With Spock

A tutorial on how to create test parameterization to test the performance of your API using Spock, a framework for working with Java and Groovy (we use Groovy). Read all

Microservices on the JVM With Actors

Learn to use the Akka actor model to implement JVM-based microservices, including tips for refactoring old code and when to consider different architectures. Read all

Add User Management to Your Play Framework App With OIDC

Learn how to add user management and security to your Play Framework app using a combination of Okta, OpenID Connect, and pac4j's Play integration. Read all

Accessing the EntityManager From Spring Data JPA

Learn how to use a custom interface and implementation with Spring Data JPA in order to get access to your EntityManagers. Read all

Java: The Strategy Pattern

The Strategy pattern is a classic GoF design pattern. This in-depth guide tackles when to use it, related topics like Dependency Injection, and sample uses. Read all

Getting Started With Spring Data Cassandra

Learn about Spring Data Cassandra, which can bridge the gap between your Java code and Cassandra, allowing you to form records from objects and write queries. Read all

Migrating Your Project to Jigsaw Step by Step

This guide to migrating work to use Project Jigsaw's modules uses a Spring-based project and tackles the exceptions and errors likely to appear along the way. Read all

Code Smells: Multi-Responsibility Methods

This series on code smells continues with multi-responsibility methods, the problems they cause, and tips for refactoring them into better, more readable code. Read all

Configuring the AsciiDoctor Maven Plugin

Bring AsciiDoctor to your Java code via Maven to help with your documentation. This guide walks through the steps, showcases extensions, and offers advice. Read all

Spring Cloud Config (Part 3): ZooKeeper Backend

Learn about the pros and cons of ZooKeeper as your configuration management backend with Spring Cloud Config. See if the functionality is worth the complexity. Read all

 

 

 

 

Top