I have just finished some Java implementation clean up (svn revision #723484), and below is a high level changes I made - removal of unused code - review of code visibility - renaming of exception to follow best practices naming convention - etc
During this clean up review, I noticed some possible refracting that needs to be done : - decouple annotation processing from the core java implementation in order to allow it to be used by other pojo based modules (e.g Spring and EJB) - decouple IOC from core java implementation I'll start looking into these items next. -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
