Enterprise Java
-
Hooking into the Jenkins (Hudson) API, Part 2
This post continues from Part 1 of the tutorial. It’s been almost a year, but I finally had some time…
Read More » -
Hooking into the Jenkins (Hudson) API, Part 1
Which one – Hudson or Jenkins? Both. I started working on this little project a couple of months back using…
Read More » -
Vaadin App on Google App Engine in 5 Minutes
In this tutorial you’ll learn how to create your very first Vaadin web application, how to run it on a…
Read More » -
Spring Integration with Gateways
This is the second article of the series on Spring Integration. This article builds on top of the first article…
Read More » -
Introducing Spring Integration
In this article we introduce Spring Integration. If you have not worked with Spring Integration before, it might help to…
Read More » -
Spring security 3 Ajax login – accessing protected resources
I have seen some blogs about Spring Security 3 Ajax login, however I could not find any that tackles how…
Read More » -
Java code generation with JAnnocessor
In this article I will show you how to generate code with JAnnocessor framework created by Nikolche Mihajlovski. First time…
Read More » -
DAO layer – Generics to the rescue
Generics can be a powerful tool to create reusable code with the power of compile time verification (type safety..). Unfortunately…
Read More » -
Testing Spring & Hibernate Without XML
I’m very keen on the improvements in Spring 3 that eventually let you move away from XML into plain Java…
Read More »