您可以将 Java EE 框架与 Google App Engine 结合使用吗?

发布于 2024-07-16 12:51:16 字数 121 浏览 7 评论 0原文

我一直在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

千纸鹤带着心事 2024-07-23 12:51:16

是的,它支持 servlet,因此它应该支持 Stripes 就好了。

根据 App Engine文档

App Engine 使用 Java Servlet
Web 应用程序的标准。 你
提供您的应用程序的 servlet 类,
JavaServer Pages (JSP)、静态文件
和数据文件,以及
部署描述符(web.xml
文件)和其他配置文件,
在标准 WAR 目录结构中。
App Engine 通过调用来处理请求
根据部署的servlet
描述符。

Yes, it supports servlets, so it should support Stripes just fine.

According to the App Engine documentation,

App Engine uses the Java Servlet
standard for web applications. You
provide your app's servlet classes,
JavaServer Pages (JSPs), static files
and data files, along with the
deployment descriptor (the web.xml
file) and other configuration files,
in a standard WAR directory structure.
App Engine serves requests by invoking
servlets according to the deployment
descriptor.

自找没趣 2024-07-23 12:51:16

似乎有一些小障碍(和解决方法) 由于无法访问本地临时目录。 您需要提供自己的文件上传工具(或禁用该功能)。

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文