Groups | Blog | Home
all groups > dotnet web services > february 2008 >

dotnet web services : Design Patterns for a Large Web Service?


Mr. Arnold
2/13/2008 1:49:22 PM

[quoted text, click to view]

<http://www.google.com/search?hl=en&q=design+pattern+for+web+services&btnG=Google+Search>
Spam Catcher
2/13/2008 5:42:20 PM
Hello Everyone,

I'm preparing to build a large web service that spans 10 - 15 components
with each component having 10 - 20 methods each.

What is the best way to organize such a web service?

Should each component have it's own ASMX file?

Should I have one large ASMX file with all the functions?

Should I have a couple main functions which accept a DTO that describes
what to process?

Some of the functions I'll be building include:

Starting/Stopping Services
Retrieving data from a subsystem (i.e. List of Campaigns, Creating Users,
etc.)

Are there any documents online that have information on how to organize a
large web service? Most of the examples I've seen only deal with trival 1
or 2 method HelloWorld type examples.

Thanks!

--
Mr. Arnold
2/13/2008 6:43:21 PM

[quoted text, click to view]

If you can't find it and you're suppose to have some kind of expertise in
Web services, then where do you think it's going to be? :) There maybe no
rabbits coming out of the hat for you on this one, and you may have to roll
your own.
Spam Catcher
2/13/2008 7:34:38 PM
"Mr. Arnold" <MR. Arnold@Arnold.com> wrote in
news:#xUGrEnbIHA.1376@TK2MSFTNGP02.phx.gbl:

[quoted text, click to view]

Like I said, most examples I've seen deal with a trival examples.

Now if someone can post useful information, I'll be most appreciative.

Thanks!



--
Mr. Arnold
2/13/2008 8:18:54 PM

[quoted text, click to view]

When I first got into design patterns, I used the Head First Design
patterns which was in Java, because there was nothing for .Net, which I was
able to apply those patterns to .Net solutions.

Here is some stuff for Java Web services that you maybe able to apply or
maybe some other Java books in the area, which was in the link I provided as
a whole. I doubt that you're going to find anything dealing with .Net Web
services other than Hello World.

http://www.amazon.com/Web-Services-Patterns-Paul-Monday/dp/1590590848
Spam Catcher
2/14/2008 12:17:30 AM
"Mr. Arnold" <MR. Arnold@Arnold.com> wrote in
news:ujdb9opbIHA.4684@TK2MSFTNGP06.phx.gbl:

[quoted text, click to view]

I was asking for suggestions, if you don't have any suggestions, please do
not respond.

--
Spam Catcher
2/14/2008 1:29:34 AM
"Mr. Arnold" <MR. Arnold@Arnold.com> wrote in
news:eerPZeqbIHA.5128@TK2MSFTNGP05.phx.gbl:

[quoted text, click to view]

Thank you, I'll take a look at the book :-)



--
John Saunders [MVP]
2/19/2008 3:38:38 PM
I've just begun the process of designing a framework for web services in our
company. One thing I found was
http://msdn2.microsoft.com/en-us/library/bb931187.aspx. It looks very cool.

--
--------------------------------------------------------------------------------
John Saunders | MVP - Windows Server System - Connected System Developer

AddThis Social Bookmark Button