I want to make an API for my application, as a way to make a good abstraction for calling it from every where. (differents UI (winforms, wpf, smartphones, pc browsers))
So I was reading and looking into the web about the best way to architecture with sharp#.
After spending some days I decided to ask you about the best way to implement a SOA architecture with sharparchitecture.
I’m thinking in the Request Response pattern for a clean way of doing that.
Any advice would be appreciated
--
You received this message because you are subscribed to the Google Groups "S#arp Architecture" group.
To post to this group, send email to sharp-arc...@googlegroups.com.
To unsubscribe from this group, send email to sharp-architect...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sharp-architecture?hl=en.
thang chung
19 July 2011 09:52
Lucas Barlassina
19 July 2011 04:50
Thanks Chris, thang chung and all the other team for all the work.
As I said before I think the best way is to use a request response pattern because my object are complex and the way it works is very clean.
Also I found Agatha service (http://code.google.com/p/agatha-rrsl/) a good example of a request response pattern
I think that’s a good point to include in sharp arch, the way to make an api for your application, because really separates the controller and web app as a presentation layer.
Thanks, I will see how to continue on it