Enterprise Java
-
Getting started with Spring Data Solr
Spring Data Solr is an extension to the Spring Data project which aims to simplify the usage of Apache Solr…
Read More » -
HOW-TO: Custom error pages in Tomcat with Spring MVC
Default Tomcat error pages look scary. In addition, they may expose valuable information including server version and exception stack trace.…
Read More » -
MongoDB: GridFS remove method deletes all files in bucket
Some time ago we ran into strange behaviour of MongoDB’s GridFS which caused me creating a Bug Ticket for the…
Read More » -
Strategy Pattern ain’t meant for Spring!
Right, so lets say you’re writing a Spring MVC app and you decide, “I want to do seperate encapsulated algorithms…
Read More » -
Thymeleaf template layouts in Spring MVC application with no extensions
After some years with JSP/JSTL and Apache Tiles I started discovering Thymeleaf for my Spring MVC applications. Thymeleaf is a…
Read More » -
Using JSF 2.2 features to develop ajax, scrollable, lazy-loading data table
This time around, I thought I’ll share with you what I recently learnt of JSF 2.2 features. To do that,…
Read More » -
Save-and-Refresh With Java Web Projects
How do you configure your machine in order to have save-and-refresh for Java web projects? When you ask this question…
Read More » -
Configuring MySQL for ADF development
Hi all. Today I’m going to show you how to configure MySQL database for Oracle ADF development. IMHO when you…
Read More » -
Camel CXF Service With Multiple Query Parameters
While the awesome Apache Camel team is busy fixing the handling of the multiple parameters in the query, here’s a…
Read More »