We have a Spring+Hibernate+Mysql+Flex/Cairngorm(2)/BlazeDS application. We need to update this application so it can scale better, specifically we need to use the lazy loading feature. So we decided to migrate from BlazeDS to Granite Data Service. We have:
1.- Added the ant gas3 generation tool task for automatic synchronization between domain objects
2.- We have a working application that loads the first level of our graphs, but not deeper objects of the graph.
Our flex project uses RemoteObjects. I understand that to be able to use Lazy Loading we need tide. To use tide api, we would need to change a bunch of code. My question is, can I use RemoteObjects and Tide so I can get Lazy Loading without changing our Flex code, just the configuration files ?