On Thu, Aug 27, 2009 at 3:53 AM, Richard Bibb <richard.b...@aimhedge.com>wrote:

>
> I'm probably being silly here as I don't seem to be able to figure out
> where
> to put my sqlMap XML files in my Maven project.
>

I put them directly in the same package where I have my XYZMapper classes,
so in your diagram I'd put them in java/data/sqlmaps right along side the
java Mappers. I name my classes like: EmloyeeMapper.java,  and then have
EmployeeMapper.xml along side it.

Reply via email to