Dear list,

I'm working on a service that can be configured via string symbols. It seems to me like a good way to provide this is by allowing the developer contribute symbols to the ApplicationDefaults in the app module, like so:

public static void contributeApplicationDefaults(MappedConfiguration<String, String> configuration) {
   //...
}


I see that tapestry5-acegi does this very thing, so I'd like to follow suit. However I'm not sure how my service implementation can access ApplicationDefault configs - can anyone tell me how this is done?

chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to