Java+MySQL 中的小型 Web 应用程序:GAE 与 EC2

发布于 2024-10-02 23:39:15 字数 274 浏览 1 评论 0原文

我想开发一个小型 Web 应用程序(小 = 4 个实体、3 个 html 表单、登录、电子邮件和 cron),但我没有服务器来托管它。我想在 Java 和 MySQL 中工作,所以我遇到了以下困境:

1) 如果我去 GAE,我将不得不使用 MySQL 以外的东西。是否值得学习这个“其他东西”?那会是什么?

2)如果我使用EC2,我将能够使用我想要的任何东西,但我将继承所有系统管理时间成本。值得承担这个负担吗?

另外,假设我每天有 0 名访客,哪一个更便宜?

谢谢

I want to develop a small web application (small=4 entities, 3 html forms, login, email and cron) but I've got no server to host it. I'd like to work in Java and MySQL so I've got the following dillema:

1) If I go to GAE I'll have to use something other than MySQL. Is it worth learning this "something other" and what could that be?

2) If I go to EC2 I'll be able to use whatever I want but I'll inherit all the sysadmin time costs. Is it worth the burden?

Also, which of those is cheaper assuming that I have 0 visitors per day?

thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情话墙 2024-10-09 23:39:15

根据您的要求,GAE 和 AWS 都应该免费(请参阅 GAE 免费配额 以及全新的AWS 免费使用套餐)。因此,金钱不值得考虑,但时间确实值得考虑。你更喜欢什么?花时间学习新事物还是花时间管理你已经习惯的东西?

开始使用 GAE 并不那么复杂。因此我建议您尝试一下。如果您感觉不太舒服,那么迁移到 EC2(或任何根服务器)应该不会太困难。

For your requirements, both GAE and AWS should be free (see GAE free quota and the quite new free usage tier for AWS). Thus money shouldn't be worth considering but time certainly is. What do you prefer? Spending time learning new things or spending time administering what you're already used to?

Getting started on GAE isn't that complicated. Hence I'd suggest that you simply give it a try. If you don't feel very comfortable, it shouldn't be too difficult to move to EC2 (or any root server).

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