ivelin 2002/09/06 19:27:57 Modified: src/webapp/samples samples.xml Log: added link to WSProxy docs Revision Changes Path 1.25 +55 -86 xml-cocoon2/src/webapp/samples/samples.xml Index: samples.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/samples.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- samples.xml 21 Aug 2002 08:08:18 -0000 1.24 +++ samples.xml 7 Sep 2002 02:27:57 -0000 1.25 @@ -1,206 +1,175 @@ <?xml version="1.0" encoding="iso-8859-1"?> - <!-- CVS: $Id$ --> - <samples xmlns:xlink="http://www.w3.org/1999/xlink"> - - <group name="Hello World!"> - <sample name="XML" href="hello-world/hello.html.source"> + <group name="Hello World!"> + <sample name="XML" href="hello-world/hello.html.source"> A simple XML page source. </sample> - <sample name="Web Service" href="hello-world/hello.service"> + <sample name="Web Service" href="hello-world/hello.service"> A simple Web Service (REST style). </sample> - <sample name="Web Service WSDL" href="hello-world/hello.service/WSDL"> + <sample name="Web Service WSDL" href="hello-world/hello.service/WSDL"> WSDL for the Web Service. </sample> - <sample name="HTML" href="hello-world/hello.html"> + <sample name="HTML" href="hello-world/hello.html"> This is a very simple demonstration of how to use Cocoon. A simple XML page is transformed into an HTML page. </sample> - <sample name="XHTML" href="hello-world/hello.xhtml"> + <sample name="XHTML" href="hello-world/hello.xhtml"> Here it is output as XHTML. </sample> - <sample name="TEXT" href="hello-world/hello.txt"> + <sample name="TEXT" href="hello-world/hello.txt"> The XML page is transformed into a plain text page. - </sample> - <sample name="WML" href="hello-world/hello.wml"> + </sample> + <sample name="WML" href="hello-world/hello.wml"> Now something more juicy: the exact same page is translated into WAP WML. </sample> - <sample name="VoxML" href="hello-world/hello.vml"> + <sample name="VoxML" href="hello-world/hello.vml"> Maybe you have your hands busy? with VoxML you don't need hands, just your voice. </sample> - <sample name="SVG" href="hello-world/hello.svg"> + <sample name="SVG" href="hello-world/hello.svg"> Need a fancier look? No problem, SVG is your friend. </sample> - <sample name="SVG JPEG" href="hello-world/hello.jpg"> + <sample name="SVG JPEG" href="hello-world/hello.jpg"> Need a fancier look but don't have an SVG browser? SVG is served as JPEG by Cocoon. </sample> - <sample name="SWF" href="hello-world/hello.swf"> + <sample name="SWF" href="hello-world/hello.swf"> If you have a flash plugin Cocoon will serve you a SWF. </sample> - <sample name="VRML" href="hello-world/hello.wrl"> + <sample name="VRML" href="hello-world/hello.wrl"> Need more space? Well, not really useful in this case, but VRML may come handy. </sample> - <sample name="PDF" href="hello-world/hello.pdf"> + <sample name="PDF" href="hello-world/hello.pdf"> Printed HTML sucks? Don't worry, your friend Cocoon gives you a nice PDF (fop). </sample> - <sample name="PDF" href="hello-world/hello2.pdf"> + <sample name="PDF" href="hello-world/hello2.pdf"> Printed HTML sucks? Don't worry, your friend Cocoon gives you a nice PDF (itext). </sample> - <sample name="PS" href="hello-world/hello.ps"> + <sample name="PS" href="hello-world/hello.ps"> You prefer postscript? No problem, here it is! - </sample> - <sample name="RTF" href="hello-world/hello.rtf"> + </sample> + <sample name="RTF" href="hello-world/hello.rtf"> How about RTF? Load this one in your favorite wordprocessor! - </sample> - <sample name="XLS" href="hello-world/hello.xls"> + </sample> + <sample name="XLS" href="hello-world/hello.xls"> Still stuck with legacy file formats? Don't worry, here is an example. </sample> </group> - <group name="System Tools And Pages"> - <!-- sample name="Sitemap Editor" href="sitebuilder/openSubSite/"> + <!-- sample name="Sitemap Editor" href="sitebuilder/openSubSite/"> Cocoon/JSP based Sitemap Editor. </sample --> - <sample name="Status Page" href="status"> + <sample name="Status Page" href="status"> Cocoon status page. </sample> - <sample name="Request Page" href="system/request.html"> + <sample name="Request Page" href="system/request.html"> This example shows the usage of the RequestGenerator. </sample> - <sample name="Error Page" href="system/generror.html"> + <sample name="Error Page" href="system/generror.html"> This example shows what happens if an error is triggered in the pipeline. </sample> - - <sample name="Profiler" href="profiler/welcome"> - This example shows the usage of the Profiler components. - </sample> </group> - <group name="Control flow"> - <sample name="Documentation" href="flow/"> + <sample name="Documentation" href="flow/"> Introduction to Cocoon's control flow of Web pages. </sample> - - <sample name="Examples" href="flow/samples.html"> + <sample name="Examples" href="flow/samples.html"> Samples implemented using control flow. </sample> </group> - <group name="XMLForm: Form Handling and Web Services"> - <sample name="Documentation" href="xmlform/overview.html"> + <sample name="Documentation" href="xmlform/overview.html"> Introduction to Cocoon's form handling framework, which provides W3C XForms based markup, Schematron instance validation, and automated binding to JavaBeans and DOM instances. Also shows that XMLForm based applications are readily available as Web Services (REST style). </sample> - - <sample name="Example" href="xmlform/wizard"> + <sample name="Example" href="xmlform/wizard"> Presents a sophisticated form handling demo ... multi-page wizard with two-way navigation. </sample> - - <sample name="WSDL" href="xmlform/UsageFeedbackService/WSDL"> + <sample name="WSDL" href="xmlform/UsageFeedbackService/WSDL"> Example WSDL descriptor for the same application, exposed as a Web Service. </sample> - </group> - <group name="Web Site Syndication"> - <sample name="Examples" href="webserviceproxy/"> + <sample name="Examples" href="webserviceproxy/"> Demonstrates how to embed One Web Site functionality in Another. Using the WebServiceProxyGenerator remote web app integration is easy. </sample> + <sample name="Documentation" href="../documents/userdocs/generators/wsproxy-generator.html"> + Learn about syndication of web content and functionality. + Look at use cases, diagrams and sample code. + </sample> </group> - <group name="Internationalization & Localization"> - <sample name="i18n samples" href="i18n/"> + <sample name="i18n samples" href="i18n/"> Internationalization with Cocoon </sample> </group> - <group name="Documentation"> - <sample name="Docs" href="../documents/index"> + <sample name="Docs" href="../documents/index"> The Cocoon documentation. </sample> - <sample name="Tutorial" href="tutorial/home.html"> + <sample name="Tutorial" href="tutorial/home.html"> A tutorial on Cocoon. </sample> - <sample name="List of docs" href="../documents/doclist.html"> + <sample name="List of docs" href="../documents/doclist.html"> Generated list of all documentation (aggregates each book.xml) </sample> - <sample name="Slides" href="slides/slides"> + <sample name="Slides" href="slides/slides"> Presentation of Cocoon 1 shown at ApacheCon 2000. (Example of complex XSLT usage) </sample> - <sample name="Search the docs" href="search/welcome"> + <sample name="Search the docs" href="search/welcome"> Search into the cocoon documentation using Apache Lucene. </sample> - <sample name="Check links" href="linkstatus/"> + <sample name="Check links" href="linkstatus/"> Verify that there are no broken hyperlinks in the Cocoon documentation. </sample> </group> - <group name="JSP with Cocoon"> - <sample name="JSP samples" href="jsp/"> + <sample name="JSP samples" href="jsp/"> JSP usage with Cocoon </sample> </group> - <group name="More Samples"> - <sample name="Static Content" href="sample-static"> + <sample name="Static Content" href="sample-static"> How to produce different type of static content. </sample> - - <sample name="Server Pages" href="sample-xsp"> + <sample name="Server Pages" href="sample-xsp"> Dynamic content implemented in XSP pages. </sample> - - <sample name="Dynamic Content" href="sample-dynamic"> + <sample name="Dynamic Content" href="sample-dynamic"> More ways of implementing dynamic content. </sample> - - <sample name="Authentication Framework" href="authentication/login"> + <sample name="Authentication Framework" href="authentication/login"> This is a demo of the authentication framework integrated into Cocoon. </sample> - - <sample name="Portal Framework" href="portal/sunspotdemoportal"> + <sample name="Portal Framework" href="portal/sunspotdemoportal"> This is a demo of the portal framework integrated into Cocoon. </sample> - - <sample name="Sources" href="sub/"> + <sample name="Sources" href="sub/"> Samples showing possible ways how to use Cocoon sources in sitemap. (These samples are served by sub-sitemap) </sample> - - <sample name="Web Applications" href="sample-apps"> + <sample name="Web Applications" href="sample-apps"> Samples showing how to perform form processing, state management, and simple web-application with login and protected resources. </sample> - - <sample name="Legacy file formats" href="poi/"> + <sample name="Legacy file formats" href="poi/"> Samples showing how to use Apache POI to use common office file formats with Cocoon. </sample> - - <sample name="Chaperon Text Parser" href="chaperon/"> - Samples showing how to use the Chaperon Parser to parse common text files - like Wiki or Java files. - </sample> - - <sample name="Miscellaneous" href="misc/"> + <sample name="Miscellaneous" href="misc/"> Other samples: Catalog entity resolver, ... </sample> - </group> - <group name="Scratchpad samples"> - <sample name="Try Scratchpad" href="scratchpad"> + <sample name="Try Scratchpad" href="../mount/"> Here is a peek of what the next release of Cocoon will bring. To test these samples, you mus have built cocoon with "build (sh|bat) installscratchpadwar". </sample> - </group> - + </group> </samples>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]