Enterprise Java
-
5 ways to initialize lazy relations and when to use them
Lazy loading of relations between entities is a well established best practice in JPA. Its main goal is to retrieve…
Read More » -
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 » -
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 » -
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 » -
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 » -
What’s up with Java EE 8 ?
Work on Java EE 8 is well on it’s way. Time to catch up! Dive in without further ado… Don’t…
Read More » -
Spring Data JPA Tutorial: Getting the Required Dependencies
Before we can create an application that uses Spring Data JPA, we need to get the required dependencies. This blog…
Read More » -
WildFly 8.2.0.Final release – Quick overview of the changes
It’s been a while since I last wrote on this blog. Although I have had some topics that I wanted…
Read More »