Re: ConfigureAndWatch in Java iBatis

2007-01-26 Thread Jeff Butler
There's nothing like this in iBatis Java right now. With the configuration changes we're planning in iBatis V3 this should be possible - but that's a long way off. In the meantime, you could look at this JIRA ticket for some iBATIS mods that purport to allow you to add to the configuration dynam

ConfigureAndWatch in Java iBatis

2007-01-26 Thread Tom Henricksen
A co-worker of mine who use's the iBatis .Net mentioned the ConfigureAndWatch method. They can change xml files and the server dynamically picks up the changes. .Net Sample Code: Protected Shared Sub InitMapper() Dim handler As New ConfigureHandler(AddressOfConfigure)