[xwiki-devs] can/could/will Xwiki work with Google App Engine Javadatabase?

2009-07-22 Thread Niels Mayer
http://code.google.com/appengine/docs/whatisgoogleappengine.html Java is supported via Java 6 JVM and standard libs: http://code.google.com/appengine/docs/java/gettingstarted/ My biggest question w/r/t Xwiki is AppEngine's database support: The Datastore App Engine provides a powerful

Re: [xwiki-devs] can/could/will Xwiki work with Google App Engine Javadatabase?

2009-07-22 Thread Pascal Voitot
I thought about it and I vote YESSS :)... On Wed, Jul 22, 2009 at 8:43 PM, Niels Mayer nielsma...@gmail.com wrote: http://code.google.com/appengine/docs/whatisgoogleappengine.html Java is supported via Java 6 JVM and standard libs:

Re: [xwiki-devs] can/could/will Xwiki work with Google App Engine Javadatabase?

2009-07-22 Thread Ludovic Dubost
Hi Niels, I have a prototype of XWIki partially working with some changes on app engine http://xwiki1.appspot.com/bin/view/Main/ I've made all the servlet / jvm part work as well as the cache subsystem. The main missing piece is a real storage with support for querying. We have no plans at

Re: [xwiki-devs] can/could/will Xwiki work with Google App Engine Javadatabase?

2009-07-22 Thread Pascal Voitot
I don't know if I can say I have time now because I'm so busy but I'm really interested at it... Doesn't the xwiki engine consume too much CPU time? On Wed, Jul 22, 2009 at 9:07 PM, Ludovic Dubost ludo...@xwiki.org wrote: Hi Niels, I have a prototype of XWIki partially working with some