我希望服务器知道它是否是后端,或者不是最好已经在
contextInitialized(final ServletContextEvent event)
(但在第一个 HTTP 请求到达时不太好)。
我试过了
BackendServiceFactory.getBackendService().getCurrentBackend()
但它总是返回 null (至少在 Google Eclipse 插件中是本地的),即使它是后端,甚至在传入的 http 请求的上下文中!
我希望服务器知道它是否是后端,或者不是最好已经在
contextInitialized(final ServletContextEvent event)
(但在第一个 HTTP 请求到达时不太好)。
我试过了
BackendServiceFactory.getBackendService().getCurrentBackend()
但它总是返回 null (至少在 Google Eclipse 插件中是本地的),即使它是后端,甚至在传入的 http 请求的上下文中!
更新。
BackendServiceFactory.getBackendService().getCurrentBackend()
确实适用于产品,但不适用于 Eclipse 插件。仍然想要一个适用于两者的版本。也许这只是一个错误:
http://code.google.com/p/googleappengine/issues/detail?id=8058&thanks=8058&ts=1346615492