User: stevensa Date: 02/03/07 14:35:47 Modified: core/docs introduction.html orion.html using.html Log: Assorted typos Revision Changes Path 1.6 +3 -3 xdoclet/core/docs/introduction.html Index: introduction.html =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/docs/introduction.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -r1.5 -r1.6 --- introduction.html 27 Sep 2001 22:13:19 -0000 1.5 +++ introduction.html 7 Mar 2002 22:35:46 -0000 1.6 @@ -26,7 +26,7 @@ <p>The system is extensible. If desired, you can write a specific template for your specific task (supporting a new application server, defining the OR schema for a tool like TopLink for example, or even supporting Servlets as -components!). Some pre-build @tags and templates are already supported by +components!). Some pre-built @tags and templates are already supported by XDoclet, for example <a href="ejbdoclet.html"><code><ejbdoclet/></code></a> for EJB-related stuff, <a href="webdoclet.html"><code><webdoclet/></code></a> for web.xml deployment descriptor generation and so on.</p> @@ -47,7 +47,7 @@ class where the common tags are defined.</li> <li>The special JavaDoc @tags: using some special JavaDoc @tags, settings are defined for each component. For example putting a @web:servlet name="The - Simple Servlet"<i> </i>in + Simple Servlet" in SimpleServlet.java lets the <deploymentdescriptor/> sub-task know that SimpleServlet.java contains a servlet definition, so it can generate the corresponding web.xml deployment descriptor based on the information provided @@ -62,7 +62,7 @@ file.</p> <p>XDoclet is the successor to EJBDoclet, a project that Rickard Öberg, one of -the best programmers of the world and an Open Source frontier started. Then +the best programmers of the world and an Open Source pioneer, started. Then, during its development, EJBDoclet reached the stage that it was no longer only for EJBs. So a new project was created with a broader goal in mind.</p> 1.7 +2 -2 xdoclet/core/docs/orion.html Index: orion.html =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/docs/orion.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -w -r1.6 -r1.7 --- orion.html 25 Jan 2002 23:49:18 -0000 1.6 +++ orion.html 7 Mar 2002 22:35:46 -0000 1.7 @@ -188,9 +188,9 @@ <tr> <td><i>[validity-timeout]</i>: Integer</td> <td>The maximum amount of time (in millis) that an entity is valid in the - cache (before being reloaded).<br> + cache (before being reloaded). Useful for loosely coupled environments where rare updates from legacy - systems occur. This attribute is only<br> + systems occur. This attribute is only valid when exclusive-write-access="true" (the default). Applicable to entity beans.</td> </tr> 1.8 +1 -1 xdoclet/core/docs/using.html Index: using.html =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/docs/using.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- using.html 3 Jan 2002 21:19:27 -0000 1.7 +++ using.html 7 Mar 2002 22:35:46 -0000 1.8 @@ -127,7 +127,7 @@ <p>By default each task has some built-in sub-tasks. Some of them are mandatory really, for example <remoteinterface/> and <localinterface/>, can you imagine an EJB without a remote or local (EJb 2.0 only) interface? Some other tasks may be -optional, for exmaple <jboss/> is optional if you're not using jBoss application +optional, for example <jboss/> is optional if you're not using jBoss application server.</p> <p>There's even a third form of sub-tasks: <template/>. This is useful for cases where you want to design your own template file and generate a customized file.
_______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel