sudeep87 / uimafit

Automatically exported from code.google.com/p/uimafit
0 stars 0 forks source link

SimpleNamedResourceManager does not support bindings #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The SimpleNamedResourceManager assumes that the object names in the external 
context map are the same as the resource keys used in the components and 
ignores bindings. This may be convenient, but not prudent in general. Explicit 
bindings should be supported.

Original issue reported on code.google.com by richard.eckart on 26 Mar 2011 at 1:34

GoogleCodeExporter commented 8 years ago
Changed so that per default an explicit binding is required. Optionally 
auto-wiring can be enabled, which maps all keys from the external context 
directly as external resource keys.

Original comment by richard.eckart on 26 Mar 2011 at 1:36