Asynchronous method invocation in Spring 3.0

Spring 3.0 has added annotation support for both task scheduling and asynchronous method execution. We will look at usage of @Async annotation with some example.

Continue reading over at dzone...

Leave a Reply