Skip to main content

XML.com: Implementing REST Web Services: Best Practices and G...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Groups (1)

  • 2gh11fl

    2gh11fl

    1 members,34 bookmarks

    2gh11fl

Bookmark History

Saved by 13 people (0 private), first by anonymouse user on 2006-07-10


Public Sticky notes

People have made significant efforts to RESTize SOAP and WSDL. The question is no longer whether to REST, but instead it's become how to be the best REST?

Highlighted by kayflow

on 2006-07-11 by kayflow

대세를 인정할것! 표준은 우리들이 정한다. 사악한 벤더들은 가라!

REST is easy to implement and has many highly desirable architectural properties: scalability, performance, security, reliability, and extensibility

Highlighted by kayflow

[G] Implementing REST correctly requires a resource-oriented view of the world instead of the object-oriented views many developers are familiar with.

Highlighted by kayflow

A resource is an abstract thing identified by a URI.

Highlighted by kayflow

[TIP] XML Schema provides a good framework for defining simple types, which can be used for validating query parameters.

Highlighted by kayflow

Implementing REST Web Services: Best Practices and Guidelines

Highlighted by stephanv

Implementing REST Web Services: Best Practices and Guidelines

Highlighted by ishtadasah

[G] Implementing REST correctly requires a resource-oriented view of the world instead of the object-oriented views many developers are familiar with.

Highlighted by jlundstocholm

There must be a shared vocabulary between a service and its consumers.

Highlighted by jlundstocholm