Java
-
Four solutions to the LazyInitializationException – Part 1
In the post today we will talk about the common LazyInitializationException error. We will see four ways to avoid this…
Read More » -
JavaFX 2.0 Layout Panes – HBox and VBox
If you want an overview on all different layout panes in JavaFX 2.0 or if you want to know yome…
Read More » -
Test JPQL / HQL without a deploy
Have you ever wanted to test your JPQL / HQL without doing a full deploy of your application? What we…
Read More » -
Full Web Application Tomcat JSF Primefaces JPA Hibernate – Part 3
Primefaces AutoComplete, JSF Converter This post continues from part 1 and part 2. The JSF has the Converter tool that…
Read More » -
Full Web Application Tomcat JSF Primefaces JPA Hibernate – Part 2
ManagedBeans This post continues from part 1 of this tutorial. In the “com.mb” package you will need to create the classes…
Read More » -
Full Web Application Tomcat JSF Primefaces JPA Hibernate – Part 1
We created this post that will show how to create a full web application using the following tools: Tomcat7, JSF2…
Read More » -
Mockito – Better error messages on NPE with globally configured SmartNull
Writing the Mockito reference card I had an opportunity to take a closer look at the less popular, but very…
Read More » -
Catch a StackOverFlowError by it’s tail
One of the more annoying situations you might have to deal with when working with a Java program is a…
Read More » -
Java Word (.docx) documents with docx4j
A couple of months ago I needed to create a dynamic Word document with a number of tables and paragraphs.…
Read More »