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

svn commit: r178931 - /incubator/ibatis/trunk/cs/to-do.txt

Author: gbayon
Date: Sun May 29 00:44:35 2005
New Revision: 178931

URL: http://svn.apache.org/viewcvs?rev=178931&view=rev
Log:
- Add new entries for To Do Doc

Modified:
    incubator/ibatis/trunk/cs/to-do.txt

Modified: incubator/ibatis/trunk/cs/to-do.txt
URL: http://svn.apache.org/viewcvs/incubator/ibatis/trunk/cs/to-do.txt?rev=178931&r1=178930&r2=178931&view=diff
==============================================================================
--- incubator/ibatis/trunk/cs/to-do.txt (original)
+++ incubator/ibatis/trunk/cs/to-do.txt Sun May 29 00:44:35 2005
@@ -9,9 +9,17 @@
 --------------------
 Docs
 --------------------
+ + Add new API to DomDaoManagerBuilder.Configure(...)/DomDaoManagerBuilder.Configure(...)
+   [tell that old API SqlMApper.Configure(...) are marked as  obsolete]
  + DataAccess Configuration changes
  + Tutorial changes for SqlMap.config (with properties variable for relative path) and new DomSqlMapBuilder configuration API
  + Add more .NET DataMapper coding examples (at least the code!)
+ + DataAccess : New syntax to configure daoSessionHandler (old is too supported)
+   <daoSessionHandler id="SqlMap">
+       <property name="resource" value="SqlMap_MSSQL_SqlClient.config"/>
+       <property name="url" value="E:\Projet\iBatis\trunk\cs\mapper\IBatisNet.DataAccess.Test\bin\Debug\SqlMap_MSSQL_SqlClient.config"/>
+       <property name="embedded" value="bin.Debug.SqlMap_MSSQL_SqlClient.config, IBatisNet.DataAccess.Test"/> 			
+   </daoSessionHandler>
 
  + DONE DataMapper Configuration changes (ex: properties support in diff't SqlMap.config elements)
  + DONE Add doc for providers tag with attribute resource/embedded/url