|
From: David S. <DS...@mi...> - 2007-04-05 01:37:50
|
Hi. Have any of the Spring developers that did the iBatis integration (Juergen Hoeller ?) considered in-effect inlining the iBatis configuration (just SqlMapConfig.xml) into Spring (SqlMapClientFactoryBean) so that there is no need for the separate XML configuration file between Spring and the SqlMap files? To do this... all that's needed are JavaBean properties for everything in the <settings> element, and then a list of sqlMap references. In practice, few if any settings need to be set (from my experience anyway). ~ David Smiley -- View this message in context: http://www.nabble.com/iBatis%2C-inline-SqlMapConfig-configuration--tf3529186.html#a9848727 Sent from the springframework-developer mailing list archive at Nabble.com. |