From: Eric B. R. <eb...@tc...> - 2003-07-15 21:41:02
|
On Tuesday, July 15, 2003, at 05:07 PM, Brian Goetz wrote: >> right, but isn't there still special logic in Context.java in .get() >> that says "oh, we don't have <keyname>, let me see if we have a >> ContextTool by that name"? > > Yes, there is. Now it asks the Broker instead of the context (which > is a big win because now the context starts out truly empty, instead > of populated with tools.) But that's really it for special tool > logic. There's no way to add a tool to the context -- you only get > the tools loaded through the broker's configuration. Of course, you > can put objects in the context. okay, so if we nuke the idea of context tools, all of this can go away too! eric |