You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by jg...@apache.org on 2007/02/12 01:29:49 UTC

svn commit: r506192 - in /ibatis/trunk/site/pages: archive.vm index.vm javadownloads.vm

Author: jgbutler
Date: Sun Feb 11 16:29:48 2007
New Revision: 506192

URL: http://svn.apache.org/viewvc?view=rev&rev=506192
Log:
Update site for 2.3.0 GA Announcement

Modified:
    ibatis/trunk/site/pages/archive.vm
    ibatis/trunk/site/pages/index.vm
    ibatis/trunk/site/pages/javadownloads.vm

Modified: ibatis/trunk/site/pages/archive.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/archive.vm?view=diff&rev=506192&r1=506191&r2=506192
==============================================================================
--- ibatis/trunk/site/pages/archive.vm (original)
+++ ibatis/trunk/site/pages/archive.vm Sun Feb 11 16:29:48 2007
@@ -7,6 +7,20 @@
 
      <h2>News Archive</h2>
 
+  <h3>iBATIS for Java 2.3.0 Released [Status: Beta]</h3>
+  <p>(December 1, 2006) This release includes several bug fixes and enhancements.
+     Additionally, this release offers new support for local caching of prepared statements.
+     Caching prepared statements can lead to significant performance improvements
+     in many environments.</p>
+  <p>The Java DAO framework has been removed from iBATIS as of release
+     2.3.0.  We heartily recommend that you consider using the
+     <a href="http://www.springframework.org" target="_blank">Spring Framework</a>
+     for all your DAO needs!  Spring offers great support for iBATIS.</p>
+  <p>The paginated list methods have been deprecated with this release.  The methods were confusing
+     to many users and often misused.  We suggest using native database support for paging,
+     or that you use the query methods with skip and max settings.</p>
+  <p><b><a href="javadownloads.cgi">Download iBATIS 2.3.0!</a></b></p>
+  
 <h3>iBATIS for Java 2.2.0 Released [Status: Beta]</h3>
 <p>(August 16, 2006) This is probably the most significant iBATIS 2.x release in at least a year.  If you
   haven't upgraded in a while, this would be the one to go for. This update includes 25 new minor features

Modified: ibatis/trunk/site/pages/index.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/index.vm?view=diff&rev=506192&r1=506191&r2=506192
==============================================================================
--- ibatis/trunk/site/pages/index.vm (original)
+++ ibatis/trunk/site/pages/index.vm Sun Feb 11 16:29:48 2007
@@ -49,6 +49,22 @@
 
   <h2>News</h2>
 
+  <h3>iBATIS for Java 2.3.0 General Availability</h3>
+  <p>(February 11, 2007) The votes are in an iBATIS for Java 2.3.0 is promoted to
+     Apache general availability status.  This release includes several bug fixes
+     and enhancements.
+     Additionally, this release offers new support for local caching of prepared statements.
+     Caching prepared statements can lead to significant performance improvements
+     in many environments.</p>
+  <p>The Java DAO framework has been removed from iBATIS as of release
+     2.3.0.  We heartily recommend that you consider using the
+     <a href="http://www.springframework.org" target="_blank">Spring Framework</a>
+     for all your DAO needs!  Spring offers great support for iBATIS.</p>
+  <p>The paginated list methods have been deprecated with this release.  The methods were confusing
+     to many users and often misused.  We suggest using native database support for paging,
+     or that you use the query methods with skip and max settings.</p>
+  <p><b><a href="javadownloads.cgi">Download iBATIS 2.3.0!</a></b></p>
+  
   <h3>iBATIS.NET DataMapper 1.6.0 and DataAccess 1.9.0 Released [Status: Beta]</h3>
 <p>(February 1, 2007) The iBATIS.NET team is proud to announce that the BETA release of DataAccess V1.9.0 and DataMapper V1.6.0 are now available.</p>
  
@@ -135,20 +151,6 @@
     release notes on the download page for full details.
     This is the last release of iBATIS that will include the DAO framework.</p>
   <p><b><a href="javadownloads.cgi">Download iBATIS 2.2.0!</a></b></p>
