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/05/22 23:12:25 UTC

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

Author: roberto
Date: Sun May 22 14:12:23 2005
New Revision: 171372

URL: http://svn.apache.org/viewcvs?rev=171372&view=rev
Log:
~Updated site for .NET DataMapper/DataAccess releases and "How to get help"

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

Modified: incubator/ibatis/trunk/site/pages/downloads.vm
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/pages/downloads.vm?rev=171372&r1=171371&r2=171372&view=diff
==============================================================================
--- incubator/ibatis/trunk/site/pages/downloads.vm (original)
+++ incubator/ibatis/trunk/site/pages/downloads.vm Sun May 22 14:12:23 2005
@@ -16,19 +16,25 @@
 <h2>iBATIS.NET</h2>
 
     <ul>
-      <li class="general"><a href="http://prdownloads.sourceforge.net/ibatisnet/iBatisNet-bin-release-1.0.1.321.zip">Stable Binaries</a></li>
-      <li class="general"><a href="http://prdownloads.sourceforge.net/ibatisnet/iBatisNet-source-1.0.1.321.zip?download">Stable Source Code</a></li>
-      <li class="general"><a href="http://prdownloads.sourceforge.net/ibatisnet/NPetshop-1.0.0.RC1.zip?download">NPetShop Example Application</a></li>
+      <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>
+      <li><a href="http://prdownloads.sourceforge.net/ibatisnet/iBatisNet-src.458.zip?download">Stable Source Revision 1.1.0.458</a></li>
+      <li><a href="http://prdownloads.sourceforge.net/ibatisnet/tutorial-1.1.zip?download">Tutorial 1.1, Docs and Source</a></li>
+      <li><a href="http://prdownloads.sourceforge.net/ibatisnet/NPetshop-1.0.0.RC1.zip?download">NPetShop Example Application</a></li>
+      <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>
-          <li><a href="http://prdownloads.sourceforge.net/ibatisnet/DevGuide.pdf?download"><b>Generic Developer Guide (.NET and Java)</b></a></li>
+          <li><a href="http://prdownloads.sourceforge.net/ibatisnet/DevGuide.pdf?download"><b>Generic Developer Guide</b></a></li>
           <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/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 

Modified: incubator/ibatis/trunk/site/pages/index.vm
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/pages/index.vm?rev=171372&r1=171371&r2=171372&view=diff
==============================================================================
--- incubator/ibatis/trunk/site/pages/index.vm (original)
+++ incubator/ibatis/trunk/site/pages/index.vm Sun May 22 14:12:23 2005
@@ -4,6 +4,32 @@
 </head>
 
 <body>
+	<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>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: 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

Modified: incubator/ibatis/trunk/site/pages/resources.vm
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/site/pages/resources.vm?rev=171372&r1=171371&r2=171372&view=diff
==============================================================================
--- incubator/ibatis/trunk/site/pages/resources.vm (original)
+++ incubator/ibatis/trunk/site/pages/resources.vm Sun May 22 14:12:23 2005
@@ -5,6 +5,29 @@
 
 <body>
 
+      <h2>How To Get Help</h2>
+
+      <ul>
+        <li><strong>Support Requests and Questions</strong>: Check the
+        <a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/Home">Wiki</a> and
+        the <a href="http://opensource.atlassian.com/confluence/oss/display/IBATIS/Frequently+Asked+Questions">FAQ</a>.
+        If your question isn't answered there, subscribe to the Java User mailing list or .NET User
+        mailing list and send an email.</li>
+        <li><strong>Bugs</strong>: Check the <a href="http://issues.apache.org/jira/browse/IBATIS">Java</a>
+        or <a href="http://issues.apache.org/jira/browse/IBATISNET">.NET</a> JIRA issue tracker for an
+        existing ticket. If there is an existing JIRA issue, feel free to add a comment. If there is no
+        existing JIRA issue for the bug,
+        <a href="http://issues.apache.org/jira/secure/Signup!default.jspa">create a JIRA account</a>
+        and add a new ticket. JIRA will automatically send an email to the Developers mailing list to
+        notify list subscribers of the issue.</li>
+        <li><strong>Feature Requests and Improvements</strong>: Check the
+        <a href="http://issues.apache.org/jira/browse/IBATIS">Java</a> or
+        <a href="http://issues.apache.org/jira/browse/IBATISNET">.NET</a> JIRA issue tracker for
+        an existing request for a new feature or improvement.  If there is an existing request, feel free
+        to add a comment or vote for the request.  If there is no existing request, feel free to subscribe
+        to the Developers mailing list and send an email describing the feature request.</li>
+      </ul>
+
       <h2>iBATIS for Java</h2>
       <table width="100%">
         <tr > 
@@ -32,7 +55,7 @@
         <tr > 
           <td width="40%">Bugs and Feature Requests</td>
           <td width="20%"><a href="http://issues.apache.org/jira/browse/IBATISNET">JIRA Issue Tracker</a></td>
-          <td width="20%">&nbsp;</td>
+          <td width="20%"><a href="http://issues.apache.org/jira/secure/Signup!default.jspa">JIRA Sign Up Page</a></td>
           <td width="20%">&nbsp;</td>
         </tr>
         <tr >