You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/11/26 19:14:47 UTC

svn commit: r1413764 - in /isis/site/trunk/content: documentation.md learning-more/about.md learning-more/books-and-articles.md learning-more/books.md

Author: danhaywood
Date: Mon Nov 26 18:14:46 2012
New Revision: 1413764

URL: http://svn.apache.org/viewvc?rev=1413764&view=rev
Log:
working on isis documentation page

Added:
    isis/site/trunk/content/learning-more/books.md
      - copied, changed from r1413759, isis/site/trunk/content/learning-more/books-and-articles.md
Removed:
    isis/site/trunk/content/learning-more/books-and-articles.md
Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/learning-more/about.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1413764&r1=1413763&r2=1413764&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Mon Nov 26 18:14:46 2012
@@ -17,7 +17,10 @@ Title: Documentation
 - [Presentations](learning-more/presentations.html)
 - [Isis Programming Model](learning-more/isis-programming-model.html)
 - [Isis Reference Documentation](learning-more/isis-reference-documentation.html)
-- [Books and Articles](learning-more/books-and-articles.html)
+- [Books](learning-more/books.html)
+<!--
+- [Articles](learning-more/articles.html)
+-->
 
 }
 

Modified: isis/site/trunk/content/learning-more/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/about.md?rev=1413764&r1=1413763&r2=1413764&view=diff
==============================================================================
--- isis/site/trunk/content/learning-more/about.md (original)
+++ isis/site/trunk/content/learning-more/about.md Mon Nov 26 18:14:46 2012
@@ -4,4 +4,7 @@ Title: Learning More
 - [Presentations](presentations.html)
 - [Isis Programming Model](isis-programming-model.html)
 - [Isis Reference Documentation](isis-reference-documentation.html)
-- [Books and Articles](books-and-articles.html)
+- [Books](books.html)
+<!--
+- [Articles](articles.html)
+-->

Copied: isis/site/trunk/content/learning-more/books.md (from r1413759, isis/site/trunk/content/learning-more/books-and-articles.md)
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/books.md?p2=isis/site/trunk/content/learning-more/books.md&p1=isis/site/trunk/content/learning-more/books-and-articles.md&r1=1413759&r2=1413764&rev=1413764&view=diff
==============================================================================
--- isis/site/trunk/content/learning-more/books-and-articles.md (original)
+++ isis/site/trunk/content/learning-more/books.md Mon Nov 26 18:14:46 2012
@@ -1,4 +1,4 @@
-Title: Books and Articles
+Title: Books
 
 Although it has evolved since, the Apache Isis framework started out as an open source implementation of the naked objects pattern.  Indeed, the generic user interfaces provided by Isis [Wicket](../viewers/wicket/about.html) and [Scimpi](../viewers/scimpi/about.html) viewers just naked objects systems, providing a default generic representation of domain objects.  The [Restful Objects](../viewers/restfulobjects/about.html) viewer is also a naked objects system; it's just that the representation is intended for machines rather than human beings.
 
@@ -67,4 +67,16 @@ You can find the book at [Pragmatic Book
 
 }
 
-}
\ No newline at end of file
+}
+
+### Restful Objects Specification
+
+Dan Haywood
+
+{ row
+
+The [Restful Objects specification](http://restfulobjects.org) defines a set of RESTful resources, and corresponding JSON representations, for accessing and manipulating a domain object model.
+
+This is a comprehensive specification, running to over 200 pages in length.  It is implemented by Isis' [Restful Objects](../viewers/restfulobjects/about.html) viewer.  It is also implemented by another (non-Apache) open source project, [Naked Objects MVC](http://nakedobjects.codeplex.com).
+
+}