haul        02/05/07 08:13:23

  Added:       src/scratchpad/src/org/apache/cocoon/components/modules
                        package.html
               src/scratchpad/src/org/apache/cocoon/components/modules/output
                        package.html
               src/scratchpad/src/org/apache/cocoon/components/modules/input
                        package.html
               src/scratchpad/src/org/apache/cocoon/components/modules/database
                        package.html
               src/scratchpad/src/org/apache/cocoon/acting/modular
                        package.html
  Log:
  added package.html files
  
  Revision  Changes    Path
  1.1                  
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/modules/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
    <title>modules</title>
               
    <meta http-equiv="content-type"
   content="text/html; charset=ISO-8859-1">
  </head>
  <body>
     
  <h1>modules</h1>
     
  <p>Modules decouple other components (i.e. sitemap components) from input, 
  output, and specific database behaviour.</p>
    
  </body>
  </html>
  
  
  
  1.1                  
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/modules/output/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
    <title>output</title>
               
    <meta http-equiv="content-type"
   content="text/html; charset=ISO-8859-1">
  </head>
  <body>
     
  <h1>output<br>
  </h1>
     
  <p>Output modules provide a simple interface to set values largely based
  on the methods provided by request and session to set values of attributes.
  Output modules should support transactional behaviour. Transaction begin
  is implicit with the first setAttribute method call. Transactions must be
  terminated either by commit or rollback.&nbsp;</p>
    
  </body>
  </html>
  
  
  
  1.1                  
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/modules/input/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
    <title>input</title>
               
    <meta http-equiv="content-type"
   content="text/html; charset=ISO-8859-1">
  </head>
  <body>
     
  <h1>input<br>
  </h1>
     
  <p>Input modules provide a simple interface to obtain values largely based
  on the methods provided by request and session to get values and names of
  attributes.</p>
    
  </body>
  </html>
  
  
  
  1.1                  
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/components/modules/database/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
    <title>output</title>
               
    <meta http-equiv="content-type"
   content="text/html; charset=ISO-8859-1">
  </head>
  <body>
     
  <h1>database<br>
  </h1>
     
  <p>Database modules provide an abstraction layer for different interfaces
  used by database management systems for autoincrement columns. The value
  can be obtained from the DBMS or some other source before or after the statement
  is executed. Or some code can be inserted into the query to direct the DBMS
  to use the next value of a sequence.</p>
    
  </body>
  </html>
  
  
  
  1.1                  
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting/modular/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
  <head>
    <title>modular</title>
               
    <meta http-equiv="content-type"
   content="text/html; charset=ISO-8859-1">
  </head>
  <body>
     
  <h1>modular</h1>
  <p>These sitemap components use modules to obtain values and are thus very
  flexible in use.<br>
  </p>
    
  </body>
  </html>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to