I'm researching ways in which the Spring Framework, Hibernate and BlazeDS can play happily together without throwing lazy initialization exceptions.
So far, I ran across Gilead, dpHibernate and an entirely different alternative implementation of this problem via GraniteDS's Tide framework.
Aside from GraniteDS, there doesn't seem to be a lot of documentation on either properly integrating dpHibernate or Gilead.
Are there alternative libraries that solve this problem? Where can I find better guides of integrating these lazy loading libraries with the Spring-Flex integration project?