<div class="gmail_quote">On Wed, May 4, 2011 at 23:51, Manik Surtani <span dir="ltr">&lt;<a href="mailto:manik@jboss.org">manik@jboss.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div style="word-wrap:break-word"><div><br></div><div>So I reckon Javascript is the way to go, at least from a protocol standpoint.  Now how we expose this in remote client APIs (Java, Python, etc) needs some thought, but at first glance it would seem as though we won&#39;t have a direct mapping to what we do on the embedded side of things.  E.g., <a href="http://www.mongodb.org/display/DOCS/MapReduce" target="_blank">http://www.mongodb.org/display/DOCS/MapReduce</a></div>
</div></blockquote><div><br>Actually, using javax.script, we could default to Javascript (which is included in every Java6 implementation out there) but also be able to specify alternatives via a mimetype. In this way one could use any of the JSR 223 languages (Jython, JRuby, Groovy, etc).<br>
<br>Tristan <br></div></div>