[jboss-dev-forums] [Design of POJO Server] - Re: ManagedOperation aspects for the ProfileService.Manageme

scott.stark@jboss.org do-not-reply at jboss.com
Tue Oct 2 16:48:16 EDT 2007


The ManagedProperty/Fields going to the client should not be wrapped in an aop proxy. It should just be a simple pojo whose value will be read during process and applied to the server side version that has the aop proxy. Really, aop usage is not needed. Where we copy the client side value to the server side property, the Fields impl can handle the writethrough, and the runtime property dispatch be done in the ManagementViewImpl. 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090814#4090814

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090814



More information about the jboss-dev-forums mailing list