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

michi at wyona.com michi at wyona.com
Sun Feb 24 23:24:36 CET 2008


Author: michi
Date: 2008-02-24 23:24:36 +0100 (Sun, 24 Feb 2008)
New Revision: 32398

Added:
   public/yanel/trunk/src/realms/yanel-website/content/b6dba505-6a9a-4b3e-8c49-083ebbab61be
Log:
what is a resource type

Added: public/yanel/trunk/src/realms/yanel-website/content/b6dba505-6a9a-4b3e-8c49-083ebbab61be
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/b6dba505-6a9a-4b3e-8c49-083ebbab61be	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/b6dba505-6a9a-4b3e-8c49-083ebbab61be	2008-02-24 22:24:36 UTC (rev 32398)
@@ -0,0 +1,5 @@
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>What is a Resource Type</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>What is a Resource Type</h1>  <p>One could describe a resource as the atom of Yanel. Resources are
+responsible for processing requests and generating responses. Examples are</p><ul><li>Node/File resource which helps to retrieve static content, for example images or PDF documents.<br/></li><li>XML resource which helps to generate XHTML or generic XML pages by applying various XSLTs to some original XML</li><li>Calendar resource which helps to read/write calendars based on the ICS format (for example with Sunbird as a client)</li></ul>The Yanel distribution (source and binary) contains many more examples, which can be reused or customized.<br/><br/>For complete customization, one can also create a resource from scratch very easily, whereas a
+resource from scratch doesn't do much in the first place. In order to actually get life into a from scratch resource one can implement various <a class="external" href="http://yanel.wyona.org/javadoc/org/wyona/yanel/core/api/attributes/package-summary.html">interfaces</a><img class="outlink" src="http://documentation.yanel.wyona.org/images/out.png" alt=""/>. In most cases one wants to implement the four basic functions called <a href="http://en.wikipedia.org/wiki/Create,_read,_update_and_delete">CRUD</a> (Create, Read, Update and Delete).
+</body>
+</html>
\ No newline at end of file



More information about the Yanel-commits mailing list