You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by th...@apache.org on 2003/06/05 08:04:47 UTC

cvs commit: db-ojb/xdocs project.xml links.xml

thma        2003/06/04 23:04:47

  Modified:    xdocs    project.xml links.xml
  Log:
  added some more links
  
  Revision  Changes    Path
  1.18      +2 -1      db-ojb/xdocs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml	30 May 2003 12:48:32 -0000	1.17
  +++ project.xml	5 Jun 2003 06:04:46 -0000	1.18
  @@ -37,6 +37,7 @@
      		<item name="Deployment"            href="/deployment.html"/>
      		<item name="OJB.properties"        href="/ojb-properties.html"/>
      		<item name="API Javadoc"           href="/api/index.html"/>
  +        <item name="learn more about..."   href="/links.html"/>
       </menu>
   
       <menu name="How to ...">
  @@ -58,8 +59,8 @@
       
       <menu name="Development">
         <item name="ToDo"                  href="/todo.html"/>
  +      <item name="project's Wiki"        href="http://nagoya.apache.org/wiki/apachewiki.cgi?OJBProjectPages" />
         <item name="Coding Specification"  href="/code-standards.html"/>
  -      <item name="Further readings"      href="/links.html"/>
         <item name="View CVS"              href="http://cvs.apache.org/viewcvs/db-ojb/"/>
         <item name="More CVS infos"        href="http://jakarta.apache.org/site/cvsindex.html"/>
         <item name="License"               href="http://www.apache.org/LICENSE" />
  
  
  
  1.5       +33 -1     db-ojb/xdocs/links.xml
  
  Index: links.xml
  ===================================================================
  RCS file: /home/cvs/db-ojb/xdocs/links.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- links.xml	18 Apr 2003 11:19:08 -0000	1.4
  +++ links.xml	5 Jun 2003 06:04:46 -0000	1.5
  @@ -194,7 +194,7 @@
   
   </section>
   
  -<section name="tutorials">
  +<section name="OJB tutorials">
   	<ul>
   		<li>
   			<a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/db-ojb/contrib/struts-ojb.zip?rev=HEAD">
  @@ -210,8 +210,40 @@
   			<a href="http://www.robertoghizzioli.it/jcomm/jcomm_tutorial.html">
   			Roberto Ghizzioli's tutorial on Struts, OJB, and nested tags</a>
   		</li>
  +		<li>
  +			<a href="todo">
  +				An introductory tutorial at O'Reilly.
  +			</a>
  +		</li>
  +
  +	</ul>
  +</section>
  +
  +<section name="books covering OJB">
  +	<ul>
  +		<li>
  +			<a href="http://www.amazon.com/exec/obidos/ASIN/0596003285/qid=1054656123/sr=2-1/ref=sr_2_1/103-9325116-6675068">
  +				The O'Reilly book on Struts programming by Chuck Cavaness has a
  +				whole chapter about how to build an applications model layers based on OJB. 
  +				A must reading for everyone intending to use Struts and OJB.
  +			</a>
  +			All source code from the book can be found here:
  +			<a href="http://examples.oreilly.com/jakarta/">
  +				Struts Programming sources.
  +			</a>
  +		</li>
  +		<li>
  +			<a href="http://www.amazon.com/exec/obidos/tg/detail/-/1861007817/qid=1054655953/sr=8-1/ref=sr_8_1/103-9325116-6675068?v=glance&amp;s=books&amp;n=507846">
  +				There's also a WROX book on Struts + OJB
  +			</a>
  +			All source code from the book can be found here:
  +			<a href="http://web.wrox.com/download/code/professional/7817.zip">
  +				Professional Struts and OJB sources.
  +			</a>
  +		</li>		
   	</ul>
   </section>
  +
   
   </body>
   </document>