I just committed two new sources to the scratchpad:
* ModuleSource - That reads from streams and strings found by using an input module. It can among other things replace the StreamGenerator and the PartSource.
* XModuleSource - Read and write XML data (DOM and XMLizable) from input and output modules. Can replace the [Read|Write]DOMSessionTransformers and should also be usfull in flowscripts together with processToStream.
Really interesting. As I see simplification and better separation of concerns through abstraction what about deprecating the to-be-replaced classes? Can these new sources cover all the use cases the old classes did? What are possible downsides?
Joerg
