[Yanel-commits] rev 26335 - in public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep: . revisions revisions/1185520425645 revisions/1185520519826

michi at wyona.com michi at wyona.com
Fri Jul 27 08:45:28 CEST 2007


Author: michi
Date: 2007-07-27 08:45:26 +0200 (Fri, 27 Jul 2007)
New Revision: 26335

Added:
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/content
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/meta
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/content
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/meta
Log:
another version added

Added: public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/content	2007-07-27 06:45:26 UTC (rev 26335)
@@ -0,0 +1,11 @@
+!Create a new resource type from scratch
+
+* ./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 type should be listed now at http://127.0.0.1:8080/yanel/
+
+__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

Added: public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520425645/meta	2007-07-27 06:45:26 UTC (rev 26335)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:initial revision
+yarep_type<string>:resource
+yarep_revisionCreator<string>:michi
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-07-27T09:13:45+0200
+yarep_checkoutUserID<string>:michi
+yarep_revisionCreationDate<date>:2007-07-27T09:13:45+0200

Added: public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/content	2007-07-27 06:45:26 UTC (rev 26335)
@@ -0,0 +1,11 @@
+!Create a new resource type from scratch
+
+* ./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 type should be listed now at http://127.0.0.1:8080/yanel/
+
+__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|http://yanel.wyona.org/javadoc/org/wyona/yanel/core/api/attributes/package-summary.html] interface and test it by applying the query string ''?yanel.usecase=create''

Added: public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1.yarep/revisions/1185520519826/meta	2007-07-27 06:45:26 UTC (rev 26335)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:michi
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-07-27T09:13:45+0200
+yarep_checkoutUserID<string>:michi
+yarep_revisionCreationDate<date>:2007-07-27T09:15:19+0200



More information about the Yanel-commits mailing list