|
|
Stories recently tagged with 'SOA'
|
|
published 14 days, 13 hours ago, submitted by
powerrush
23 days, 5 hours ago
noop.nl — In this post I proudly present the Top 100 of Best Software Engineering Books, Ever. I have created this list using four different criteria: 1) number of Amazon reviews, 2) average Amazon rating, 3) number of Google hits and 4) Jolt awards.
read more...
3 comments
|
category: Other | Views: 646
|
|
tags:
Agile, ProjectManagement, DesignPatterns, ObjectOriented, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bradygaster
6 months, 15 days ago
bradygaster.com — Everything's a service, so if you just add your methods (as delegates) to a service container you can call them when you need them from any class that has access to said service container. read more...
|
|
tags:
SOA, C#, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ussherm
7 months ago
codebetter.com — Jeremy discusses a real-life example of using agile design in the enterprise and how YAGNI can save you work... if only we'd take the time to think it through. read more...
|
|
tags:
SOA, Agile, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
offwhite
8 months, 18 days ago
brennan.offwhite.net — Do you really need an Enterprise Service Bus for to implement a Service Oriented Architecture? Is this debate pointless before we know what SOA is? read more...
|
|
tags:
ESB, SOA, Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
9 months, 17 days ago
spellcoder.com — This is the second part of my presentation in SilverKey Demo Day 2 (SKDD 2) last July, for the first part, Check Here, you will also find the presentation slides & samples read more...
|
|
tags:
SOA, SOA/WCF, Architecture, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ashithmr
10 months, 4 days ago
blogs.msdn.com — Finally, IBM has agreed with Microsoft on SOA. MS has been patient and sticking to there guns - " SOA is not a Technology\PRODUCT, it is a way of building Systems." read more...
|
|
tags:
SOA, Microsoft, IBM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
bashmohandes
10 months, 23 days ago
spellcoder.com — # Part 1- Service Oriented Architecture
* Background
* Motivations
* What is a service ?
* Message Exchange Patterns (MEP's)
* Industry Standards
* Web Standards read more...
|
|
tags:
SOA, WCF | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spirit1
11 months, 18 days ago
sqlteam.com — Service Broker is a new feature in SQL Server 2005. It is an integrated part of the database engine and it provides queuing and reliable direct asynchronous messaging between SQL Server 2005 instances only. In the future this is planned to be extended to non-SQL Server instances. This article shows how to use Service Broker and triggers to capture data changes. read more...
add a comment
|
category: Database | Views: 0
|
|
tags:
ServiceBroker, Queues, SqlServer2005, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
aspcode.net
1 year ago
aspcode.net — Shows how to create a a ASP.NET driven application providing a domainname to ip service for a Windows client application. Gives the architecture to build yoiur own ASP.NET SOA applications read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
Architecture, SOA, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
crpietschmann
1 year, 2 months ago
msdn2.microsoft.com — This article discusses Windows Communication Foundation (WCF) hosting options and consuming WCF services. The traditional ASMX Web services were hosted only on Microsoft Internet Information Services (IIS). The hosting options for WCF services are significantly enhanced in Microsoft .NET Framework 3.0. We will discuss extending the hosting model to include Windows Services and Self-Hosting options. We will also explore in detail IIS hosting (versions 5.1, 6.0, and 7.0) and Windows Activation Services (WAS) hosting options available for WCF services. The content for this article is based on Chapter 5 of Pro WCF: Practical Microsoft SOA Implementation, published by Apress. This book is authored by a global team of Avanade consultants. It is targeted towards beginner-to-intermediate readers and is part of the Apress series that discusses Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF), and Windows Workflow Foundation (WF). read more...
1 comment
|
category: Web Services | Views: 3
|
|
tags:
IIS7, .NET3.0, WindowsServer2007, SOA, Vista | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
crpietschmann
1 year, 2 months ago
weblogs.asp.net — A few weeks ago, in an SOA forum, someone inquired about which technologies to use to achieve untyped interactions with Web Services. Untyped interactions are interactions in which the Service Contract (WSDL, Policies, etc) is not available at design time. This is a classic Enterprise Service Bus (ESB) scenario in which multiple and generic interactions with Web Services are needed and in which generating specific proxies per Web Services is not a practical solution. Going back to my conversation, my response to the question was that the Windows Communication Foundation (WCF) channel model in .NET and the Web Services Invocation Framework (WSIF) in J2EE are technologies that can address those types of scenarios. Surprisingly, when somebody else asked me about .NET-J2EE interoperability references for those technologies, mainly WSIF, I could not find a good example for them to reference. read more...
|
|
tags:
Oracle, WSIF, WCF, SOA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
crpietschmann
1 year, 2 months ago
weblogs.asp.net — My friend John Evdemon has been writing about the different components of a SOA Reference model. Check the first two posts here and here. Both articles emphasize in the idea of a SOA model based on capabilities that can evolve independently throughout the system lifetime. read more...
add a comment
|
category: Patterns | Views: 0
|
|
tags:
Architecture, SOA, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
1 year, 2 months ago
weblogs.asp.net — One of the major challenges in Real World SOA enterprise applications is the lack of semantic information associated with Service Contracts. For a while now the W3C folks have been working in different efforts for relating semantic web Standards (RDF, SPARK, etc) with Web Service basic standards (SOAP, WSDL, etc). One of those efforts Semantic annotations for WSDL and XML Schema has been announced as a W3C working draft. read more...
add a comment
|
category: Other | Views: 0
|
|
tags:
W3C, SOAP, Semantics, WSDL, WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|