You can deploy different runtimes to different versions of your
application.

While the non-default versions can have public urls, they use a specific
hostname. So in general you would have the default version (possibly in
Go), proxy as required to a java application/version.

You will of course need a seperate running instance for each runtime, so it
will increase costs.



On Thu, Aug 30, 2012 at 5:27 PM, Fred Janon <fja...@gmail.com> wrote:

> Hi,
>
> I would like to start a new app in Go but some of the services are only
> offered in Java for the moment. I am thinking about writing everything I
> can in Go and call the other services in Java when not available in Go.
>
> Is there a way to have a GAE app with some of the URLs handled by a Go app
> and some others in Java?
>
> Thanks
>
> Fred
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> 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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to