On Thu, 2006-02-16 at 03:26, Max Rydahl Andersen wrote:
> > Regardless, I think this discussion just
> > further pushes for a unified javassist based proxy framework sometime
> > before ejb3 is finalized.
> 
> 
> Hibernate 3.2 is fully working on javaassist now so that is good ;)
> 
> Doesn't jboss have client side aop based interceptors running ?
> Do they work without the proxy framework (javaassist.jar) ?

The way AOP Remoting solves this issue (no proxy framework on the
client) is to use remote classloading on the client to download the
generated classes.

JBoss Remoting has a notion of remote classloading that does
not require all the baggage of the RMI solution, like opening an http
port to make the class downloadable.
It simply requests the class over the transport you are already using.

-- 
xxxxxxxxxxxxxxxxxxxxxxxx 
Adrian Brock
Chief Scientist
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxx 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to