From: Hansi R. <su...@su...> - 2010-10-19 17:55:19
|
hello! > > The whole pipeline is actually very extensible. Check out the > OutputProcessFactory, which allows you to specify an a target process. You > just need to implement your own, specify the supported input processes and > make sure that your target process is created in the OutputProcessFactory. > > Let me know if you have any question about this. > yes, the OutputProcessFactory is exactly were i made my modifications. currently this factory is "static", meaning that i can't specify 3rd party output targets, without recompiling xmlvm. my question would be if you have thought about opening this part up, for instance by allowing users to specify other targets (e.g. js-jqueryui) from the command line. those could then be developed independently of xmlvm. at this point it is really more a hypothetical question, um... i'll ask again about this when i have a working prototype of what i'm trying to do.... best, hansi. |