|
From: Matt S. <sga...@us...> - 2004-12-06 01:26:36
|
> In terms of a user context, Acegi Security System already has something > like this for security information, and theorectically for other stuff > too. It may make sense to make a class for this purpose for Spring. If Spring does adopt some type of generic context notion, I strongly encourage you to take a look at the Context notion provided by the Morph framework. It is a very simple interface, yet it provides the methods needed to implement a Map, which is nice and generic for passing between tiers. The base class for implementers of Context, called BaseContext, implements Map. There are also other mechanisms in Morph to expose a Context as a Map. http://morph.sourceforge.net/apidocs/net/sf/morph/context/Context.html Matt |