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/29 19:46:45 UTC

svn commit: r1415316 - in /isis/site/trunk/content: ./ learning-more/ learning-more/resources/tutorials/ learning-more/resources/tutorials/rrraddd/

Author: danhaywood
Date: Thu Nov 29 18:46:44 2012
New Revision: 1415316

URL: http://svn.apache.org/viewvc?rev=1415316&view=rev
Log:
isis site - adding reference to RRRADDD tutorial

Added:
    isis/site/trunk/content/learning-more/resources/tutorials/
    isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/
    isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/RRRADD lab.v0.5.pdf
    isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/myapp.zip   (with props)
Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/learning-more/tutorials.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1415316&r1=1415315&r2=1415316&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Thu Nov 29 18:46:44 2012
@@ -26,7 +26,7 @@ Title: Documentation
 - [Isis Reference Documentation](learning-more/isis-reference-documentation.html)
 - [Books](learning-more/books.html)
 - [Articles](learning-more/articles.html) [stub]
-- [Tutorials](learning-more/tutorials.html) [stub]
+- [Tutorials](learning-more/tutorials.html)
 - [Integration Testing](learning-more/integtest.html) [stub]
 
 }
@@ -193,7 +193,7 @@ Title: Documentation
 }
 
 {span-one-third
-### LDAP-based Security `0.2.0-incubating`
+### LDAP Security `0.2.0-incubating`
 
 - [About](security/ldap/about.html) [stub]
 

Added: isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/RRRADD lab.v0.5.pdf
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/RRRADD%20lab.v0.5.pdf?rev=1415316&view=auto
==============================================================================
Files isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/RRRADD lab.v0.5.pdf (added) and isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/RRRADD lab.v0.5.pdf Thu Nov 29 18:46:44 2012 differ

Added: isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/myapp.zip
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/myapp.zip?rev=1415316&view=auto
==============================================================================
Binary file - no diff available.

Propchange: isis/site/trunk/content/learning-more/resources/tutorials/rrraddd/myapp.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: isis/site/trunk/content/learning-more/tutorials.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/tutorials.md?rev=1415316&r1=1415315&r2=1415316&view=diff
==============================================================================
--- isis/site/trunk/content/learning-more/tutorials.md (original)
+++ isis/site/trunk/content/learning-more/tutorials.md Thu Nov 29 18:46:44 2012
@@ -1,9 +1,9 @@
 Title: Tutorials
 
-{stub
-This page is a stub.
-}
+## RRRADDD!!! Really Ridiculously Rapid Application Development (Domain-Driven)
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+Jeroen and Dan ran this tutorial at the [J-Fall 2012](http://www.nljug.org/pages/events/content/jfall_2012/sessions/00029/) conference as a 50 minute-long session.  It seemed to go well, though we reckon you probably need about 90 minutes to complete it.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The tutorial is based on a slightly-modified version of the quickstart archetype, configured to use the Wicket viewer and JDO ObjectStore and pointing at a snapshot in the Apache snapshot repo.  You can download the zip [here](resources/tutorials/rrraddd/myapp.zip); the PDF for the tutorial is [here](resources/tutorials/rrraddd/RRRADD+lab.v0.5.pdf).
+
+And if you've built Isis locally, then you might want to tweak the `pom.xml` of the app to reference the latest-n-greatest snapshot.