您可以将 Java EE 框架与 Google App Engine 结合使用吗?
我一直在使用 Stripes 框架开发一个小型 Web 应用程序。 现在 Google App Engine 增加了对 Java 的支持,我想知道是否可以将其转换为在 Google App Engine 中运行以节省托管成本。
I have been working on a small web app using the Stripes framework. Now that the Google App Engine has added support for Java, I am wondering if I can convert it to run in the Google App Engine to save costs on hosting.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,它支持 servlet,因此它应该支持 Stripes 就好了。
根据 App Engine文档,
Yes, it supports servlets, so it should support Stripes just fine.
According to the App Engine documentation,
似乎有一些小障碍(和解决方法) 由于无法访问本地临时目录。 您需要提供自己的文件上传工具(或禁用该功能)。
There seems to be a little snag (and workaround) because of the missing access to a local temporary directory. You need to provide your own file upload facility (or disable the feature).
这是从 GAE 上的 RoR 获取的?
更多信息:
Took this from RoR on GAE?
More information: