Re: Use AOP for Tapestry Java Page Class

2006-04-19 Thread seng kim khong
Hi, I plan to use AspectJ to perform this. It should be no problem and working fine... 2006/4/12, Eduardo Valentim <[EMAIL PROTECTED]>: > > Hi Friend, > >I have the same issue, I am need to use AOP to advice the Page > class with an Spring ThrowsAdvice for tranformation of my validat

Re: Use AOP for Tapestry Java Page Class

2006-04-11 Thread Eduardo Valentim
Hi Friend, I have the same issue, I am need to use AOP to advice the Page class with an Spring ThrowsAdvice for tranformation of my validation exception in Tapestry validation exception. I do not have idea of how can I solve this issue, somebody would know .. Thank You in adva

Use AOP for Tapestry Java Page Class

2006-04-05 Thread seng kim khong
Hi All, I am planning to use AOP to advice the Java Page class for tapestry. But hivemind AOP is just for it's service only and since the java page class is not hivemind service, is it possible we can advice those java page class? My main purpose to do this is taking out those logging and excepti