1 Reply Latest reply on Feb 28, 2015 7:40 PM by slayercode2

    Stateful services in Switchyard

    slayercode2

      Hi,

       

      I am currently developing a commercial application using Switchyard that requires to develop stateful services. These services implement the shopping cart use case (e.g., http://www.javacodegeeks.com/2013/08/java-ee-stateful-session-bean-ejb-example.html).

      Thus, these services must maintain separately for each consumer its own shopping cart (e.g., the product list that the each consumer wants to buy).

      Note that a service consumer can access to these services using JMS or REST or SOAP.

      Is there any way to develop the shopping cart use case in Switchyard?

       

      Thank you.