0067.html#a13466570
>
> g,
> kris
>
>
>
>
> Andy Huhn <[EMAIL PROTECTED]>
> 07.11.2007 05:11
> Bitte antworten an
> "Tapestry users"
>
>
> An
> Tapestry users
> Kopie
>
> Thema
> T5: Preparing a pristine object for re
tworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
T5: Preparing a pristine object for re-use
Hello,
I have a DAO that I want to re-initialize every time it is injected
(that is, the DAO has state that I want to reset to make it pristine).
I thought I could do it in the
Hello,
I have a DAO that I want to re-initialize every time it is injected
(that is, the DAO has state that I want to reset to make it pristine).
I thought I could do it in the constructor for the DAO, since I am
defining the service as follows in my AppModule:
public static AccountDAO buildAccou