saoj
Joined: 10/01/2008 08:20:15
Messages: 39
Offline
|
The Talker component and some implementations:
Configure the components in the ApplicationMananger. (You must say what implementation you want to use!)
InjectionFilter will inject in the action through setter or straight into the instance variable (public or private):
Note that the InjectionFilter is injecting the components into the action, but you can also do this if you want to:
|