SOA WOA

TwitterFacebook
Get flash to fully experience Pearltrees

The Basics | The Object Network | What Not How | http://duncan-cragg.org/blog/

http://duncan-cragg.org/blog/post/basics-object-network/ Right, let's get started with some basic conventions in the Object Network! This part in the Object Network series will cover URLs, HTTP headers and some common JSON patterns. Updated 23/1/12: I changed the URLs in the example to have one of each type.
FOREST satisfies the need for objects to easily interact across the network in a RESTful way – without calling methods on each other. To do this, it asks you to set your objects up in an Observer Pattern relationship.

FOREST: An Interacting Object Web - Springer

http://link.springer.com/chapter/10.1007%2F978-1-4419-8303-9_7#

REST API or Graph API? Can changing the name help?

http://www.infoq.com/news/2011/12/graphapi Ealier this year Cap Gemini's Steve Jones asked whether or not REST was successful in the enterprise ? Steve believes that REST in the enterprise isn't just dead, it was still born : SOAP isn't undead, its very much living in the enterprise and indeed being the only real viable approach when integrating package solutions from a number of vendors (a massive piece of enterprise IT).

SOA and Cloud: What is in store for 2012?

http://www.infoq.com/news/2011/12/soa-cloud-predictions-2012 Traditionally on the brink of a new year, independent analysts and experts share their predictions and this time around we are sharing some relevant ones in the SOA and Cloud space for 2012.

Building a RESTful Hypermedia Agent, Part 1 - Stu says stuff

Building a hypermedia-aware client is rather different from building a typical client in a client/server system. http://www.stucharlton.com/blog/archives/2010/03/building-a-restful-hypermedia.html

Richardson Maturity Model

http://martinfowler.com/articles/richardsonMaturityModel.html A model (developed by Leonard Richardson) that breaks down the principal elements of a REST approach into three steps.
One of the design patterns for REST/WOA is for the application state to be driven by hypermedia responses from the server. This requirement is known as HATEOAS ( Hypermedia As The Engine Of Application State ). http://restpatterns.org/Articles/The_Hypermedia_Scale

The Hypermedia Scale - REST & WOA Wiki

There have been a number of interesting tracts written lately about that increasingly popular topic in the world of SOA and Web services: REST . In particular, the one that is circulating around social bookmarking sites and SOA blogs the most in the last month is Stefan Tilkov's excellent Addressing Doubts about REST .

12 Things You Should Know About REST and WOA

http://hinchcliffe.org/archive/2008/04/08/16627.aspx

LiquidBlogs » Blog Archive » Integration Architecture Considerations: REST vs. SOAP

All content provided on this blog is for informational purposes only. http://blogs.liquidhub.com/corporate/?p=134

The SOA world begins considering Web-Oriented Architecture (WOA) in earnest

It's been an interesting few months in the enterprise architecture space as we look at where service-oriented architecture (SOA) is headed this year. http://hinchcliffe.org/archive/2008/09/08/16676.aspx
So you've been reading the many recent articles on the Web about REST , how it's the future of Internet architecture, and you've decided to begin applying some of it in your work. But when you start digging into the subject, REST by itself seems to be about moving data resources from one place to the other over the Internet, not building complete applications.

Unboxing Web-Oriented Architecture: The 6 Aspects Of An Emergent Architectural Style

The WOA story emerges as better outcomes sought for SOA

Over the summer the enterprise IT blogosphere was swept up in a conversation around the concepts that many are calling Web-Oriented Architecture, or WOA.
This talk explores when to start performance testing, how to avoid the common pitfalls, how to profile when the results cause your team to pull a funny face, and what you can do about that funny face. This talk investigate WebSocket and how trading systems can be designed to leverage this new web protocol for reliability,security and performance for desktop,mobile,datacenter and cloud environments. Frank Greco Mar 29, 2013

On Building Evolvable Systems

How do you measure the RESTful-ness of an application?

Over the past few years it would be hard to ignore the rise in popularity for using RESTful approaches to building enterprise applications . Now we seem to have moved beyond the REST vs WS-* debates, or whether or not REST and SOA are complimentary, to discussions around the maturity of REST-based implementations .