Results 1 to 2 of 2

Thread: spring process definition - any projects yet?

  1. #1
    Join Date
    May 2008
    Posts
    1

    Question spring process definition - any projects yet?

    Hello,

    A general question: - Is there spring project that deals with externalizing the interaction process between spring beans - some call it a business process too. But I am not talking about bpel engine, but rather something like jbpm.

    Thanks,
    Radu.

  2. #2

    Default

    Hi,
    As I understans, BPM tools such as jBPM are used for business logic and they hold data about a specific domain, not about application objects (controllers, services, repositories, etc) and they can save the state to a datastore. They are not tied to the application objects so you can use them with Spring as much as you can use them with EJB/Seam/any framework. The concept of business process does not apply to the Spring beans themselves, but to your domain.
    If you need a flow engine which can be based on domain data from Spring beans - use Spring WebFlow.
    Gabriel Axel
    Sparklix | Blog | Twitter | Github

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •