[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Persistence

2004-04-28 Thread Bill Burke
First things first. If you've converted some GOF patterns to JBoss AOP, would you be interested in a) Porting any reusable pieces to JBoss AOP so others can take advantage? b) Expanding JBoss AOP examples/tutorial to talk about GOF patterns? c) Linking your research paper to our Wiki? Adrian

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Persistence of AspectManager modifications

2004-03-31 Thread Bill Burke
rkadayam wrote : Before posing my main questions. | | I noticed an AdviceFactory and InterceptorFactory in the api docs. My understanding would be advices are methods of aspects and interceptors are individual classes that pretty much do all of the advising, correct? | Correct.