I am working with a web application which uses gwt, spring, hibernate. And I am using gwtrpcspring RemoteServiceDispatcher for remote service mapping. Currently if my application throws MyException from any method I want catch that and have to send some http error codes like 402. Based on the exception type error codes will change. I am planning to do this at generic level. Is there any way to achieve without help of spring AOP?
How to achieve this in gwt rpc/spring at higher level? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
