09 May 2017
 

Syncope via Spring Boot

Written by ilgrosso

Need to integrate Apache Syncope in your microservice architecture? Spring Boot comes to the rescue!

Read All »

23 Aug 2015
 
Tirasa

Dynamic Spring's @Transactional

Written by ilgrosso

Working ideas for pushing further Spring's declarative transaction management

Read All »

28 Nov 2011
 
Tirasa

(Finally) Spring, Quartz and JPA working together

Written by ilgrosso

When writing Java code relying on Spring and JPA, you may eventually come to the need of some scheduling; since Quartz is by far the reference in this field, you think you will solve all of your problems by reading the appropriate page on Spring docs. Wrong, at least if you need some Spring goodies like @Autowired and @Transactional.

Read All »

07 Jul 2011
 
Tirasa

AOP – Spring – JPA for background threads / jobs

Written by ilgrosso

I've recently come up to a very wicked problem in Syncope, and a saving blog post pointed me in the right direction: Getting your persistence access right when working with background jobs in Spring can be tricky.

Read All »