I've "studied" docs/groups all day so ask the following both in search
of answers and as a summary for future readers.  In no particular
order it seems that on GAE with OBD4gae folder dragged over to an
eclipse generated GAE Web Application project's war folder:

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?)

2) to load an outside URL in Gae must use their url fetch api

3) URL rewriting on Gae needs be done at a lower level than OBD

4) there is/was an issue calling Gae hosted cfc webservices via WSDL
(on OBD to do list, for now use hack to JSON)

5) cfimage and cfcaptcha require OS (Linux???) determined jars

6) WEB-INF/lib/README.txt outlines jar requirments/options (though
might need updated)

7) WEB-INF/bluedragon/bluedragon.xml sets system, cfmappings, file,
query, debug, cfmail, customtags and cfapplication settings.

8) application.variables are specific to each JVM so Gae clustering
will not maintain values across multiple instances.  Gae can implement
session.data via datastore & memcache to persist platform wide but
sessions are disabled by default (in appengine-web.xml)

Q/  Has CachingDatastoreService() of GaeVFS been implemented (via
cfobject???)  for sessions yet?

Q./ Is OnRequestEnd etc avail (in bluedragon.xml???)


Hope this helps others and thanks in advance for answers or correction/
clarifications.

-- 
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 !!

Reply via email to