Author: cbegin
Date: Sat Jan 21 20:39:37 2006
New Revision: 371181

URL: http://svn.apache.org/viewcvs?rev=371181&view=rev
Log: (empty)

Removed:
    ibatis/trunk/site/template/ac2005us_banner_468x60.jpg
Modified:
    ibatis/trunk/site/pages/archive.vm
    ibatis/trunk/site/pages/dao.vm
    ibatis/trunk/site/pages/datamapper.vm
    ibatis/trunk/site/pages/index.vm
    ibatis/trunk/site/pages/petstore.vm
    ibatis/trunk/site/template/jp4.gif
    ibatis/trunk/site/template/menu.vm

Modified: ibatis/trunk/site/pages/archive.vm
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/archive.vm?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
--- ibatis/trunk/site/pages/archive.vm (original)
+++ ibatis/trunk/site/pages/archive.vm Sat Jan 21 20:39:37 2006
@@ -7,6 +7,17 @@
 
      <h2>News Archive</h2>
 
+     <h3>iBATIS Java 2.1.6 - Maintenance Release</h3>
+     <p>(Nov 5, 2005) Just released a maintenance release to take care of the 
summer bug list. This puts us
+       in a good spot to start planning for 2.2.0, where we're currently 
discussing some changes to the current
+       version support levels, which will enable us to add a bunch of new 
features. If you aren't on the dev or
+       Java mailing list, then join up to discuss! For now, enjoy the 
cleanliness of version 2.1.6.
+     </p>
+       <p>
+         <a href="downloads.html">Get iBATIS 2.1.6 from the Downloads page.</a>
+         <br/>
+       </p>
+
      <h3>iBATIS for Ruby</h3>
      <p>(August 25, 2005) It's official.  iBATIS is no longer a simple tool or 
framework. It is a genuine
      approach to integrating object oriented applications and relational 
databases.  We could have said that

Modified: ibatis/trunk/site/pages/dao.vm
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/dao.vm?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
--- ibatis/trunk/site/pages/dao.vm (original)
+++ ibatis/trunk/site/pages/dao.vm Sat Jan 21 20:39:37 2006
@@ -20,8 +20,6 @@
  includes the SQL Maps Framework. Although packaged together, the DAO 
Framework is completely independent and can be
  used without SQL Maps. .NET users can download the DataAccess framework 
seperately from the DataMapper framework.</p>
 
-<p><a href="downloads.html" title="Get the iBATIS DAO framework!">Download the 
iBATIS Data Access Objects framework and documentation!</a></p>    
-
 </body>
 
 </html>

Modified: ibatis/trunk/site/pages/datamapper.vm
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/datamapper.vm?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
--- ibatis/trunk/site/pages/datamapper.vm (original)
+++ ibatis/trunk/site/pages/datamapper.vm Sat Jan 21 20:39:37 2006
@@ -18,8 +18,6 @@
 nearly any database to any object model and is very tolerant of legacy 
designs, or even bad designs. This is all achieved 
 without special database tables, peer objects or code generation.</p>
 
-<p><a href="downloads.html" title="Get the iBATIS Data Mapper 
framework!">Download the iBATIS Data Mapper framework and documentation!</a></p>
-
 </body>
 
 </html>

Modified: ibatis/trunk/site/pages/index.vm
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/index.vm?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
--- ibatis/trunk/site/pages/index.vm (original)
+++ ibatis/trunk/site/pages/index.vm Sat Jan 21 20:39:37 2006
@@ -39,22 +39,37 @@
 
 <h2>News</h2>
 
+
+<h3>iBATIS Java 2.1.7 - Maintenance Release - Last 1.3 Compatible Release!</h3>
+
+<p>(Jan 21, 2006) Well, as we said back in November, iBATIS will require JDK 
1.4 as of the 2.2.0 release.
+  We expect that this 2.1.7 release will be the last JDK 1.3 compatible 
release that we make, unless a serious
+  stability or security flaw is found, in which case we'll deploy a fix from a 
branch of the source.  This release
+  contains a number of minor bug fixes, an enhanced entity resolver. 2.2.0 
will be an interesting release with
+  some new features that we've been looking forward to.
+</p>
+
+  <p>
+    <a href="javadownloads.html">Get iBATIS 2.1.7 from the Downloads page.</a>
+    <br/>
+  </p>
+
   <h3>iBATIS.NET DataMapper V1.3 Beta and DataAccess V1.7 Beta</h3>
-  <p>(Dec 15, 2005) The iBATIS.NET team is pleased to announce that the Beta 
distributions of the DataMapper V1.3 and DataAccess V1.7 frameworks are ready! 
-  Although this is primarily for bug fixes and documentation updates, there 
are some important changes:</p>
+  <p>(Dec 15, 2005) The iBATIS.NET team is pleased to announce that the Beta 
distributions of the DataMapper V1.3 and DataAccess V1.7 frameworks are ready! 
+  Although this is primarily for bug fixes and documentation updates, there 
are some important changes:</p>
   <ul>
     <li><b>Enabling Intellisense in Visual Studio 2003</b> for configuration 
