I was looking at this the other day when I looked at the thread. Is this something we could solve in the short term by generating the stubs before deploying to GAE and configuring OpenBD to be aware of the generated stubs?
Adam On Fri, Mar 19, 2010 at 5:41 AM, Alan Williamson <[email protected]> wrote: > > Baz wrote: > >> Alan W., that's very interesting. Purely out of curiosity, what causes >> the main complexity? From the outside a web service looks like a simple >> formatted text request, but obviously internally it's a lot more than >> that. What's it about GAE that makes it tougher? >> > > in short, we have to invoke the java compiler, and create a whole bunch of > wrapper classes on the fly to wrap the CFC in a call for the AXIS library. > In GAE we don't have a file system, so we have to utilise the excellent > work that Vince done on GAE-VFS to do it. > > Not impossible ... just not trivial, and at the moment, we are in the last > push to get out OpenBD 1.3 for the 27th April. > > Lots of cool stuff coming down the path at you > > > -- > 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 !! > > To unsubscribe from this group, send email to openbd+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject. > -- 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 !! To unsubscribe from this group, send email to openbd+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
