HighTechTalks DotNet Forums  

WS Architecture

Dotnet Distributed Applications microsoft.public.dotnet.distributed_apps


Discuss WS Architecture in the Dotnet Distributed Applications forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Max André Bündchen
 
Posts: n/a

Default WS Architecture - 04-07-2006 , 08:24 AM






I'm starting a new system form a retail chain and I could use a webservices architecture to make all points online with the head
office.

I have some doubts with the architecture details but I can't find good documentation about that (the .Net have many different ways
to make systems like that).

For example, a major question, in this system I will have stock, sales, bills and so on, in other words, if I make a single
webservice for each functionallity, I will take hundreds of that. I could make a 'proxy like' webservice, passing a id for each
function and a object for the parameters taking just one webservice. What's the pros and cons of thats architectures? There's others
options?



Reply With Quote
  #2  
Old   
Michael Nemtsev
 
Posts: n/a

Default Re: WS Architecture - 04-08-2006 , 05:28 PM






Hello Max,

Look through MS "practice and pattern" serie on his site www.microsoft.com/patterns

MB> I'm starting a new system form a retail chain and I could use a
MB> webservices architecture to make all points online with the head
MB> office.
MB>
MB> I have some doubts with the architecture details but I can't find
MB> good documentation about that (the .Net have many different ways to
MB> make systems like that).
MB>
MB> For example, a major question, in this system I will have stock,
MB> sales, bills and so on, in other words, if I make a single
MB> webservice for each functionallity, I will take hundreds of that. I
MB> could make a 'proxy like' webservice, passing a id for each function
MB> and a object for the parameters taking just one webservice. What's
MB> the pros and cons of thats architectures? There's others options?
MB>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche



Reply With Quote
  #3  
Old   
Max André Bündchen
 
Posts: n/a

Default Re: WS Architecture - 04-10-2006 , 02:52 PM



I read that, but some question, as the exposed, is unclear for me.



Reply With Quote
  #4  
Old   
Chris
 
Posts: n/a

Default Re: WS Architecture - 04-25-2006 , 04:30 PM



Max,
The best option is the Proxy Pattern. That way you create a ProductFactory
and return the respective object based on the request parameter. The
application can be easily enhanced to facilitate new product objects. Then
you have a product webservice which can then handle only products, as it
should.

Hope that helps

"Max André Bündchen" wrote:

Quote:
I read that, but some question, as the exposed, is unclear for me.




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.