Re: SOA
- From: stcheng@xxxxxxxxxxxxxxxxxxxx ("Steven Cheng")
- Date: Wed, 20 Feb 2008 01:29:38 GMT
Thanks for your reply Scott,
Basically, you can try implementing all those fundamental functionality in
your system/application as service, you can consider using the WCF in .NET
3.0 to build such services layer. Also, it is hard to say what granularity
is best since it may depend on your actual scenario to determine the
granularity of the services you'll implement.
As for the detailed case (login service), I think all those options is
doable as long as you put those login functions in the same service. For
security granularity, would you provide more about what you care about on
the security?
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Reply-To: "Scott M." <smar@xxxxxxxxxxxxx><tiDvKQtcIHA.1500@xxxxxxxxxxxxxxxxxxxxxx>
From: "Scott M." <smar@xxxxxxxxxxxxx>
References: <#FOGYamcIHA.5348@xxxxxxxxxxxxxxxxxxxx>
In-Reply-To: <tiDvKQtcIHA.1500@xxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: SOA
Date: Tue, 19 Feb 2008 11:24:39 -0500
I've
Hi Steven,
I'm aware that SOA isnt' a component and is an architectural paradigm.
also purchased some good reading material on it, but am just beginningwith
it.I've
That's why I was hoping to get some comments about the simple scenario
proposed below.based).
Thanks,
Scott
""Steven Cheng"" <stcheng@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:tiDvKQtcIHA.1500@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Scott,
As for SOA, it is a new concept and there is no actual component or
service
called SOA(which you can create or use). You can use SOA principles and
concepts to develop your system/applications. In .NET 3.0 the WCF provide
you the fundemental for building some SOA like application(service
http://searchwindevelopment.techtarget.com/news/article/0,289142,sid8_gci122You can look for more info in the SOA center:
#Service Oriented Architecture
http://msdn2.microsoft.com/en-us/architecture/aa948857.aspx
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif5691,00.html
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
issuesications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent
followwhere an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
SOIup response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
From: "Scott M." <smar@xxxxxxxxxxxxx>
Subject: SOA
Date: Mon, 18 Feb 2008 14:47:15 -0500
As I begin to really look into SOA and get it straight in my mind that
information.doesn't mean SOA, I've begun thinking about a simple example and amthat
wondering how it might be best set up as an SOA.
Can those, in the know, comment on the following scenario:
Let's take a simple scenario where a user needs to login to a system so
they can view details about their account.returns
Which would make more sense (if any) to set this up as an SOA:
1a. Create a service that performs the login against a database and
a sort of login id that is used to indicate that the user is logged in.verify
1b. Create a service to accept a log in id and an account number to
the log in, perform the account lookup and return the account
number,1c. Create a service to perform a logout operation.
2a. Create a service that accepts login credentials and an account
thedoes the login, looks up the account and returns the data and performs
logout.one
What I'm struggling with here is trying to envision how granularity and
security might be designed correctly for SOA.
I realize that this is a simple, incomplete example and that there is no
correct way to design SOA, but I'm just trying to get on the right track
here.
Thanks!
.
- Follow-Ups:
- Re: SOA
- From: Scott M.
- Re: SOA
- Prev by Date: Re: Threading... Where to start?
- Next by Date: RE: Pop ups
- Previous by thread: Re: SOA
- Next by thread: Re: SOA
- Index(es):
Relevant Pages
|