[Yanel-commits] rev 21994 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Mon Jan 22 11:55:47 CET 2007


Author: michi
Date: 2007-01-22 11:55:46 +0100 (Mon, 22 Jan 2007)
New Revision: 21994

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1
   public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
Log:
naming convetion fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1	2007-01-22 10:42:22 UTC (rev 21993)
+++ public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1	2007-01-22 10:55:46 UTC (rev 21994)
@@ -1,11 +1,11 @@
-!Create a new resource from scratch
+!Create a new resource type from scratch
 
-* ./build.sh new-resource
-* Add new resource path to conf/yanel.xml resp. conf/local/local.yanel.xml
+* ./build.sh new-resource-type
+* Add new resource type path to conf/yanel.xml resp. conf/local/local.yanel.xml
 * Rebuild Yanel
 * Restart Yanel
-* Your new resource should be listed now at http://127.0.0.1:8080/yanel/
+* Your new resource type should be listed now at http://127.0.0.1:8080/yanel/
 
-__Getting started with your new resource:__
+__Getting started with your new resource type:__
 * Implement the most recent [Viewable|http://yanel.wyona.org/javadoc/org/wyona/yanel/core/api/attributes/package-summary.html] interface. A very simple implementation example is the [World Time Resource|http://svn.wyona.com/repos/public/yanel/contributions/resources/world-time/src/java/org/wyona/yanel/impl/resources/ExampleResource.java].
 * Implement the most recent Creatable interface and test it by applying the query string ?yanel.usecase=create

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2007-01-22 10:42:22 UTC (rev 21993)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation.xhtml	2007-01-22 10:55:46 UTC (rev 21994)
@@ -13,7 +13,7 @@
 </p><ul>
 <li><a href="how-a-request-is-being-processed.html">How a request is being processed</a></li>
 <li><a href="how-to-add-a-new-realm.html">How a new realm (publication/site) is being added resp. configured</a></li><li><a href="import-existing-website-as-new-realm.html">Import an existing website as a new realm</a></li>
-<li><a href="create-new-resource.html">Create a new resource from scratch</a></li>
+<li><a href="create-new-resource.html">Create a new resource type from scratch</a></li>
 <li>Yarep as Data Abstraction Layer
 <ul>
 <li><a href="svn.html">SVN</a></li>




More information about the Yanel-commits mailing list