On Sat, May 24, 2014 at 7:38 AM, LPryor <[email protected]> wrote:
> - How do you manage the configuration? The Java xml-based configuration > expects the app to list all the modules, whereas the Python yaml-based > configuration doesn't. So is the Java yaml-based configuration the way to > go? > You would upload the Java and Python applications as separate versions, then route requests using a dispatch file <https://developers.google.com/appengine/docs/python/modules/routing>. Where did you expect to list the modules? On Sat, May 24, 2014 at 7:38 AM, LPryor <[email protected]> wrote: > - Should I develop a whole Java app, essentially a stub default module > alongside the module I actually want, or can I do just the module I want? > Just the module you want. There's no need to add in other modules you don't want. Although it should be noted that a module itself is a Java app, so adding another module doesn't make it a "whole Java app". ----------------- -Vinny P Technology & Media Advisor 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.
