Interesting question. Yes, CFCs are serialized when writing them to the Google datastore. You should be able to put Java objects into the "this" or "variables" scope of a CFC and it should work. I haven't tried it, but it should work as long as the Java class is serializable. Otherwise, you'll have to drop down to Java and use JDO to store Java objects in the Google datastore.
What's a DI? On May 13, 5:30 pm, "Brad B." <[email protected]> wrote: > > On a seperate matter how difficult would it be to include support for > java/groovy classes for the Google Datastore methods googlewrite() > googlequery() etc...? I'm guessing you're serializing cfc components > for these functions. As they works now however, if you use any sort of > DI on an entity cfc, or use a java entity the datastore methods fail - > which makes them less useful. --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
