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

What we love and hate about Java IDEs –…

Last time I mentioned that I’d be writing a series of articles about integrated development environments (IDE) and what we love and hate about them....
Alex Marshall
1 min read

Setting up VisualVM in under 5 minutes

It’s hard to put a label on VisualVM – it has a profiler, but it’s more than that. It also has tools for tracking...
Sam Howard
1 min read

5 useful Open Source SVG tools

Since we started developing our PDF to SVG converter, I have been getting up to speed on the SVG file Format and investigating useful...
Alex Marshall
2 min read

How to access external HTML resources in the GlassFish…

An alternate document root (docroot) allows for a web application to serve requests for certain resources from outside its own docroot. This is a...
suda
1 min read

MouseEvents in JavaFX

I had a lot of fun playing with mouse events while building our PageFlow PDF Viewing mode in JavaFX, so thought it worth writing...
Leon Atherton
3 min read

Integrating JavaFX with Swing: The JFXPanel

If you want to use JavaFX, there are essentially two ways you can do so. The first is to create a standard JavaFX project...
Leon Atherton
2 min read