On Fri, Jun 4, 2010 at 6:29 PM, Thanks in Advance <[email protected]>wrote:
> 1) cfdirectory and cffile work but do so via GaeVFS implementation > and can't access outside webroot (note: all files in WAR are read > only?) > If you mean physical files that are in the WAR directory and deployed as part of the application then yes, they're read only. You cannot write to the local file system on GAE, hence the VFS. 5) cfimage and cfcaptcha require OS (Linux???) determined jars > Not sure what you mean by this one. Short answer is CFIMAGE hasn't been ported over to GAE yet. Google does have an image manipulation service available as part of the GAE offering though, which Peter and I demoed in our CFMeetup talk. I'll make that code available this week. > > 7) WEB-INF/bluedragon/bluedragon.xml sets system, cfmappings, file, > query, debug, cfmail, customtags and cfapplication settings. > Yes and no--bluedragon.xml doesn't deal with the settings you would normally handle via Application.cfc or the CFAPPLICATION tag. Think of bluedragon.xml as all the stuff you'd do via the admin console. > > Q./ Is OnRequestEnd etc avail (in bluedragon.xml???) > I don't think the GAE edition of OpenBD is as different from the regular edition as you think. OnRequestEnd, etc. are available as per normal--via Application.cfc (or OnRequestEnd.cfm). That wouldn't have anything to do with bluedragon.xml. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