-
-  <h3>iBATIS for Java 2.3.0 Released [Status: Beta]</h3>
-  <p>(December 1, 2006) This release includes several bug fixes and enhancements.
-     Additionally, this release offers new support for local caching of prepared statements.
-     Caching prepared statements can lead to significant performance improvements
-     in many environments.</p>
-  <p>The Java DAO framework has been removed from iBATIS as of release
-     2.3.0.  We heartily recommend that you consider using the
-     <a href="http://www.springframework.org" target="_blank">Spring Framework</a>
-     for all your DAO needs!  Spring offers great support for iBATIS.</p>
-  <p>The paginated list methods have been deprecated with this release.  The methods were confusing
-     to many users and often misused.  We suggest using native database support for paging,
-     or that you use the query methods with skip and max settings.</p>
-  <p><b><a href="javadownloads.cgi">Download iBATIS 2.3.0!</a></b></p>
 
   <h3>ARTICLE: InfoQ has posted an article on iBATIS.NET</h3>
   <p>

Modified: ibatis/trunk/site/pages/javadownloads.vm
URL: http://svn.apache.org/viewvc/ibatis/trunk/site/pages/javadownloads.vm?view=diff&rev=506192&r1=506191&r2=506192
==============================================================================
--- ibatis/trunk/site/pages/javadownloads.vm (original)
+++ ibatis/trunk/site/pages/javadownloads.vm Sun Feb 11 16:29:48 2007
@@ -11,7 +11,20 @@
   <tr>
     <td rowspan="2" width="70%">
       <h4>Releases</h4>
-      <p>Note: iBATIS 2.2.0 is the last release that includes the iBATIS DAO framework.  After 2.2.0,
+      <p>iBATIS 2.3.0 is the current and best release.  It is also the first iBATIS release that
+         does not include the DAO framework.</p>
+      <ul>
+        <li><a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip"><b>iBATIS Java 2.3.0
+          Binaries, Source, and Documentation</b></a> (Dec 1, 2006)
+          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.md5">MD5</a>]
+          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.asc">PGP</a>]
+          [Status: General Availability]
+          <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312035&styleName=Text&projectId=10601&Create=Create">Release Notes</a>
+        </li>
+      </ul>
+
+      <p>iBATIS 2.2.0 is also available.  iBATIS 2.2.0 is the last release that includes 
+         the iBATIS DAO framework.  After 2.2.0,
          the DAO iBATIS framework is removed from the downloads.
          We suggest converting iBATIS framework DAOs to the
          <a href="http://www.springframework.org" target="_blank">Spring Framework</a>.
@@ -24,13 +37,6 @@
           [Status: General Availability]
           <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12310720&styleName=Text&projectId=10601&Create=Create">Release Notes</a>
         </li>
-        <li><a href="[preferred]/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip"><b>iBATIS Java 2.3.0
-          Binaries, Source, and Documentation</b></a> (Dec 1, 2006)
-          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.md5">MD5</a>]
-          [<a href="http://www.apache.org/dist/ibatis/binaries/ibatis.java/ibatis-2.3.0.677.zip.asc">PGP</a>]
-          [Status: Beta]
-          <a href="http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312035&styleName=Text&projectId=10601&Create=Create">Release Notes</a>
-        </li>
       </ul>
 
       <h4>Examples</h4>
@@ -108,7 +114,7 @@
         </li>
       </ul>
     </td>
-    <td bgcolor="#ccc">
+    <td style="background-color:#E8E8E8">
       <h4>Mirrors</h4>
       <p>The currently selected mirror is <b>[preferred]</b>.  If you encounter a problem with this
          mirror, please select another mirror.  If all mirrors are failing, there are
@@ -125,7 +131,7 @@
       </form>
     </td>
   </tr>
-  <tr bgcolor="#ccc">
+  <tr style="background-color:#E8E8E8">
     <td>
       <h4>Tips</h4>
       <p>Use the links below to download a binary distribution of iBATIS for Java from one