From: Brian G. <br...@qu...> - 2003-07-15 21:07:56
|
>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. -- Brian Goetz Quiotix Corporation br...@qu... Tel: 650-843-1300 Fax: 650-324-8032 http://www.quiotix.com |