We're interested in hosting services via app-engine, so that various apps can share common functionality and data access. While multiple services can be deployed as a single application, it's better if they can be independently deployed. That means we should deploy each service as a separate app, right? Related questions:
- Are there any inter-app communication mechanisms besides the URL Fetch API? If that's the only way, any recommendations on efficient RCP protocols, possibly GWT RPC? - Since LDAP isn't available, are there any other service discovery mechanisms? We're using Guice, and it would be nice to avoid hardwiring in URLs. Tom --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
