home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / use-cases.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  2.7 KB  |  53 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2.  
  3. <!--
  4.   Copyright 1999-2004 The Apache Software Foundation
  5.  
  6.   Licensed under the Apache License, Version 2.0 (the "License");
  7.   you may not use this file except in compliance with the License.
  8.   You may obtain a copy of the License at
  9.  
  10.       http://www.apache.org/licenses/LICENSE-2.0
  11.  
  12.   Unless required by applicable law or agreed to in writing, software
  13.   distributed under the License is distributed on an "AS IS" BASIS,
  14.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15.   See the License for the specific language governing permissions and
  16.   limitations under the License.
  17. -->
  18.  
  19. <page>
  20.     <content>
  21.         <p>
  22.             Here's a non exhaustive but typical list of Cocoon use-cases, including
  23.             some weird ones to show Cocoon's flexiblity...
  24.             <ul>
  25.                 <li>Convert XML documents to HTML for publishing</li>
  26.                 <li>Generate the presentation and navigation aspects of web sites</li>
  27.                 <li>Generate HTML, PDF, RTF documents and images off-line</li>
  28.                 <li>Acquire XML data over network connections, process and redistribute it</li>
  29.                 <li>Act as a front-end for SOAP or XML-RPC backend components</li>
  30.                 <li>Implement a complex HTML forms-based application which saves data in XML</li>
  31.                 <li>Build a query and navigation front-end for a relational or XML database</li>
  32.                 <li>Generate customized HTML pages depending on the type of client: different browsers, mobile devices, etc.</li>
  33.                 <li>Dynamically generate images out of XML data</li>
  34.                 <li>Generate MIDI music files from SAP data</li>
  35.                 <li>Convert structured text files to XML and HTML</li>
  36.                 <li>Build a secure authentication-based web site</li>
  37.                 <li>Build a multi-language website using XML dictionaries to translate menus and messages</li>
  38.                 <li>Build web portals using the latest JSR-168 standard</li>
  39.                 <li>Write web applications with little code and no state management code using the Flow subsystem</li>
  40.                 <li>Allow java objects to be edited from a WAP device</li>
  41.             </ul>
  42.             The combination of components available in Cocoon applies
  43.             to widely varied types of applications. This explains why more and more companies are making Cocoon
  44.             a strategic component of their toolset.
  45.         </p>
  46.         <p>
  47.             See also the list
  48.             of Cocoon features at
  49.             <a href="http://cocoon.apache.org/2.1/features.html">http://cocoon.apache.org/2.1/features.html</a>
  50.         </p>
  51.     </content>
  52. </page>
  53.