Heres how i'm building my apps on gae (it works for me): http://github.com/atomi/openbd_fw_plugins/tree
I used a servlet filter and plugins so it makes this pretty darn fast. You might catch some issues with cgi.path_info stuff but i've been using the request.javax.servlet.forward.request_uri (which won't port well) I like working with like this because its easy for me to mix java and groovy entities and service beans. I might change from lightwire to what sean is using for his fw (i don't know yet). You can just download the whole thing and just put the openbd and gae- java jar libraries into the lib folder and it should just work. I added a packaged plugins if you don't want to compile the java. I guess this is more advanced since it mixes java, but its not too bad. Its a good idea to learn anyway if you're going to be doing gae stuff right now. if you have any ideas etc.. you can shoot me a tweet i'm @atomi On Sep 8, 2:07 pm, "Paul Kukiel" <[email protected]> wrote: > I have a new project in mind that I am about to start work on. I'd like to > use a framework. Being that I am not too funny and willing to work with > "what works for me best" I'm open to investigating any of the cfml > frameworks. > > This project will involve Google App engine and I know some things may not > work due to directory and file access so I was wondering what experience > people have had and if anyone has any of the cf frameworks running on OpenBD > GAE. > > Paul. --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
