rdf-pipeline / framework

Automatically exported from code.google.com/p/rdf-pipeline
Apache License 2.0
4 stars 1 forks source link

Convert node wrappers to OO style and register them dynamically when loaded #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At present all node wrappers are registered at once, during startup.  It would 
be better to auto-detect node wrappers, and load them when they are used.

Original issue reported on code.google.com by david@dbooth.org on 24 Jul 2012 at 2:51

GoogleCodeExporter commented 9 years ago
Also should convert them to OO style, for a cleaner interface:
http://www.xav.com/perl/lib/Pod/perltoot.html

Original comment by david@dbooth.org on 23 Aug 2012 at 8:37