With version 9 of Java SE, Oracle introduced modules as a result of Project Jigsaw. Here we offer some considerations for existing projects. A smaller Java core offers better security as less code means fewer ...Read More
Tag: java
Caplin @ JAX London 2017
Just like last year, this October Caplin attended JAX London - the 'Conference for Java & Software Innovation'. JAX 2017 at the Business Design Centre in Angel, LondonThe main theme of ...Read More
Simple Currency Conversion using Google Calculator and Java
Here's a little trick that I use to generate seed values for some of our mock components to ensure these values are fairly realistic. Google has a web service that when queried returns a JSON string for calculated ...Read More
A JUnit trick for ensuring SOLID design
Last week I had the chance to attend Jason Gorman's workshop on SOLID, a set of principles for good object-oriented design. If you want to find out whether your code conforms to one of these five principles (the L, ...Read More
How to create a real-time JavaFX application
At Caplin we spend a lot of time talking about the real-time web and more specifically the growing trend for real time rich internet applications, or RTRIAs. One of the ...Read More