Well, All I am trying to do is not to use Load time weaving. I want to use this in Compile time weaving.
Also I am using Ant instead of Maven. So as far as I know, aop.xml is used for load time...
Type: Posts; User: meenakshik; Keyword(s):
Well, All I am trying to do is not to use Load time weaving. I want to use this in Compile time weaving.
Also I am using Ant instead of Maven. So as far as I know, aop.xml is used for load time...
Hello everyone,
I am new to AspectJ with Spring and I am reading the chapter of http://static.springsource.org/spring/docs/2.5.x/reference/aop.html#aop-using-aspectj ---> 6.8.1. Using AspectJ to...
Hi All,
I have a page where I am showing two records. Both of them have multiple rows & radio buttons next to each. The logic of this page is that we are comparing both the records having multiple...
I need to use the Valang Javascript translation support. This is still not released but is available in the CVS. It can automatically generate client-side JS validation. Can someone tell me how it is...
I was going thru the forum where I came across a posting which mentioned about
<vld:javascript formName="beanName" xhtml="true" cdata="false" />
tag in jsp page used for validations. A member...