English 中文(简体)
假设的网络服务数据最轻重的方法
原标题:Most lightweight method of data for Android-consumed web service

I m在一家乐器上工作,它消耗了一个网络服务,有可能退回大量数据。 我的团队还将建立网络服务,我们重新研究如何向客户传送数量最少的数据。 我们研究了教育、科学和技术部和《经济、社会、文化权利国际公约》,可以在两者之间作出决定。 JSON是否是一个好的替代办法? 在某些情况下,我们可能需要收集大量数据。

如果能够避免,我们确实不使用《SOAP》。 重点是尽可能减少对安的系统的工作。

Could anybody please help us out? As far as technology scope is concerned, we have full freedom of choice as long as we stay within the JAVA umbrella.

提前感谢。

EDIT:不肯定如何增加评论,因此,我在此这样做(我阅读了财务结构,但无法找到必要的章节)

页: 1

首先,我要对我含糊不清的问题陈述表示歉意,我实际上在登上了提问时,忙于忙.。 无论如何,为了回答你的提问,用“许多数据”来回答问题,我指的是,将“权利”退回大量数据的要求(2-3项,视使用情况而定),例如如果我使用实体名称(不完整或部分)查询,结果只能是文字数据,将大大低于作为搜索参数与国家的距离,在这种情况下,它可能退回几百项单独结果。 一个特别的搜索参数有可能归还数千个数据流。 我们能够控制的是,每行退还的数据数量。 目前,我们重新尝试减少每行显示的物品(我们再试图将其保持在5以下)。 我恐怕会作出一项商业决定,这样,如果我们重新坚持目前每行12件物品的设想,我们也需要为此做好准备,我恐怕。

问题回答

你刚才所说的是“不能在无人驾驶和15”轮胎之间作出决定”。

有害的网络服务往往比肥皂更轻,但两者都有使用的案例。 它们都是用于提供服务型建筑的技术。 对于你的小描述,我会使用一些东西,尽管有更详细的情况,但可能会出现飞跃。 你们说的是许多数据,但这意味着许多小要求或少数大要求?

Your restful web service may return a variety of data formats such as xml, yaml and json. Json s syntax makes it lighter than xml so that could be a good choice. Examples of this sort of setup include Facebook s open graph api and drupal s services module.





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签