Java is a computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Java

Java 8 Repeating Annotation Explained in 5 minutes

At IDR Solutions we use Java 8 for the development of our products (a Java PDF Viewer and SDK, PDF to HTML5 converter and a Java ImageIO replacement). In this...
Ernest Duodu
1 min read

The 8 Useful Java Testing tools (& Frameworks) for…

At IDR Solutions we spend a lot of our time developing our Java PDF Library, Java Image Library and PDF to HTML5 Converter which are...
Alex Marshall
3 min read

Java 8 Method References explained in 5 minutes

At IDR Solutions we use Java 8 for the development of our products (a Java PDF Viewer and SDK, PDF to HTML5 converter and a Java ImageIO replacement). As I...
Ernest Duodu
3 min read

Java testing using FindBugs and PMD in NetBeans

As we all know bugs in a software could be difficult to find and fix. Therefore many tools and techniques have been developed in...
Sylwia Dorota Kedzia
2 min read

Running tests on both JavaFX and Swing using Junit

In a previous article I began to describe how you can set up a test frame using JUnit and Jemmy that could easily be...
Kieran France
3 min read