Skip to main content

Blog

TestContainers: Making Java Integration Tests Easy Blog

TestContainers: Making Java Integration Tests Easy

TestContainers make integration tests in Java easy. Why is it important and how do you do it? Read to get the answers and find best practices.
Java Testing, Java Tools
Maven Commands Cheat Sheet (MVN) Blog

Maven Commands Cheat Sheet (MVN)

Maven is one of the most popular Java build and management tools. Use this MVN cheat sheet as a quick reference for Maven command line options
Java Tools, Java Application Development
Java Regular Expressions (Regex) Cheat Sheet Blog

Java Regular Expressions (Regex) Cheat Sheet

Our Java regex cheat sheet offers the correct syntax for Regex Java, including classes and methods, boundary matchers, quantifiers, and more.
Developer Productivity, Java Application Development
Using Vert.x to Push Messages to a Browser Blog

Using Vert.x to Push Messages to a Browser

We explore and explain how to build a simple prototype of a Vert.x server that pushes messages from a RabbitMQ queue to a browser through websockets.
Java Tools, Java Application Development
Java Web Frameworks Index Blog

Java Web Frameworks Index

See ranked Java web frameworks using data from Stack Overflow, LinkedIn, GitHub, and Google to help you find the best framework for Java.
Java Frameworks
Best JavaFX Libraries for Beautiful Apps and Clean Code Blog

Best JavaFX Libraries for Beautiful Apps and Clean Code

In this post we look at the most useful JavaFX libraries you can't miss for layout, widgets, testing, frameworks, and icons.
Java Tools, Java Application Development
Reload Java Classes at Runtime With JRebel Blog

Reload Java Classes at Runtime With JRebel

Read this post to learn about reloading Java classes at runtime, what classloaders are, and how JRebel bypasses reloads.
Developer Productivity, Java Application Development
Mock Testing Java With Mockito Blog

Mock Testing Java With Mockito

Our mock testing example shows developers how to mock up test their Java environment manually and the mock framework, Mockito.
Java Testing, Enterprise Development
Java Generics Cheat Sheet Blog

Java Generics Cheat Sheet

Our Java Generics cheat sheet includes wildcards, bounds, intersection types and some best practices about designing generic API. Download it here.
Java Application Development
Java Puzzlers: 3 Java 8 Puzzles Blog

Java Puzzlers: 3 Java 8 Puzzles

In this post we recap the Java 8 puzzlers, or Java difficulties, presented on Virtual JUG, with 4 hard to solve Java puzzles. See if you can solve them.
Java Application Development, Enterprise Development
JUnit Cheat Sheet Blog

JUnit Cheat Sheet

Our JUnit Cheat Sheet is a one-page guide to JUnit annotations, assertions, assumptions, parameter resolutions, and standard JUnit tests. Download here.
Java Testing, Developer Productivity
4 JPA Best Practices for Better Application Performance Blog

4 JPA Best Practices for Better Application Performance

This post shows the best JPA practices for performance: stored procedures, named entity graph and JQPL joins, lazy loading, and more.
Java Application Development, Enterprise Development