Re: Serialize aspectj method in GWT

2011-11-30 Thread Juan Pablo Gardella
Because AspectJ modify .class and GWT need sources to compile. 2011/11/28 Paolo paulu...@gmail.com I've try to expose to the client(gwt) an aspectJ method through gwt- rpc, but the gwt client can't find the method defined in an aspect. The class that i expose implements IsSerializable and

Serialize aspectj method in GWT

2011-11-29 Thread Paolo
I've try to expose to the client(gwt) an aspectJ method through gwt- rpc, but the gwt client can't find the method defined in an aspect. The class that i expose implements IsSerializable and only it's method are visible to the client interface...the method added by their aspect contrariwise no.