2 Replies Latest reply on Sep 26, 2007 6:37 AM by dleerob

    Command service vs. direct API calls

    sonicfab

      Hi.
      I am using an architecture where business logic and jBPM are co-located in the same JVM and share the same classloader.
      I am wondering whether I should systematically use the Command Service interface to interact with jBPM, versus directly using the public methods exposed by the jBPM objects.