easysoa.org
EasySOA » Blog
http://www.easysoa.org/blog
July – EasySOA in the press. 21 August, 2014 (18:59) Checkpoint. Summer holidays may have been relaxing, but EasySOA has found its way in the French online press a couple of times in July nonetheless :. Le Monde Informatique on Julyt the 17th says EasySOA enables REST-based light SOA ( “EasySOA d’Open Wide : pour de la SOA légère basé sur REST”. My thanks go to Stéfane Fermigier of the System@tic French competitivity cluster for spreading the word! REST APIs for SOA? 3 February, 2014 (16:19) Blog. WSDL i...
easysoa.org
EasySOA » REST APIs for SOA ?
http://www.easysoa.org/2014/02/rest-apis-for-soa
REST APIs for SOA? 3 February, 2014 (16:19) Blog. There is an interesting discussion. In the entreprise, the ability to specify first, and then develop client and server separately according to a specified contract. Such as a WSDL service definition) is paramount. Actually, WSDL mixes up a lot of different features, as Eric said in first post :. Helping check service messages, for server or client side. Helping generate servers, skeleton or test mocks. Protocol and non-functional configuration. Provide W...
pyyaml.org
YAMLSchemaDiscussion – PyYAML
http://www.pyyaml.org/wiki/YAMLSchemaDiscussion
YAML needs a schema language. This page is an index of ideas and discussions and proposals about a YAML Schema Language. A Schema in the YAML context is something external to a YAML document that adds structural information to the document. A Schema Language is a text format for describing a schema. Schemas can be used to:. Indicate the tag to be used for a given node. Indicate the required and optional structure of a node. Identify invalid content in a node. Ingy's proposal for a schema language. Implem...
languageparallax.com
YAML Schema with Moose
http://languageparallax.com/post/100
Convert python AST to JSON Document. YAML Schema with Moose. February 21, 2011. A friend asked me recently about parsing YAML with perl. He needed to impose some additional structure to a set of YAML documents. His initial approach was to define a new grammar for the language, but this was turning out to be non-trivial due to significant whitespace and other complexities. I’ve been looking for a schema language for YAML and JSON for a while. The wikipedia suggests that Kwalify. The obviously implied Moos...