Java
-
One Jar To Rule Them All: Arquillian + Java 8
With Java 8, a lot of new language improvements have been implemented for making life of developer easier. In my…
Read More » -
Own your heap: Iterate class instances with JVMTI
Today I want to talk about a different Java that most of us don’t see and use every day, to…
Read More » -
On heap vs off heap memory usage
Overview I was recently asked about the benefits and wisdom of using off heap memory in Java. The answers may be…
Read More » -
JGit Authentication Explained
Authentication in JGit is mostly on par with native Git. Commonly used protocols like SSH and HTTP(S) and their authentication…
Read More » -
Self-healing JVM
This post is an example about an application where the first solution to each and every IT problem – “have…
Read More » -
Java Servlet Tutorial – The ULTIMATE Guide (PDF Download)
Java Servlets is a Java based web technology. Java Servlet technology provides Web developers with a simple, consistent mechanism for…
Read More » -
Beyond the JAX-RS spec: Apache CXF search extension
In today’s post we are going to look beyond the JAX-RS 2.0 specification and explore the useful extensions which Apache…
Read More » -
Manipulating JARs, WARs, and EARs on the Command Line
Although Java IDEs and numerous graphical tools make it easier than ever to view and manipulate the contents of Java…
Read More » -
Building dynamic responsive multi-level menus with plain HTML and OmniFaces
Recently, I had to create a responsive multi-level menu with JSF 2.2. Requirements: the menu should: …
Read More »