Enterprise Java
-
Hello Camel: Automatic File Transfer
Apache Camel is described on its main web page (and in the Camel User Guide) as ‘a versatile open-source integration…
Read More » -
What Is JNDI, SPI, CCI, LDAP And JCA?
JNDI stands for Java Naming and Directory Interface. It is an API to providing access to a directory service, that…
Read More » -
Spring Data JPA and pagination
Let us start with the classic JPA way to support pagination. Consider a simple domain class – A ‘Member’ with…
Read More » -
Camel 2.11 – HTTP proxy routes with url rewriting functionality
In the upcoming Apache Camel 2.11 release I have recently added support for plugging in custom url rewrite implementations to…
Read More » -
Devoxx UK free ticket giveaway
Java Code Geeks are proud to conduct another important giveaway for the Java community! For this one we have teamed…
Read More » -
Running unit tests and integration tests separately with Maven Failsafe and TestNG
Recently for my new pet project I decided that I would like to have some tests executed during standard mvn…
Read More » -
Custom error pages for expired conversations involving CDI and JSF
It’s been a while since I last blogged. I keep thinking of blogging something technical but end up getting busy…
Read More » -
SpiderMonkey to V8 for MongoDB and mongometer
With 10gen switching the default JavaScript engine for MongoDB 2.3/2.4 from SpiderMonkey to V8 I thought I’d take the opportunity…
Read More » -
Spring MVC 3: Upload multiple files
It was just another long day at office with the database not available and one of the team members lagging…
Read More »