Em Fri, 31 Jul 2009 04:56:08 -0300, jose luis sanchez
escreveu:
It should be like that .. but i believe the @Persist tag stores the
value of the field at runtime, so it should get the field value .. but
looking at the tapestry source code i can't get HOW to do it .. do you
think i'm righ
It should be like that .. but i believe the @Persist tag stores the
value of the field at runtime, so it should get the field value .. but
looking at the tapestry source code i can't get HOW to do it .. do you
think i'm right ?
Em Thu, 30 Jul 2009 15:34:33 -0300, jose luis sanchez
escreveu:
Em Thu, 30 Jul 2009 15:34:33 -0300, jose luis sanchez
escreveu:
Is there any way i can send dynamic parameters to an annotation ?
You just can't. They're computed at compiling time.
--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachin
À : Tapestry users
Objet : [T5] Create audit annotation
Hi all.
I'm trying to create an annotation for auditing methods in my
application, in order to log to a file who is doing what.
The use of the annotation should be like this ...
@Audit(user=user, what=method)
private void storingAccount(.
Yeah,sure .. i was looking for Tapestry annotations howto .. and
realized that are java5 related, not 5.
Lately, T5 is solving so many problems i'm start to think everything is
related to it :-)
Em Thu, 30 Jul 2009 14:01:05 -0300, jose luis sanchez
escreveu:
Hi all.
Hi!
But i can't f
...)
Also have a look to TapestryModule class and
contributeComponentClassTransformWorker() method.
-Message d'origine-
De : jose luis sanchez [mailto:joseluis.sanc...@m-centric.com]
Envoyé : jeudi 30 juillet 2009 19:01
À : Tapestry users
Objet : [T5] Create audit annotation
Hi all.
Em Thu, 30 Jul 2009 14:01:05 -0300, jose luis sanchez
escreveu:
Hi all.
Hi!
But i can't find any info on how to make an annotation .. any idea ?
The first Google result for 'java annotation tutorial' is
http://java.sun.com/docs/books/tutorial/java/javaOO/annotations.html, not
very u
Hi all.
I'm trying to create an annotation for auditing methods in my
application, in order to log to a file who is doing what.
The use of the annotation should be like this ...
@Audit(user=user, what=method)
private void storingAccount(.)
where user and method should be parameters ...