You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ibatis.apache.org by ro...@apache.org on 2005/06/02 02:44:29 UTC

svn commit: r179475 - in /incubator/ibatis/trunk/site/pages: downloads.vm index.vm

Author: roberto
Date: Wed Jun  1 17:44:28 2005
New Revision: 179475

URL: http://svn.apache.org/viewcvs?rev=179475&view=rev
Log:
~Updated site for new DataMapper and DataAccess alpha releases

Modified:
    incubator/ibatis/trunk/site/pages/downloads.vm
    incubator/ibatis/trunk/site/pages/index.vm

Modified: incubator/ibatis/trunk/site/pages/downloads.vm
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/pages/downloads.vm?rev=179475&r1=179474&r2=179475&view=diff
==============================================================================
--- incubator/ibatis/trunk/site/pages/downloads.vm (original)
+++ incubator/ibatis/trunk/site/pages/downloads.vm Wed Jun  1 17:44:28 2005
@@ -15,6 +15,14 @@
     
 <h2>iBATIS.NET</h2>
 
+    <h3>Alpha</h3>
+    <ul>
+      <li><a href="http://prdownloads.sourceforge.net/ibatisnet/DataMapper-bin-1.2-Alpha.zip?download">DataMapper 1.2 Alpha</a> and <a href="http://prdownloads.sourceforge.net/ibatisnet/DataMapper-doc-1.2.zip?download">Documentation</a></li>
+      <li><a href="http://prdownloads.sourceforge.net/ibatisnet/DataAccess-bin-1.6-Alpha.zip?download">DataAccess 1.6 Alpha</a> and <a href="http://prdownloads.sourceforge.net/ibatisnet/DataAccess-doc-1.6.zip?download">Documentation</a></li>
+      <li><a href="http://prdownloads.sourceforge.net/ibatisnet/iBATIS-src-SVN-179390.zip?download">Source Revision 179390</a></li>
+    </ul>
+
+    <h3>General Availability</h3>
     <ul>
       <li><a href="http://prdownloads.sourceforge.net/ibatisnet/DataMapper-bin-1.1.0.458.zip?download">DataMapper 1.1 General Availability</a></li>
       <li><a href="http://prdownloads.sourceforge.net/ibatisnet/DataAccess-bin-1.5.0.458.zip?download">DataAccess 1.5 General Availability</a></li>
@@ -24,7 +32,9 @@
       <li><a href="http://sourceforge.net/project/showfiles.php?group_id=109704">Old Releases (at SourceForge)</a></li>
     </ul>
 
+
 <h2>Documentation </h2>
+
     <ul>
       <li>English 
         <ul>
@@ -32,9 +42,9 @@
           <li><a href="http://prdownloads.sourceforge.net/ibatisdb/iBATIS-SqlMaps-2.pdf?download">SQL Maps for Java, Developer Guide </a></li>
           <li><a href="http://prdownloads.sourceforge.net/ibatisdb/iBATIS-SqlMaps-2-Tutorial.pdf?download">SQL Maps for Java, Tutorial </a></li>
           <li><a href="http://prdownloads.sourceforge.net/ibatisdb/iBATIS-DAO-2.pdf?download">DAO for Java, Developer Guide</a></li>
+          <li><a href="http://prdownloads.sourceforge.net/ibatisnet/tutorial-1.1.zip?download">Tutorial 1.1 for .NET, Docs and Source</a></li>
           <li><a href="http://prdownloads.sourceforge.net/ibatisnet/Doc-DataMapper-1.1.zip?download">DataMapper 1.1 for .NET, Docs Bundle (CHM, PDF, and SDK Help)</a></li>
           <li><a href="http://prdownloads.sourceforge.net/ibatisnet/Doc-DataAccess-1.5.zip?download">DataAccess 1.5 for .NET, Docs Bundle (CHM, PDF, and SDK Help)</a></li>
-          <li><a href="http://prdownloads.sourceforge.net/ibatisnet/tutorial-1.1.zip?download">Tutorial 1.1 for .NET, Docs and Source</a></li>
         </ul>
       </li>
       <li>Chinese 
@@ -44,7 +54,6 @@
         </ul>
       </li>
     </ul>
-
 
 </body>
 

Modified: incubator/ibatis/trunk/site/pages/index.vm
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/pages/index.vm?rev=179475&r1=179474&r2=179475&view=diff
==============================================================================
--- incubator/ibatis/trunk/site/pages/index.vm (original)
+++ incubator/ibatis/trunk/site/pages/index.vm Wed Jun  1 17:44:28 2005
@@ -1,75 +1,139 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <html>
-<head>    
+  <head>
     <title>iBATIS News</title>
