So how do you do your per-container config in java land? (purely for
the 'inject this class with guice to handle the people data service
for container 'foo' and this other class for 'bar')
On Jun 26, 2008, at 12:33 AM, Kevin Brown wrote:
Now my initial thought was to use the security token for this (the
domain
key), however there's a catch 22 in that, and that is that the
token decoder
is also a configurable class ... so it's not available before the
config is
loaded, and hence the catch 22 :)
Ahh -- ok, I see the problem. Adding container=foo is not a bad
option then.