and mapping files</li>
-    <li><b>Updates to configuration and mapping schemas</b></li>
-    <li>Now uses <b>Castle.DynamicProxy V1.1.5.0</b></li>
-    <li>Added <b>assembly signatures</b></li>
-    <li>Provides <b>custom logger support</b></li>
-    <li><b>Removes the use of Xml serialization</b> for loading configuration 
files</li>
-  </ul>
-
-  <p>Please see the change log for more details.  Thanks once again for your 
comments and suggestions. Enjoy!</p>
-
-  <p><a href="downloads.html">Get the DataMapper V1.3 Beta and DataAccess V1.7 
Beta from the Downloads page.</a></p>
-
+    <li><b>Updates to configuration and mapping schemas</b></li>
+    <li>Now uses <b>Castle.DynamicProxy V1.1.5.0</b></li>
+    <li>Added <b>assembly signatures</b></li>
+    <li>Provides <b>custom logger support</b></li>
+    <li><b>Removes the use of Xml serialization</b> for loading configuration 
files</li>
+  </ul>
+
+  <p>Please see the change log for more details.  Thanks once again for your 
comments and suggestions. Enjoy!</p>
+
+  <p><a href="dotnetdownloads.html">Get the DataMapper V1.3 Beta and 
DataAccess V1.7 Beta from the Downloads page.</a></p>
+
     <h3>New Tools Section</h3>
 <p>(Dec 10, 2005) We have added a tools section to the site.  The first tool 
is Abator - a code generator
  for iBATIS (Java only).  Abator generates SqlMaps, Java domain classes, and 
Java DAO classes.<p>
@@ -81,7 +96,7 @@
   <li><b>Upgraded dependencies.</b> All of the 3rd party dependencies have 
been upgraded to their latest versions.</li>
 </ul>
    <p>
-     <a href="downloads.html">Get JPetStore 5.0 from the Downloads page.</a>
+     <a href="javadownloads.html">Get JPetStore 5.0 from the Downloads 
page.</a>
    </p>
 
 <h3>As of 2.2.0 -- JDK 1.4 Required, iBATIS 1.x Compat Libs Removed, DTDs 
moved to Apache, </h3>
@@ -118,19 +133,6 @@
       PUBLIC "-//ibatis.apache.org//DTD DAO Configuration 2.0//EN"
       "http://ibatis.apache.org/dtd/dao-2.dtd"&gt;
 </pre>
-
-<h3>iBATIS Java 2.1.6 - Maintenance Release</h3>
-
-<p>(Nov 5, 2005) Just released a maintenance release to take care of the 
summer bug list. This puts us
-  in a good spot to start planning for 2.2.0, where we're currently discussing 
some changes to the current
-  version support levels, which will enable us to add a bunch of new features. 
If you aren't on the dev or
-  Java mailing list, then join up to discuss! For now, enjoy the cleanliness 
of version 2.1.6.
-</p>
-
-  <p>
-    <a href="downloads.html">Get iBATIS 2.1.6 from the Downloads page.</a>
-    <br/>
-  </p>
 
 </body>
 </html>

Modified: ibatis/trunk/site/pages/petstore.vm
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/pages/petstore.vm?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
--- ibatis/trunk/site/pages/petstore.vm (original)
+++ ibatis/trunk/site/pages/petstore.vm Sat Jan 21 20:39:37 2006
@@ -5,11 +5,13 @@
 
 <body>
 
-<img src="jp4.gif" align="left"/><h2>iBATIS PetStore</h2>
+<img src="jp4.gif" />
+
+<h2>iBATIS PetStore</h2>
 
 <p><b>The official example application for iBATIS SQL Maps 2.0 and DAO 
2.0</b></p>
 
-<p>JPetStore 4.0 is a fully functional web application based on iBATIS open 
source persistence layer products, including the 
+<p>JPetStore is a fully functional web application based on iBATIS open source 
persistence layer products, including the
 SQL Maps 2.0 and Data Access Objects 2.0 frameworks. JPetStore is an excellent 
example of how these frameworks can be 
 implemented in a typical J2EE web application.</p>
 
@@ -50,12 +52,10 @@
     <li> Replace the database schema with a better one. The current database 
is (and has always been) a nightmare of poor database design practices.</li>
     <li> Consider middle tier frameworks with AOP and/or IoC features. I'm 
totally behind the simplification of J2EE, and I think AOP and IoC are the 
paths that will lead us to achieving that goal.</li>
   </ul>
-  
+
 <h2>NPetShop</h2>
 <p>The Pet Store application has also been written for .NET and shares much of 
the same qualities as its Java brother.  However,
 because it was written entirely outside of the context of competition, it 
doesn't share as many of the battle scars!  :-)</p>
-
-<p>Check out both implementations by downloading them from our <a 
href="downloads.html">download page</a>.</p>
 
 </body>
 

