I'm building a small experimental application using BlazeDS AMF, Java and Hibernate, and I was wondering if I could at all benefit from using the Spring Framework?
Since I'm using BlazeDS, that acts as my controller, but I might use something like Aspect Oriented Programming for example for logging.
What other benefits could I get from using Spring with my AMF (Action Message Format) service based RIA?
Thanks.