Jacopo
On Sep 10, 2008, at 7:59 AM, ian tabangay wrote:
Hi. If I have a service written in java, why or why should I not call another service (also written in java) directly? -- start code -- public static Map serviceA(DispatchContext dctx, Map context) { ... } public static Map serviceB(DispatchContext dctx, Map context) { ... } -- end code --For example, to call serviceB from serviceA, is it more advisable to accessit via dispatcher.runSync("serviceA", context) or can I just call it directly like so: serviceB(dctx, context) Thanks ~ ian
smime.p7s
Description: S/MIME cryptographic signature
