(1) Myeclipse→help→myeclipse Configuration Center: Click on the Sofeware tab, under Browes software there is an input box, click the Add Site button: Name Input abator, URL input http://ibatis.apache.org/tools/abator;
(2) Wait a moment, under the personal sites will be listed abator the corresponding version, click the plus sign in front of the corresponding version, on the Abator Code Generator to Ibatis right click, select Add to Profile ... The installation is automatic;
(3) When the installation is complete, you will be prompted to restart and click OK. After restarting MyEclipse, file→new→abator for IBATIS Configuration File;
(4) Enter the project name in location: Proj_ibatistest, enter in file name: Abatorconfig.xml;
(5) modify the Abatorconfig.xml file and the corresponding database information and table information Fill. Then right-click the file under the project, select Generate IBATIS artifacts, and the corresponding Dao,model,sqlmap will be generated automatically.