Core Java
-

JArchitect v2017 Released!
We are happy to inform you that JArchitect v2017 has been released and is now available for download! JArchitect is an analysis tool that really allows…
Read More » -

Electronic Signature Using The WebCrypto API
Sometimes we need to let users sign something electronically. Often people understand that as placing your handwritten signature on the…
Read More » -

Use Precise Java Method Parameters
Learn how to pick the right method parameter types and get more robust and shorter code in your Java applications.…
Read More » -

How to shoot yourself in the foot building a Java Agent
Over the years of building Plumbr, we have encountered many challenging problems. Among others, making the Plumbr Java Agent perform…
Read More » -

Cleaner parameterized tests with JUnit 5
The general idea of parameterized unit tests is to run the same test method for different data. Creating parameterized tests…
Read More » -

Java vs. Python: Which One Is Best for You? [Infographic]
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -

Testing exceptions with JUnit 5
JUnit 5 brought pretty awesome improvements and it differs a lot from its predecessor. JUnit 5 requires Java 8 at…
Read More » -

javap Usage Unfolds: What’s Hidden Inside Your Java Class Files?
What’s javap, how do you use it and when would you want to disassemble class files? There are a number…
Read More » -

jhsdb: A New Tool for JDK 9
I like to use the command-line tools provided with the JDK in the early steps of analyzing performance and other…
Read More »

