New Methods on Java Strings With JDK 11

JDK 11 will probably be bringing a few new methods to the String class! Most of them focus on redefining white space for a more consistent approach. Read all

Connecting Elasticsearch Directly to your Java EE Application

Learn about the steps in a search engine, how to install Elasticsearch in Docker, and how Elasticsearch and Java EE work together. Read all

A Detailed Guide to EJBs With Code Examples

Learn about the philosophy behind EJBs ands dive into how to use them in your projects with this handy tutorial that brings code snippets to help. Read all

Go Microservices, Part 12: Distributed Tracing With Zipkin

We'l be learning about distributed tracing with supporting components, Zuul and Zipkin, as part of our Go microservices in Part 12 of this tutorial. Read all

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

 

 

 

 

Top