I've successfully used JDO with Scala classes before, but I find that using the Low-Level API is just much easier to use, especially with non-Java JVM languages ( http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html). It doesn't seem like it'd be too difficult to wrap the low-level API.
On Sat, Sep 11, 2010 at 2:08 PM, Robert Smart < [email protected]> wrote: > When App Engine came out with JVM support, Scala was shown to work. Did > anyone go on to develop APIs for the datastore (and other stuff) that is > more scalaish than just using the java ones? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
