» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with protocol + xml

Stuff Yaron Finds Interesting

Some important best practices for using XML Schema. Use ANY - To make a schema extensible it must be possible to add new children to an existing element. As a rule all elements in a schema should be extensible. This derives from the general architectural principle "don't paint yourself into corners". As such throw in ANY elements everywhere. In the early W3C schema specs it was possible to just set an attribute on the schema that made everything extensible but unfortunately this feature was removed. An alternative is to use type substitution but this is a bad idea for protocols because type substitution only works if the processor has the extended schema which is usually never the case.

XML: del.icio.us/tag/xml

Developers Manual - MircWiki

schemas and protocols for MIRC (medical imaging resource center)

XML: del.icio.us/tag/xml

Protocol Buffers: Leaky RPC :: Steve Vinoski's Blog

Steve Vinoski is upset that Protocol Buffers documentation mentions RPC. Very interesting comment thread.

XML: del.icio.us/tag/xml

Extensible Messaging and Presence Protocol (XMPP) - Wikipedia

Extensible Messaging and Presence Protocol (XMPP) is an open, XML-inspired protocol for near-real-time, extensible instant messaging (IM) and presence information

XML: del.icio.us/tag/xml

protobuf - Google Code

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

XML: del.icio.us/tag/xml

Google Open Source Blog: Protocol Buffers: Google's Data Interchange Format

We use literally thousands of different data formats to represent networked messages between servers, index records in repositories, geospatial datasets, and more. Most of these formats are structured, not flat. How do we encode it all?

json: del.icio.us/tag/json

Google Open Source Blog: Protocol Buffers: Google's Data Interchange Format

XML? No, that wouldn't work. As nice as XML is, it isn't going to be efficient enough for this scale. When all of your machines and network links are running at capacity, XML is<sep/>

XML: del.icio.us/tag/xml

Developer Guide - Protocol Buffers - Google Code

nice going google, feels familiar already!

XML: del.icio.us/tag/xml

Page 1 | Next >>