Testing Your Code With Spock

Explore Spock's key features when it comes to testing, see how you can leverage the power of Groovy, and how Spock compares with JUnit. Read all

How To Sort Objects In Java

Take a look at this tutorial which explains how to sort using the Collection framework and comparing sorting using comparable with sorting using comparator. Read all

Introduction to Selenium 3.0

This intro to Selenium 3.0 for automated software testing explains its functions, the benefits of test automation, and the differences from Selenium 2.0. Read all

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

 

 

 

 

Top