Nanning
NanningNanning Aspects is a simple yet scaleable aspect-oriented framework for Java.
Nanning is also nice "little" town in Guanxi province in southern China. It's about 1-2 million inhabitants which barely qualifies it as a town by chinese standards. It is not to be confused with the much larger Nanking/Nanjing.
Homepage: http://nanning.codehaus.org/
Loading...
用PicoContainer和Nanning实现事务管理
PicoContainer是constructor injector的IOC容器。Nanning是dynamic AOP的一种实现。项目中我用Pico作为我的微核心,在某些地方需要用到AOP,最典型的是:事务管理(Transaction Manager)。 首先考虑应用的前提,一个DAO需要进行数据库操作并需要事务。下面是两个接口声明: public interf...