hey guys, my project currently offers a whole bunch of services to handle 
various buisness tasks, the services are represented using modules while 
actions represent the operations offered by the service (i.e. basic CRUD). 
now i am running into some issues where for e.g. a buisness task requires 
execution of multiple services. each service provides a REST interface but 
the real issue is if one step in the execution fails i nee to be able to 
roll back the changes made by the previous service calls.

the following is a potential way around that i have been thinking about and 
feedback/ideas/suggestions are what im after.

i could separate the service layer from the actual buisness logic layer, so 
assuming a buisness action requires services a, b and c then another service 
would be created which can then call the a,b and c within a transaction



-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to