Article:
 |
|
Aspect-Oriented Programming and JBoss
|
| Subject: |
|
more details |
| Date: |
|
2003-06-10 12:05:53 |
| From: |
|
anonymous2
|
|
|
|
thank you for the article, i would like to see more of the following:
* comparison between JBoss AOP and AspectJ (especially for stand-alone JBoss AOP cases)
* more detailed examples of actual usage of AOP for something other than logging (example from JBoss implementation - security, transactions, etc)
* how would standalone JBoss AOP (standalone) work with servers that make heavy use of their own classloaders (weblogic, for instance), since JBoss AOP relies on its own classloader?
|
Showing messages 1 through 1 of 1.
-
This is total nonsense.
2003-08-27 15:21:46
anonymous2
[View]
public class CatBox(){
public void clean(){
}
}
Can anyone do this in AOP?