Drupal 和 GWT 之间的比较
我正在建立一个学习网站..并且该网站上有一个实时流媒体会话部分,用户可以在其中在线观看实时会话。
所以,我必须使用的技术有两种选择,即 GWT (Java) 或 Drupal (PHP) ?
寻求建议..谢谢:)
im building a website for learning .. and it have a live streaming session section on the website where users can watch a live session online.
so, i have two choices for the technology i must use which is GWT (Java) or Drupal (PHP) ??
looking for advices .. Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果 SEO 是一个问题,请使用 drupal,如果您正在寻找纯 javascript / web2.0 应用程序(如 gmail),那么 GWT 将完成工作。
If SEO is a concern, go drupal, if you're looking for pure javascript / web2.0 applications (like gmail), then GWT will get the job done.
Drupal 是一个 CMS,一个内容管理系统,可让您快速构建网站。
GWT是一个将java编译成css/html/js并提供一些小部件的工具包。
这些是完全不同的技术。
顺便说一句,一个开发良好的 gwt 应用程序不会有 SEO 问题。只需使用历史记录处理程序即可使您的应用程序可供搜索引擎抓取。
Drupal is a CMS, a Content Management System that allows you to build web sites quickly.
GWT is a toolkit that compile java into css/html/js and provides some widgets.
These are completely different technologies.
BTW, an gwt app well developped will not have SEO problems. Simply use the history handler and make your app crawlable for search engines.
与你的问题的类比是
“我饿了,我应该吃苹果还是橙子?”
吃点东西来填补你的饥饿
(选择一个让您满意的解决方案。)比较苹果和橙子
。(Drupal 和 GWT 是两个不同的东西)严肃地说
GWT用于客户端交互
。即使您使用 GWT,您仍然可以在服务器端使用 php(不一定是 java)。坦率地说,即使在使用 GWT 时,您甚至可以使用 Drupal,对服务器端编码进行一些调整。当您的站点具有单页、多功能和大量 ajax 功能时,GWT 是首选。 GWT 有许多内置的日历、交互式表格等片段。
Drupal 是一个 CMS,而且远不止于此
。 Drupal可用于快速构建网站,然后扩展功能并根据您的需求进行定制。An analogy to your question would be
"I am hungry, shall I eat apples or oranges ?"
eat something and fill your hunger
(go with a solution that keeps you happy.)compare apples and oranges
.(Drupal and GWT are two different things)On a serious note
GWT is for the client side interactions
. Even when you are using GWT you can still use php(not necessarily java) on the server side. To be frank you can even use Drupal with a little tweaking for server side coding even when using GWT.GWT is preferred when you have sites with single page, multifunctionality and lots of ajax functions. GWT has lots of built in snippets for calendars, interactive tables and so.
Drupal is a CMS and much more than that
. Drupal can be used to build sites quickly and then extend the functionalities and cusomize them according to your needs.