Flash 客户端和<...>服务器

发布于 2024-12-08 15:32:05 字数 225 浏览 0 评论 0 原文

如果您要编写基于闪存的 RIA,您会选择哪种语言作为服务器?

任何想法表示赞赏!先感谢您!

UPD:好吧,假设我要编写文本编辑器。服务器上的数据库是MongoDB。所以客户端和服务器很可能通过 JSON 进行通信。序列化的文本块存储在数据库中,因此服务器从数据库获取它们并将它们发送到客户端或更新它们。主要功能应该在客户端。服务器还应该能够将文档导出为 TeX 格式。

If you were going to write flash-based RIA, what language would you chose for server?

Any thoughts are appreciated! Thank you in advance!

UPD: Well, let's say I'm going to write texteditor. Database on server is MongoDB. So it's likely that client and server communicated via JSON. Serialized blocks of text re astored in DB, so the server gets them from DB and sends them to client or updates them. The major functionality should be on client side. The server also should be able to export documents to TeX format.

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

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

发布评论

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

评论(2

治碍 2024-12-15 15:32:05

由于 Flash Player 11 和 AIR 3 已推出,您将能够利用 原生 JSON 支持 客户端。

因此,如果您打算使用 JSON,那么使用哪种服务器端技术并不重要。正如 Rob 已经提到的,Java 和 Php 通常用于此目的。

请记住,使用 AMF 会带来一些性能优势,并且允许您传输类型化对象而无需手动解析它们。

Since Flash player 11 and AIR 3 are out, you will be able to leverage native JSON support client side.

Therefore, if you intend to use JSON anyway it does not really matter which server side technology you use. As Rob already mentioned, Java and Php are often used for this purpose.

Keep in mind though that using AMF will have some performance benefits and will allow you to transport typed objects without the need to manually parse them.

慕巷 2024-12-15 15:32:05

如果您想在客户端使用 Adob​​e Flex 并且您有一些 Java 技能,我建议您在服务器端使用 Java。另一个问题是您是否确实想要创建 Web 应用程序或桌面应用程序(AIR 而不是 FLEX)。

If you would use Adobe Flex on the client side and you have some java skills I would recommend to use Java on the server side. Another question is if you really want to create a web application or desktop application (AIR not FLex).

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