I have a similar question. I wanted to know basically, so far, what would be the best way of getting a feature similar to LCDS where you have a lot of data and need some paging mechanism. Blaze doesn't do that I understand, so I guess we are left with web services, right? So the best approach would be to hard code a paging mechanism into the web service calls?
Thanks guys On Jul 29, 9:38 pm, Vince Bonfanti <[email protected]> wrote: > Not yet. > > > > On Tue, Jul 28, 2009 at 10:19 PM, adam<[email protected]> wrote: > > > Is it possible to call a cfc remotely on google app engine? > > > For example: > > test.cfc = > > <cfcomponent output="false"> > > > <!--- Get Server Time ---> > > <cffunction name="getServerTime" access="remote" returnType="string"> > > <cfreturn now() /> > > </cffunction> > > > </cfcomponent> > > > and call it like: > > >http://server.com/test.cfc?method=getServerTime > > > Thanks --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
