hello everyone Im pretty intrigued about ODE's capabilities, and would like to start integrating it into my new system. I was wondering if there was a place where I could read up more about how to go about integrating my classes into the Integration Layer so to have those functions available as services from within my BPEL processes. I would prefer this approach to avoid slowdowns/inefficiencies due to SOAP parsing/transmission. The classes are written in Scala, but this is a non-issue since it all compiles down to JVM bytecode and looks the same to ODE at runtime. Im still not sure how well this would scale, and Im assuming that it would pretty much mean that I would have to make my class methods re-entrant/stateless. I've looked at the Javadocs but this is a pretty harsh way to start from scratch when there's no clue about what are the primary things to get familiar with.
thank you for your help, its very much appreciated.