-</head>
+  </head>
 
-<body>
+  <body>
+    <h2>What is iBATIS?</h2>
 
-<h2>What is iBATIS?</h2>
+    <p>The iBATIS framework makes it easier to use a database with Java and
+    .NET applications. iBATIS couples objects with stored procedures or SQL
+    statements using a XML descriptor. Simplicity is the biggest advantage of
+    the iBATIS Data Mapper over object relational mapping tools. To use iBATIS
+    Data Mapper you rely on your own objects, XML, and SQL. There is little to
+    learn that you don't already know. With iBATIS Data Mapper you have the
+    full power of both SQL and stored procedures at your fingertips.</p>
 
-    <p>The iBATIS framework makes it easier to use a database with Java and .NET applications. 
-       iBATIS couples objects with stored procedures or SQL statements using a XML descriptor.  
-       Simplicity is the biggest advantage of the iBATIS Data Mapper over object relational mapping 
-       tools. To use iBATIS Data Mapper you rely on your own objects, XML, and SQL. There is little to 
-       learn that you don't already know.  With iBATIS Data Mapper you have the full power of both SQL and 
-       stored procedures at your fingertips.
-    </p>
-    <p>
-       iBATIS is in the process of migrating to the Apache Software Foundation. Once we have passed through 
-       the Apache Incubator, iBATIS will become a top-level Apache project.
-    </p>
+    <p>iBATIS is in the process of migrating to the Apache Software
+    Foundation. Once we have passed through the Apache Incubator, iBATIS will
+    become a top-level Apache project.</p>
 
-<h2>News</h3>
+    <h2>News</h2>
 
-    <h3>May 22: .NET DataMapper 1.1 and DataAccess 1.5 General Availability!</h3>
+    <h3>June 1: .NET DataMapper 1.2 and DataAccess 1.6 Alpha!</h3>
+
+    <p>Yes, after 5 long and productive months, the new Alpha releases of the
+    DataMapper and DataAccess frameworks are ready! We also have updated
+    documentation and the latest source available for download.</p>
+
+    <p>Here's a list of just some of the changes for the
+    <strong>DataMapper</strong> framework:</p>
 
-    <p>Some of the new features for the <strong>DataMapper</strong> framework include:</p>
     <ul>
-      <li>A new <strong>CLR "type" attribute</strong> for parameterMaps and resultMaps.</li>
-      <li>New <strong>"extends" attribute</strong> for parameterMaps, resultMaps, and statements.</li>
-      <li>Support for <strong>Distributed Transactions</strong> using a TransactionScope object
-      in IBatisNet.Common.</li>
-      <li>Added support for <strong>embedded resources</strong> for your properties file and
-      SqlMaps.</li>
+      <li>A new <strong>DomSqlMapBuilder configuration API</strong> (accepts
+      Stream, Uri, FileInfo, and XmlDocument).</li>
+
+      <li>Greatly <strong>improved logging</strong> and <strong>exception
+      handling</strong>!</li>
+
+      <li>New <strong>Custom Type Handler</strong> support for parameters and
+      results!</li>
+
+      <li><strong>Class inheritance</strong> mappings using
+      <strong>&lt;discriminator&gt;</strong> and
+      <strong>&lt;submap&gt;</strong> elements.</li>
+
+      <li>Automatic SqlMap.config document validation with an updated
+      schema.</li>
+
+      <li>Optional Data Map (SqlMap) document validation using a new
+      &lt;setting validateSqlMap="true"/&gt; element.</li>
+
+      <li>Added Support for multiple "properties.config" files.</li>
+
+      <li>Improved Oracle and PostgreSQL support!</li>
+
+      <li>Updated the use of Castle.DynamicProxy to v1.1.0.</li>
+
+      <li>And bug fixes too!</li>
     </ul>
 
