U can't use AOP with 3.2.3 but u can use Interceptors. With AOP u can
perform a complite aspect oriented programmation, with Jboss3.2.3 Intercetor
u can intercept calls only to ur ejbs' methods. I think this is enough for
you...

Gio

> -----Messaggio originale-----
> Da: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] conto di Heinz-Dieter
> Conradi
> Inviato: venerdi 20 febbraio 2004 13.59
> A: [EMAIL PROTECTED]
> Oggetto: [JBoss-user] JBoss3.2.3 - AOP or javassist
>
>
> i would like to perform some general operations for most of the calls
> coming to my facade session beans. instead of coding this for
> every method
> in every facade, i would like to use aop like techniques.
>
> as far as i know, one cannot use JBossAOP with JBoss-3.2.3 (i guess
> because of Classloader problems). is this true?
>
> And what about using javassist (or similar libraries as CGLib)? at least a
> simple approach cannot work, since the EJB container itself provides proxy
> classes for the classes i am interested in. are there ways around this?
>
> tia, heinz-dieter conradi
>
>
>
> -------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
> http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to