Last time we set up a sturdy backup system, now we will look at how we monitor backup sets. We need …
Category: dummyCategory
How AtomicReference Works in Java – DZone Java
AtomicReferences are handy to have around. Let’s see one in action and compare it to synchronized blocks to see the overhead and performance benefits they bring.
Git cheat sheet
In this Git cheat sheet, we explore the most useful and frequently used git commands. Print the pdf and stop forgetting how does git rebase or other commands work with this 1-page git cheat sheet.
Java has Streams. Do we need third-party collections?
Java 8 added Streams. Are competing collections libraries like Eclipse Collections, Trove, Guava, etc. effectively deprecated now?
Why debugging in production is so tempting?
Debugging in ProductionWhy debugging in production is so tempting?In one of my first jobs, one o…
DZone Research: Concerns With Java – DZone Java
Code quality and release fatigue were cited as two major concerns with the Java ecosystem, as is increased competition from JVM languages.
Java Stream ORM Now with JOINs
Speedment is a Java Stream ORM Toolkit and Runtime that allows you to view database tables as standa…
Java Batch Tutorial
In today’s world internet has changed the way we live our lives and one of the major reasons for tha…
Why you need to learn these automated testing tools for Java
There’s no be-all and end-all or one magic Java testing tool. If you want your Java projects secure, you’ll need a variety of options. Check out our list of automated testing tools for Java unit testing, integration testing, load testing and more.
Java Weekly, Issue 229 | Baeldung
This week, Spring Boot 2.0 and metrics, a deep insight into Gradle performance testing, and a cool write-up about problems related to running Java in Docker.
Java Comments – HowToDoInJava
Java comments, as name suggests, are notes you write between the programs for various reasons. For example, you may write comments to – write information or explanation about the variable, method, class or any statement. write text to be available in Java docs. hide program code for specific time, etc. Types of Java Comments There …
Automating Production in Payara Server 5
Here, we’ll look at two ways to configure the Payara Platform for different environments, whether in or outside of Docker.
In Production
In Production Payara Platform Production Resources Use the following resources and guides to evaluate Payara Platform’s production….
Java Quiz 17: Working With Arrays – DZone Java
See the answer to our previous quiz on garbage collection eligibility and try your hand at today’s quiz, which deals with arrays.
GraphQL on Wildfly swarm
“GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing …