On Fri, Sep 19, 2014 at 11:28 PM, Joseph Smith <[email protected]>
 wrote:

> I'm a rails developer looking at developing an app idea that can only work
> if it's hosted on GAE + some parts on Google Compute Engine. The GAE part
> must be at least partially groovy (or a java framework that integrates with
> Groovy). The Compute Engine part must be java.
>
> Gaelyk seems to be the go-to nowadays for Groovy apps on GAE, but can it
> also dive down and access a Compute Engine VM to do some less limited java
> processes, all operating in sync?
>


I'm not sure what you mean by "diving down" - accessing and controlling a
Compute Engine VM can be done entirely with REST commands, so as long as
your App Engine app can speak HTTP/REST, there shouldn't be any problem.
Gaelyk is a perfectly fine choice.

It sounds to me like you might be uncomfortable separating out the
individual parts of your app (the Compute Engine part, and the App Engine
section). If so, you'll want to investigate using Managed VMs:
https://developers.google.com/appengine/docs/managed-vms/ . Using this, you
can still run on an App Engine environment but still be free to run your
"less limited" processes.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to