google-code-export / uimafit

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

Provide means of injecting arbitrary Java objects as external resource in a local deployment #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In a local deployment (traditional use-case for uimaFIT), it is often useful to 
be able to create some complex objects outside an UIMA component and later 
inject it as an external resource into the pipeline. 

This issue is motivated by my own experience as well as by a post on the UIMA 
users mailing list:

http://mail-archives.apache.org/mod_mbox/uima-user/201103.mbox/%3cloom.20110321T
183824-248@post.gmane.org%3e

Original issue reported on code.google.com by richard.eckart on 25 Mar 2011 at 10:43

GoogleCodeExporter commented 9 years ago
Added a piece of experimental code to support this - 
SimpleNamedResourceManager. Unfortunately this resource manager has to use very 
nasty ways of accessing internals of the ResourceManager_impl. This was the 
only way short of re-implementing a complete ResourceManager from scratch. The 
class is marked as EXPERIMENTAL in the JavaDoc. A test-case is provided.

Original comment by richard.eckart on 25 Mar 2011 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 7 Apr 2011 at 12:12