You could embed your xml sql map files inside your dao project. I would still keep a seperate SqlMap.config file for each project in case you wanted to turn on caching for that particular project or change the database login account.
--- "Keslar, Jeremy" <[EMAIL PROTECTED]> wrote: > Is there a current protocol for sharing Maps and Configs between > projects? > I have multiple applications that access the same database. I built > a dao > to access the database, but it appears that I need to have a copy of > the > Maps and Configs within each project that uses the dao. I would like > to > place one copy of all of my Maps and Configs in a common directory to > be > accessed by all of my applications. > > > > Jeremy > >