-    <p>Some of the new features for the <strong>DataAccess</strong> framework include:</p>
+    <p>On the <strong>DataAccess</strong> side, the framework has seen these
+    updates:</p>
+
+    <ul>
+      <li>New <strong>&lt;daoSessionHandler&gt;</strong> configuration syntax
+      (prior syntax is still supported).</li>
+
+      <li>A new DomDaoManagerBuilder configuration API.</li>
+
+      <li>Support for multiple "properties.config" files.</li>
+
+      <li>The ability to define property "keys" and "values" in your
+      dao.config file.</li>
+    </ul>
+
+    <p><strong><a href="downloads.html">Download the iBATIS.NET DataMapper 1.2
+    and DataAccess 1.6 Alphas now!</a></strong></p>
+
+    <h3>May 22: .NET DataMapper 1.1 and DataAccess 1.5 General
+    Availability!</h3>
+
+    <p>Some of the new features for the <strong>DataMapper</strong> framework
+    include:</p>
+
+    <ul>
+      <li>A new <strong>CLR "type" attribute</strong> for parameterMaps and
+      resultMaps.</li>
+
+      <li>New <strong>"extends" attribute</strong> for parameterMaps,
+      resultMaps, and statements.</li>
+
+      <li>Support for <strong>Distributed Transactions</strong> using a
+      TransactionScope object in IBatisNet.Common.</li>
+
+      <li>Added support for <strong>embedded resources</strong> for your
+      properties file and SqlMaps.</li>
+    </ul>
+
+    <p>Some of the new features for the <strong>DataAccess</strong> framework
+    include:</p>
 
     <ul>
       <li>New <strong>NHibernate support</strong>.</li>
-      <li>Support for <strong>Distributed Transactions</strong> using a TransactionScope object
-      in IBatisNet.Common.</li>
+
+      <li>Support for <strong>Distributed Transactions</strong> using a
+      TransactionScope object in IBatisNet.Common.</li>
+
       <li>The use of <strong>Castle.DynamicProxy v1.0.3</strong>.</li>
     </ul>
 
-    <p>These releases include updated documentation for both the DataMapper and DataAccess
-    frameworks.
-	<br/><a href="downloads.html">Download iBATIS.NET DataMapper 1.1 and DataAccess 1.5</a>
-	</p>
-
-	<h3>May 16: iBATIS for Java 2.1.0 Released!</h3>
-	<p>This release includes some cool new features like &lt;discriminator&gt; and &lt;subMap&gt; tags 
-	for better support of class inheritance. There's an example of how to use these new
-	tags <a href="http://svn.apache.org/repos/asf/incubator/ibatis/trunk/java/mapper/mapper2/test/com/ibatis/sqlmap/maps/Documents.xml">here</a>.
-	Normally 2.x minor releases are feature releases, but a number of bug fixes and 
-	improvements have made their way into 2.1.0 as well. 
-	<br/><a href="downloads.html">Download 2.1.0</a>
-	</p>
-
-	<h3>May 9: New Website</h3>
-	<p>Welcome to our new website.  It's now more focused on the Apache iBATIS 
-	tools like Data Mapper and Data	Access Objects, and the example Pet Store 
-	applications.  If there's something missing that you found useful before, 
-	please let us know (see issue tracker to the left).  The new site is free
-	of tool dependencies and is based on Staticmesh from 
-	<a href="http://www.pols.co.uk/downloads/static-mesh/">Pols Consulting</a>.
-	The idea is to maintain a single site, but we'll likely deploy it to both 
-	the apache.org site and ibatis.com, or perhaps we'll just forward ibatis.com
-	to apache.org.  Either way, we'll have one site that is maintainable by the 
-	whole team.  Enjoy.
-	</p>
-
-	
-           
-</body>
-</html>
+    <p>These releases include updated documentation for both the DataMapper
+    and DataAccess frameworks. <br /><a href="downloads.html">Download
+    iBATIS.NET DataMapper 1.1 and DataAccess 1.5</a></p>
+
+    <h3>May 16: iBATIS for Java 2.1.0 Released!</h3>
+
+    <p>This release includes some cool new features like &lt;discriminator&gt;
+    and &lt;subMap&gt; tags for better support of class inheritance. There's
+    an example of how to use these new tags <a
+    href="http://svn.apache.org/repos/asf/incubator/ibatis/trunk/java/mapper/mapper2/test/com/ibatis/sqlmap/maps/Documents.xml">here</a>.
+    Normally 2.x minor releases are feature releases, but a number of bug
+    fixes and improvements have made their way into 2.1.0 as well. <br /><a
+    href="downloads.html">Download 2.1.0</a></p>
+
+    <h3>May 9: New Website</h3>
+
+    <p>Welcome to our new website. It's now more focused on the Apache iBATIS
+    tools like Data Mapper and Data Access Objects, and the example Pet Store
+    applications. If there's something missing that you found useful before,
+    please let us know (see issue tracker to the left). The new site is free
+    of tool dependencies and is based on Staticmesh from <a
+    href="http://www.pols.co.uk/downloads/static-mesh/">Pols Consulting</a>.
+    The idea is to maintain a single site, but we'll likely deploy it to both
+    the apache.org site and ibatis.com, or perhaps we'll just forward
+    ibatis.com to apache.org. Either way, we'll have one site that is
+    maintainable by the whole team. Enjoy.</p>
+  </body>
+</html>
\ No newline at end of file