Search results for: java 8

Making a jQuery PDF Viewer

JQuery is one of the most popular JavaScript Frameworks around (for good reason), it gives you ability to access and manipulate the HTML DOM...
Lyndon Armitage
2 min read

Check if a PDF is valid using the HTML5…

Using the HTML5 File API to validate PDF Files Recently in my own time I have been familiarizing myself with the HTML5 File API....
Lyndon Armitage
5 min read

Indenting your own code

Code indentation is very important in making your code readable and easy to follow. Recently we have considered how to format our own code...
Kieran France
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

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