March 2006
REST wins, no-one goes home [@lesscode.org]
by nhoizey (via)Let’s be realistic. No software architecture can truly withstand implementation. REST is really great, but on the web, there is plenty of detail work to be cleared out, like push, containership, encoding, side-effected GETs, curse-of-popularity, queuing, 2 versus 4 methods, universal format junk, and authentication, among others. I could go on, it’s messy out there.
September 2005
1060 research - netkernal - quotes from the blogsphere
by macroronJohn Udell (infoworld) I never heard the phrase "REST microkernel" before, but I had an immediate expectation of what that would mean. An hour's experimentation with the system met that expectation. Wildly interesting stuff.
1060 research - netKernel - service oriented microkernel and xml application server - white paper
by macroronfrom websites to internet operating systems. a perspective on the evolution of the web and a rethink of web-services.
netKernel - service oriented microkernel and xml application server
by macrorongeneralizes the principles of REST, the basis for the successful operation of the World Wide Web, and applies them down to the finest granularity of service-based software composition. The Web is the most scaleable and adaptive information system ever.
netKernel tour - system
by macroron[rest] the term REpresentational State Transfer (REST) originates from the seminal work of roy t. fielding in retrospectively defining the core architectural principles of the world wide web.
July 2005
Fielding Dissertation: CHAPTER 5: Representational State Transfer (REST)
by benoitThis chapter introduces and elaborates the Representational State Transfer (REST) architectural style for distributed hypermedia systems, describing the software engineering principles guiding REST and the interaction constraints chosen to retain those principles, while contrasting them to the constraints of other architectural styles.