简体   繁体   English

开发Facebook应用程序的最佳客户端/服务器架构?

[英]Best client/server architecture to develop Facebook application?

I want to develop a Facebook application with Flex 4 technology for client side and Java (Spring based) for server side. 我想用Flex 4技术为客户端开发一个Java应用程序,为服务器端开发Java(基于Spring)的Java应用程序。

My questions are : 我的问题是:

  • The best architecture to interact with Facebook plateform is : Facebook AS3 library used directly in my client side, or Facebook Java library (RestFb) in my server side ? 与Facebook平台交互的最佳架构是:直接在客户端使用的Facebook AS3库,或者在服务器端使用的Facebook Java库(RestFb)?
  • In general way, to interact with any external plateform (Facebook, Google, etc ...) where the calls must be done (server or client side) ? 通常,要与必须完成调用的任何外部平台(Facebook,Google等)进行交互(服务器或客户端)?

Thank you very much, 非常感谢你,

Anthony 安东尼

I'd use servers side solution, because it would give me more control to: 我将使用服务器端解决方案,因为它将为我提供更多控制权:

  1. filter requests 筛选要求
  2. do statistics 做统计
  3. update server, without updating all clients 更新服务器,而不更新所有客户端
  4. have one server that supports multiple clients (web/mobile) 一台服务器支持多个客户端(网络/移动)

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

相关问题 在Android应用程序中实现客户端&lt;-&gt;服务器&lt;-&gt;数据库体系结构的最佳方法? - Best way to implement Client <-> Server <-> Database architecture in an Android application? 使用Swing瘦客户端的Java Server应用程序架构 - Java Server application architecture with Swing thin client 如何提高客户端 - 服务器架构应用程序的性能? - How to improve the performance of Client-Server Architecture Application? 客户端服务器应用程序 - Java的最佳方法 - Client server application - Best approach in Java Java 客户端/服务器架构 - Java client/server architecture 应用程序中爬网的最佳架构 - Best architecture for crawling website in application Netty - 如何最好地为具有大量POJO的桌面应用程序构建客户端/服务器 - Netty - How best to architecture client/server for desktop app with lots of POJO's UDP代码客户端服务器架构 - UDP Code client server architecture 用Java开发应用程序的体系结构也可以与桌面和Web界面一起使用 - Architecture to develop an application in java that could be used with desktop and web interface too 什么是用于创建多用户客户端 - 服务器应用程序的适当体系结构? - What is an appropriate architecture for creating a multi-user client-server application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM