You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only thing that uses AOP and thus requires a framework that supports AOP is the ContractMethodInterceptor. It should be possible to switch this class for GWT projects. Instead of using AOP we could then generate the required Java code during compile-time and let GWT convert it into JavaScript for Browser execution.
The text was updated successfully, but these errors were encountered:
Currently the only thing that uses AOP and thus requires a framework that supports AOP is the ContractMethodInterceptor. It should be possible to switch this class for GWT projects. Instead of using AOP we could then generate the required Java code during compile-time and let GWT convert it into JavaScript for Browser execution.
The text was updated successfully, but these errors were encountered: