How to use SqlMapClient

2009-05-07 Thread Lutz Schoder
Hi All, I'm new with iBatis and have a question which is very important for my design of the database access layer: I develop an Web-Application which routes different url to different schemes of the same database. That's why I need for every schema a SqlMapClient with the correct replaced p

Re: How to use SqlMapClient

2009-05-07 Thread Nicholoz Koka Kiknadze
> Have I > generate for every session an own SqlMapClient or can they share one. I > found no example > which shows it. Share. It's thread safe.