Framework for generating BPEL in runtime?
问题 I need to generate BPEL XML code in runtime. The only way I can do it now is to create XML document with "bare hands" using DOM API. But there must be a framework that could ease such work incorporating some kind of object model. I guess it should look something like this: BPELProcessFactory.CreateProcess().addSequence Do you know any? 回答1: The Eclipse BPEL designer project provides an EMF model for BPEL 2.0. The generated code can be used to programmatically create BPEL code with a