Enterprise Java
-
Problems with ORMs Part 2 – Queries
In my previous post on Object-Relational Mapping tools (ORMs), I discussed various issues that I’ve faced dealing with the common…
Read More » -
Apache Camel 2.9 Released – Top 10 Changes
On the last day of 2011 the Apache Camel artifacts just managed to be pushed to the central maven repo,…
Read More » -
OAuth with Spring Security
From Wikipedia: OAuth (Open Authentication) is an open standard for authentication. It allows users to share their private resources (e.g.…
Read More » -
Some Interview Questions to Hire a Java EE Developer
The Internet is full of interview questions for Java developers. The main problem of those questions is that they only…
Read More » -
Automatically generating WADL in Spring MVC REST application
Last time we have learnt the basics of WADL. The language itself is not as interesting to write a separate…
Read More » -
Book Review: JBoss AS 7: Configuration, Deployment, and Administration
I eagerly accepted Packt Publishing‘s invitation to review JBoss AS 7: Configuration, Deployment, and Administration because it has been several…
Read More » -
Choosing Between Vaadin and JSF
With the recent release of Primefaces 3.0, JSF finally reaches an unprecedent level of maturity and utility that puts it…
Read More » -
Spring 3, Spring Web Services 2 & LDAP Security
This year started on a good note, another one of those “the deadline won’t change” / “skip all the red…
Read More » -
Launching and Debugging Tomcat from Eclipse without complex plugins
Modern IDEs like Eclipse provide various Plugins to ease web developement. However, I believe that starting Tomcat as “normal” Java…
Read More »