Mark Stephens

  https://www.idrsolutions.com Mark founded the company and has worked with Java and PDF since 1997. The original creator of the core code, he is also a NetBeans enthusiast who enjoys speaking at conferences and reading. He holds an Athletics Blue and an MA in Mediaeval History from St. Andrews University.

   



193 Stories by Mark Stephens

How to find deprecated methods in Java

A Java deprecated method is one that should not be used because it is going to be removed (and often there is a better,...
1 min read

How to create a module-info file with JDeps

In this article, I am going to work through adding modules support to an existing Java application. I am using our JPedal (our Java...
2 min read

3 reasons Java developers switch to JDeli from ImageIO

ImageIO is build into the JDK and provides basic image support in Java. JDeli is a commercial image library for Java Developers from IDRsolutions....
1 min read

Hacking the NetBeans IDE

At my recent Oracle CodeOne talk on Hacking the NetBeans IDE, I promised to publish the screenshots of my code with some comments. I...
48 sec read

Why we wrote our own Java JPEG 2000 libraries

What is JPEG 2000? JPEG 2000 is an important image file format which offers significant benefits over JPEG. For our specific usage it does...
58 sec read

How to choose JPEG versus JPEG 2000 for image files

Since we started to support both JPEG and JPEG 2000 as image file outputs in our software, we have found that this is a...
1 min read