Today, I will continue to play with Ant XDoclet, quite addiction, and the practice of practice successfully according to POJO automatically generates the following 9 stuff:
1. Ibatis's SQLMAP configuration file (already introduced in the previous blog)
2.DAO interface
3. DAO's JUnit Test Class
4.Dao IBATIS IMPL class
5.Struts an actionform class
6. JSP page for new or modified
7.Struts ACION class
8.Service interface
9.Service's IMPL class, injecting DAO with a setter method.
See the automatic generation of a bunch of staps, good, huh, huh, huh. Although it is just a hung embryo, it is necessary to change.
In addition, here, the XDT template in the AppFUse will often use the Org.Example.antbook.xdoclet.formtagshandler this class. After research, its
1
2
3