Enterprise Java
-
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 » -
Spring MVC Integration Tests
An approach to Integration Testing the controllers in Spring MVC is to use the Integration Test support provided by Spring.…
Read More » -
Running Cassandra in a Multi-node Cluster
This post gathers the steps I followed in setting up an Apache Cassandra cluster in multi-node. I have referred Cassandra…
Read More » -
Spring & JSF integration: Exception Handling
Most JSF developers will be familiar the “An Error Occurred” page that gets displayed when an unexpected exception is thrown…
Read More » -
EasyMock tutorial – Getting Started
In this post, I’m going to show you what EasyMock is and how you can use it for testing your…
Read More »