On Wed, Jul 22, 2009 at 8:58 AM, Mike Hinchey <[email protected]> wrote:

> As Daniel mentioned, Google App Engine can host java.  It's very easy, just
> upload a war with your clj AOT-compiled.
>
> See http://elhumidor.blogspot.com/2009/04/clojure-on-google-appengine.html


Very interesting!  It also  looks like there's also emerging support for
Xwiki on Google App Engine:
http://xwiki1.appspot.com/bin/view/Main/ (
http://markmail.org/thread/krlqzdzgia2j72r7 )

Support for java-based scripting is provided via xwiki's default scripting
language, Velocity and JSR223. Xwiki has good support for JSR223-based
scripting languages in Java:
http://jerome.myxwiki.org/xwiki/bin/view/Blog/GroovyWebConsoleInXWiki

Previously I asked:

If Clojure has a JSR-223
implementation<http://www.theserverside.com/news/thread.tss?thread_id=26698>,
you could easily leverage all the same Xwiki API's you normally access from
Velocity or Groovy:

VincentMassol | 2009/05/05 20:03
>
Niels, no there's no plan but we can now support any language using macros
so feel free to provide a clojure macro if you're interested. Shouldn't be
too hard to do, especially if there's a JSR-223 implementation (in which
case simply dropping the jar in WEB-INF/lib should be enough - you'd then
use it using the script macro).

Answers own question:
http://github.com/pmf/clojure-jsr223/tree/master
http://groovy.codehaus.org/JSR-223+access+to+other+JVM+languages
http://sayspy.blogspot.com/2009/03/interacting-between-jvm-lang-here-and.html

Niels
http://nielsmayer.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to