简体   繁体   English

Google App Engine中基于Web的系统

[英]Web-based System in Google App Engine

Is it okay to develop a company's system in google app engine? 可以在Google App Engine中开发公司的系统吗? The system will just have simple CRUD functionalities and should be used only by customers of the company. 该系统将仅具有简单的CRUD功能,并且仅应由公司的客户使用。

Another option is to have it written in PHP CodeIgniter. 另一个选择是用PHP CodeIgniter编写它。

I am more experienced with google-app-engine. 我对google-app-engine更有经验。

Which one should I go through? 我应该经历哪一个? Thanks. 谢谢。

App Engine is great when you can delegate part of the processing to the clients. 当您可以将部分处理委派给客户端时,App Engine非常有用。 So It's more designed for web apps - RIA s (something easily called "Google-like web pages"). 因此,它是针对Web应用程序-RIA (简称为“类似于Google的网页”)设计的。

PHP, on the other hand, is a server-side script, just like JSP, ASP and so on. 另一方面,PHP是服务器端脚本,就像JSP,ASP等一样。 So you have different worlds to deal with. 因此,您需要处理不同的世界。 My 2 cents: for simple CRUD, use the fastest approach for you to develop it, in this case App Engine with the technology you're used to. 我的2美分:对于简单的CRUD,请使用最快的方法来开发它,在这种情况下,App Engine将使用您惯用的技术。

看一下该产品给出的案例研究,这肯定可以清除您的所有前景。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM