One of the issues I would like to see is the connection to more than one database (in different servers). At this momment we're using different "Mapper" classess, one for each server. In this case, the InitMapper() method just get
Resources.GetConfigAsXmlDocument("sqlmap1.config") --> config for server1, Resources.GetConfigAsXmlDocument("sqlmap2.config") ---> conf for serv2,..., Resources.GetConfigAsXmlDocument("sqlmapn.config") ---> conf for servn It's difficult to have different mapper classess. Perhaps the <database> would permit more than one <datasource>, and iBatis can know the <sqlMap resource> based on the connectionstring, or some kind of property in a statement in which you can set the connectionstring to use. Greetings and sorry for my poor english! On Thu, May 28, 2009 at 12:50 AM, Ron Grabowski <rongrabow...@yahoo.com>wrote: > I'm still alive and forcing my team to use IBatis.Net :-) > > They've commented on the verboseness and requirement of having multiple xml > config files...things like not being able to use one of the built-in > DbProviderFactorys strings. > > Perhaps merging providers.config within sqlmap.config so there are less > files. > > Fluent interfaces seem to be the new hotness these days. Improve the > abilitty to configure the mapper without sqlmap.config and providers.config. > > Migrate the internal Transaction objects to System.Transaction. > > Expand on the demos of using Castle NVelocity to do the dynamic sql ??? > > Have a way to generate an IDbCommand without actually executing it: > > // > https://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk/commons/Rhino.Commons/ToPublic/SqlCommandSet.cs > var sqlCommandSet = new SqlCommandSet(); > > // lots and lots of products > foreach (Product product in products) > { > sqlCommandSet.Append(dataMapper.CreateCommand("Product.Insert", > product)); > } > > // one trip to the database when using ADO.Net 2.0 and Sql Server > sqlCommandSet.ExecuteNonQuery(); > > ------------------------------ > *From:* Sal Bass <salbass...@hotmail.com> > *To:* user-cs@ibatis.apache.org > *Sent:* Monday, May 25, 2009 5:07:34 PM > *Subject:* Ibatis.Net - A Call to Arms > > Per Clinton's suggestion, I am making this post to find out if we can keep > Ibatis.Net going. As we all know, Ibatis fills an important niche and is > still very relevant. We need people to take charge and to commit time for > development. So, who's in? If we don't do this there is nothing to keep it > going. > > > > ------------------------------ > HotmailĀ® has a new way to see what's up with your friends. Check it > out.<http://windowslive.com/Tutorial/Hotmail/WhatsNew?ocid=TXT_TAGLM_WL_HM_Tutorial_WhatsNew1_052009> >