Re: Anyone work on the AOP for the GWT before?

2013-01-22 Thread Cristian Rinaldi
You can see Errai projects that implements aop. e.g: @Remote public interface CustomerService { * @InterceptedCall(MyCacheInterceptor.class)* public Customer retrieveCustomerById(long id); } Greetings *AUS. Cristian Rinaldi Co-founder* Mobile: (+54) 9 (342) 5 238 083 Email: cristian.rina...@l

Anyone work on the AOP for the GWT before?

2013-01-21 Thread Joey Ye
Hi guys, Spring AOP is good thing for you to do the log method without adding coding to you application. I want to use the Spring AOP for the GWT, but the AOP can not advise the my class (extends com.google.gwt.user.server.rpc.RemoteServiceServlet) methods. It see