[pve-devel] r4976 - pve-common/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Thu Aug 12 13:18:43 CEST 2010


Author: dietmar
Date: 2010-08-12 11:18:43 +0000 (Thu, 12 Aug 2010)
New Revision: 4976

Modified:
   pve-common/trunk/README.dev
Log:


Modified: pve-common/trunk/README.dev
===================================================================
--- pve-common/trunk/README.dev	2010-08-12 11:14:35 UTC (rev 4975)
+++ pve-common/trunk/README.dev	2010-08-12 11:18:43 UTC (rev 4976)
@@ -7,7 +7,7 @@
 We decided to change our SOAP API (1.X) and use a REST like API. The
 concept is described in [1] (Ressource Oriented Architecture
 (ROA)). The main advantage is that we are able to remove a lot of code
-(the whole SOAP stack).
+(the whole SOAP stack) to reduce software complexity.
 
 We also moved away from server side content generation. Instead we use
 the ExtJS Rich Internet Application Framework
@@ -15,7 +15,7 @@
 
 That framework, like any other AJAX toolkit, can talk directly to the
 REST API using JSON. So we were able to remove the server side
-template toolkit, which really reduces software complexity.
+template toolkit completely.
 
 JSON and JSON Schema
 ====================
@@ -34,7 +34,6 @@
 line.
 
 
-
 References
 ==========
 [1] RESTful Web Services




More information about the pve-devel mailing list