April 2009
Apache CouchDB: Introduction
by holyverWhat CouchDB is
* A document database server, accessible via a RESTful JSON API.
* Ad-hoc and schema-free with a flat address space.
* Distributed, featuring robust, incremental replication with bi-directional conflict detection and management.
* Query-able and index-able, featuring a table oriented reporting engine that uses Javascript as a query language.
What it is Not
* A relational database.
* A replacement for relational databases.
* An object-oriented database. Or more specifically, meant to function as a seamless persistence layer for an OO programming language.
January 2009
Apache CouchDB: The CouchDB Project
by parmentierf & 2 others (via)Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
July 2008
Apache / Sling : développer en Java pour le Web - Journal du Net > Développeurs
by parmentierfApache annonce la sortie d'Apache Sling : un framework Web Open Source pour rendre le développement Java plus ludique et faciliter son utilisation. Sling permet de développer de multiples types d'application Web, y compris des blogs et des wiki. Sling fournit un fichier JAR (Java Archive) pour aider à démarrer avec le framework. Il aide à l'implémentation d'applications gérant du contenu sous une architecture RESTful. Il fournit une plate-forme pour mettre à jour les données et gérer leur accès.
October 2007
August 2007
Download WSO2 WSF/PHP, v1.0.0
by mbertier (via)WSO2 Web Services Framework/PHP (WSO2 WSF/PHP), a binding of WSO2 WSF/C into PHP is a PHP extension based on Apache Axis2/C, Apache Sandesha2/C and Apache Rampart/C for providing and consuming Web Services in PHP.
WSO2 WSF/PHP supports both SOAP 1.2 and SOAP 1.1, REST style invocation and WS-* stack specifications: SOAP MTOM, WS-ReliableMessaging, WS-Security 1.0 (2004), WS-Addressing 1.0 and submission.
WSO2 WSF/PHP is released under Apache License, Version 2.0
1
(5 marks)