| Article: |
Aspect-Oriented Programming and JBoss | |
| Subject: | Uncompatible with J2EE | |
| Date: | 2003-06-06 00:32:00 | |
| From: | anonymous2 | |
|
When you read about AOP carefully, you must conclude that it will still be impossible to have different version of the same (AOPied) class within JBoss at the same time. This directly implies that all problems mentioned at http://www.jboss.org/thread.jsp?forum=92&thread=28964 remain UNRESOLVED.
|
||
Showing messages 1 through 2 of 2.
-
Uncompatible with J2EE
2003-06-30 07:03:43 patriot1burke [View]
-
Uncompatible with J2EE
2003-06-30 06:55:30 anonymous2 [View]
You are damn right, JBoss AOP is working only for JBoss and the standalone pack is only good at hello world example.
It should have been stated clearer by JBoss team: demo purpose only. I see no mention of future plan explaining JBoss standalone AOP roadmap, and I don't think JBoss has an advantage to maintain such a thing except for educational purpose.
Alex
Read a complete study on the JBoss standalone AOP on my stuff - sorry for the add. I just want the thing to be clearer: JBoss AOP standalone is only for demo purpose.
http://besee.sourceforge.net/casestudy/jbossaop_standalone.html



Your comments are a bit misinformed. Please do some more research before posting next time. The ClassLoader and RMI semantics you talked about is a JBoss issue and not an JBoss AOP issue at all.
1. RMI pass-by-value CAN be enforced in JBoss land.
2. ClassLoaders can be scoped in JBoss land.
3. JBoss AOP maintains serial version id of original class, so it is possible to serialize a JBoss AOPized class to a non-JBossAop client.
Bill