Re: Library and development process for GAE

2011-01-09 Thread Glen Stampoultzis
On 10 January 2011 04:37, Constantine Vetoshev wrote: > On Jan 9, 10:54 am, Stefan Kamphausen wrote: > > Given that decision I'd like to understand the general development > process. > > Does one always compile to a class (ns ...gen-class ..extends ..Servlet) > and > > will the appengine develop

Re: Library and development process for GAE

2011-01-09 Thread Stefan Kamphausen
Hi, On Sunday, January 9, 2011 6:37:58 PM UTC+1, Constantine Vetoshev wrote: > > > I'm the author of appengine-magic, so my opinion is necessarily biased > in its favor. :) > fine with me. The authors are most likely to be the ones to be able to tell the differences. :-) > I optimized the

Re: Library and development process for GAE

2011-01-09 Thread Constantine Vetoshev
On Jan 9, 10:54 am, Stefan Kamphausen wrote: > Given that decision I'd like to understand the general development process.   > Does one always compile to a class (ns ...gen-class ..extends ..Servlet) and > will the appengine development server pick up the changes, or will I just > recompile a func

Library and development process for GAE

2011-01-09 Thread Stefan Kamphausen
Hi, finally I find some time to dive into the development with Clojure for Googles AppEngine. My first question is: which library should a newcomer use, appengine[1] or appengine-magic[2]? Or can you give me some hints in which way they differ? They both seem to be actively developed. And h