Modified: ibatis/trunk/site/template/jp4.gif
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/template/jp4.gif?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
Binary files - no diff available.

Modified: ibatis/trunk/site/template/menu.vm
URL: 
http://svn.apache.org/viewcvs/ibatis/trunk/site/template/menu.vm?rev=371181&r1=371180&r2=371181&view=diff
==============================================================================
--- ibatis/trunk/site/template/menu.vm (original)
+++ ibatis/trunk/site/template/menu.vm Sat Jan 21 20:39:37 2006
@@ -1,30 +1,34 @@
 <div id="Menu">
-       <b>Information</b><br/>
-       <a href="index.html" title="What's new with iBATIS?">Home</a><br />
-       <a href="events.html" title="User groups, seminars, conferences 
etc.">Events</a><br />
-       <a href="archive.html" title="Old news from the past.">News 
Archive</a><br />
-       <br/>
-       <b>Software</b><br/>
-       <a href="datamapper.html" title="Simplify data access">Data 
Mapper</a><br />
-       <a href="dao.html" title="Hide data acess implementation">Data Access 
Objects</a><br />
-       <a href="petstore.html" title="The official example 
applications">Example Apps</a><br />
-       <a href="tools.html" title="Tools related to iBATISs">Tools</a><br />
-       <br/>
-       <b>Downloads</b><br/>
-       <a href="downloads.html" title="Everything you need to run 
iBATIS">Binaries, Documentation, Source</a><br />
-    <br/>
-    <b>Resources</b><br/>
-    <a href="help.html" title="How To Get Help">How To Get Help</a><br/>
-    <a 
href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/Home"; 
title="iBATIS Wiki" target="_new">Wiki</a><br/>
-    <a 
href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/Frequently+Asked+Questions";
 title="iBATIS FAQ" target="_new">FAQ</a><br/>
-    <a href="mailinglists.html" title="iBATIS Mailing Lists">Mailing 
Lists</a><br/>
-    <a href="issuetracker.html" title="iBATIS Issue Tracker">Issue 
Tracker</a><br/>
-    <a href="http://svn.apache.org/repos/asf/ibatis/trunk"; title="Subversion 
Repository" target="_new">SVN Repository</a><br/>
-    <br/>
-    <b>Project</b><br/>
-    <a href="background.html" title="Where did iBATIS come from, what does 
'iBATIS' mean?">Background</a><br />
-    <a href="license.html" title="The Apache Software Foundation License 
2.0">License</a><br />
-    <a href="team.html" title="Who's responsible for iBATIS?">Team</a><br />
-    <a href="bylaws.html" title="How do we operate?">Bylaws</a><br />
-    <a href="status.html" title="Where are we at?">Status</a><br />
+  <b>Information</b><br/>
+  <a href="index.html" title="What's new with iBATIS?">Home</a><br/>
+  <a href="events.html" title="User groups, seminars, conferences 
etc.">Events</a><br/>
+  <a href="archive.html" title="Old news from the past.">News Archive</a><br/>
+  <br/>
+  <b>Software</b><br/>
+  <a href="datamapper.html" title="Simplify data access">Data Mapper</a><br/>
+  <a href="dao.html" title="Hide data acess implementation">Data Access 
Objects</a><br/>
+  <a href="petstore.html" title="The official example applications">Example 
Apps</a><br/>
+  <a href="tools.html" title="Tools related to iBATISs">Tools</a><br/>
+  <br/>
+  <b>Downloads</b><br/>
+  <a href="javadownloads.html" title="Everything you need to run iBATIS for 
Java">for Java</a><br/>
+  <a href="dotnetdownloads.html" title="Everything you need to run iBATIS for 
.NET">for .NET</a><br/>
+  <br/>
+  <b>Resources</b><br/>
+  <a href="help.html" title="How To Get Help">How To Get Help</a><br/>
+  <a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/Home"; 
title="iBATIS Wiki"
+     target="_new">Wiki</a><br/>
+  <a 
href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/Frequently+Asked+Questions";
 title="iBATIS FAQ"
+     target="_new">FAQ</a><br/>
+  <a href="mailinglists.html" title="iBATIS Mailing Lists">Mailing 
Lists</a><br/>
+  <a href="issuetracker.html" title="iBATIS Issue Tracker">Issue 
Tracker</a><br/>
+  <a href="http://svn.apache.org/repos/asf/ibatis/trunk"; title="Subversion 
Repository" target="_new">SVN Repository</a>
+  <br/>
+  <br/>
+  <b>Project</b><br/>
+  <a href="background.html" title="Where did iBATIS come from, what does 
'iBATIS' mean?">Background</a><br/>
+  <a href="license.html" title="The Apache Software Foundation License 
2.0">License</a><br/>
+  <a href="team.html" title="Who's responsible for iBATIS?">Team</a><br/>
+  <a href="bylaws.html" title="How do we operate?">Bylaws</a><br/>
+  <a href="status.html" title="Where are we at?">Status</a><br/>
 </div>


Reply via email to