[1] http://m2eclipse.sonatype.org/
http://people.apache.org/~simonetripodi/
http://www.99soft.org/
But as simone said, it should work the normal way too. I use intellij
,d just open the pom directly. And it figures everything out.
Clinton
--
Sent from my mobile device
Jeff Butler
I don't know how that package tree thing got started with the MyBatis
resource files, but it isn't necessary. I have my projects arranged
like this:
src/com/mycompany/myproject/db/MyMapper.java
resources/
MyBatisConfig.xml (datasource, type handlers, etc)
MyMapper.xml (mapped statements)
ibatorConfig.xml (Ibator configuration)
MyMapper.xml has this:
<mapper namespace="com.mycompany.myproject.db.MyMapper">
This all works fine, and dispenses with unnecessary layers of directory
entries. I add "resources" as a source directory in Eclipse.
--
Guy Rouillier