You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by co...@apache.org on 2003/12/27 08:44:01 UTC

cvs commit: cocoon-2.1/src/documentation/xdocs/userdocs/flow java.xml

coliver     2003/12/26 23:44:01

  Modified:    src/documentation/xdocs/userdocs/flow java.xml
  Log:
  correcting docs
  
  Revision  Changes    Path
  1.2       +1 -4      cocoon-2.1/src/documentation/xdocs/userdocs/flow/java.xml
  
  Index: java.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/xdocs/userdocs/flow/java.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- java.xml	27 Dec 2003 07:30:42 -0000	1.1
  +++ java.xml	27 Dec 2003 07:44:01 -0000	1.2
  @@ -74,10 +74,7 @@
      </s2>
      <s2 title="Dynamic Compilation">
      <p> 
  -    Cocoon includes an embedded Java compiler that can dynamically compile Java source files and load and execute the resulting classes at runtime. During development you can take advantage of this capability to rapidly develop, test, and debug your applications. 
  -   </p>
  -   <p>
  -   The <link href="#cocoon">Cocoon</link> object provides a <link href="#Cocoon.classes">classes</link> property that provides access to this capability. If you select the fully qualified name of a Java class under this property the Cocoon source resolver will be used to locate the source code for the class.
  +    Cocoon includes an embedded Java compiler that can dynamically compile Java source files and load and execute the resulting classes at runtime. During development you can take advantage of this capability to rapidly develop, test, and debug your applications. The Cocoon source resolver is used to locate source files.
      </p>
      <p>Example:</p>
   <source>