Author: cbegin
Date: Mon Oct 12 13:25:33 2009
New Revision: 824329

URL: http://svn.apache.org/viewvc?rev=824329&view=rev
Log:
announce beta 3

Modified:
    ibatis/site/pages/index.vm
    ibatis/site/template/default.css

Modified: ibatis/site/pages/index.vm
URL: 
http://svn.apache.org/viewvc/ibatis/site/pages/index.vm?rev=824329&r1=824328&r2=824329&view=diff
==============================================================================
--- ibatis/site/pages/index.vm (original)
+++ ibatis/site/pages/index.vm Mon Oct 12 13:25:33 2009
@@ -49,6 +49,44 @@
   </div>
 -->
 
+<div class="post">
+  <h1 class="title">iBATIS 3 Beta 4</h1>
+
+  <p class="meta">
+    <small>Posted by Clinton Begin on Oct 12, 2009</small>
+  </p>
+  <div class="entry">
+               <p>
+                       The Fourth Beta of iBATIS 3 for contains a significant 
update, including a completely rewritten ResultSetHandler
+                       implementation.  It also contains a few API changes, 
including a new RowBounds class for passing offset and limit
+                       together as a typed object.  This also allows multiple 
parameters on mapper interfaces, further simplifying 
+                       their use (cleaner than passing a Map, despite the ugly 
annotations). While I don't like to make such big changes 
+                       in a Beta, sometimes it's necessary, and it's way 
better than being stuck with something we're not happy with for 
+                       the next few years.  Of course Beta 4 also contains 
about 20 bug fixes that were found by our diligent community. 
+                       Enjoy.
+               </p>    
+      <p class="more"><a href="java.cgi">Get it all from the iBATIS for Java 
page &hellip;</a></p>
+  </div>
+</div>
+
+  <div class="post">
+    <h1 class="title">Introducing the iBATIS Schema Migration System 
(BETA)</h1>
+
+    <p class="meta">
+      <small>Posted by Clinton Begin on Oct 12, 2009</small>
+    </p>
+    <div class="entry">
+               <p>
+               Along with iBATIS 3, we're happy to introduce the iBATIS Schema 
Migration System (or iBATIS Migrations for short).  
+               This powerful tool was inspired by Rails Migrations and similar 
tools like dbdeploy to enable good database
+               change management practices, help teams to work concurrently 
without stepping all over each other and avoid
+               having to centralize database changes.  Once you work this way, 
you'll find it very hard to work any other way again.
+               Developers and DBAs will appreciate it equally. 
+               </p>    
+        <p class="more"><a href="java.cgi">Get it all from the iBATIS for Java 
page &hellip;</a></p>
+    </div>
+  </div>
+
   <div class="post">
     <h1 class="title">iBATIS 3 for Java Released (BETA)</h1>
 
@@ -66,18 +104,11 @@
         it's simpler than ever, and yet far more powerful!  More information 
will come in the next few days to
         help you get started.  
                </p>
-               <h4>Introducing the iBATIS Schema Migration System</h4>
-               <p>
-               Along with iBATIS 3, we're happy to introduce the iBATIS Schema 
Migration System (or iBATIS Migrations for short).  
-               This powerful tool was inspired by Rails Migrations and similar 
tools like dbdeploy to enable good database
-               change management practices, help teams to work concurrently 
without stepping all over each other and avoid
-               having to centralize database changes.  Once you work this way, 
you'll find it very hard to work any other way again.
-               Developers and DBAs will appreciate it equally. 
-               </p>    
         <p class="more"><a href="java.cgi">Get it all from the iBATIS for Java 
page &hellip;</a></p>
     </div>
   </div>
 
+
   <div class="post">
     <h1 class="title">Ibator Version 1.2.1 Released</h1>
 

Modified: ibatis/site/template/default.css
URL: 
http://svn.apache.org/viewvc/ibatis/site/template/default.css?rev=824329&r1=824328&r2=824329&view=diff
==============================================================================
--- ibatis/site/template/default.css (original)
+++ ibatis/site/template/default.css Mon Oct 12 13:25:33 2009
@@ -10,7 +10,7 @@
        background: #000000 url(images/img01.gif) repeat-x;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
-       color: #808080;
+       color: #C0C0C0;
 }
 
 form {
@@ -220,11 +220,11 @@
        margin: 0;
        padding-left: 6px;
        background: url(images/img05.gif) no-repeat left center;
-       color: #404040;
+       color: #808080;
 }
 
 .post .meta a {
-       color: #404040;
+       color: #808080;
 }
 
 .post .entry {


Reply via email to