Spring
-
Enterprise Java
Camel 2.11 – Camel web applications without Spring
As I write this we have just added a new component to the upcoming Apache Camel 2.11, that allow to…
Read More » -
Groovy
Spring Dynamic Language Support with Groovy
Groovy is a dynamic and object-oriented programming language running on JVM. It uses a syntax like Java, can be embedded…
Read More » -
Enterprise Java
Testing Spring Data MongoDB Applications with NoSQLUnit
Spring Data MongoDB is the project within Spring Data project which provides an extension to the Spring programming model for…
Read More » -
Enterprise Java
Chunk Oriented Processing in Spring Batch
Big Data Sets’ Processing is one of the most important problem in the software world. Spring Batch is a lightweight…
Read More » -
Enterprise Java
Authentication against a RESTful Service with Spring Security
1. Overview This article is focused on how to authenticate against a secure REST API that provides security services –…
Read More » -
Enterprise Java
Securing your Tomcat app with SSL and Spring Security
If you’ve seen my last blog, you’ll know that I listed ten things that you can do with Spring Security.…
Read More » -
Scala
Introducing Spring Scala project
The Spring Scala project was first revealed to the world last October at SpringOne2GX. SpringSource now has revealed more information…
Read More » -
Enterprise Java
A Guide To Authenticating Users With Mozilla Persona
Having only twitter and facebook authentication so far, I decided to add Mozilla Persona to the list for my latest…
Read More » -
Enterprise Java
Hazelcast Distributed Execution with Spring
The ExecutorService feature had come with Java 5 and is under java.util.concurrent package. It extends the Executor interface and provides…
Read More »