REST in Axis 2.0???

About Axis 2.0 again (via Mark Baker’s blog).

This page describes how “RESTful Web Services” are supported by Axis 2.0.

“REST is providing access to the resources through the two methods GET and POST. The REST Web services are reduced subset of the usual Web Service stack, and the Axis2 REST implementation assumes following properties.”

I really don’t understand what they mean by “REST implementation”. REST is an architectural style. REST is not implemented. REST tells us how to build a distributed application around resources using a set of rules. REST does not mean HTTP GET or PUT or POST or whatever. We can build systems which violate the principles of REST using HTTP GET and PUT or build RESTful applications without HTTP at all as I tried to demonstrate in my WS-Web post (The Web using SOAP:-) some time ago. I believe that it’s one thing for the API of a platform to help you if you want to build RESTful applications and a completely different to advocate that your platform implements REST. Perhaps it’s a wording thing. I don’t know.

I do hope Mark Baker and the rest 😉 of the RESTferians will correct me if I am wrong but it seems to me that “REST” is misunderstood and is becoming more of a tech buzzword rather than a principled approach to building distributed, resource-oriented systems.

Recent Posts

The Beginning of CVOYA

There’s a unique energy that comes with starting something new — a blend of excitement,…

1 month ago

Enhancements in Graph Model: Dynamic Entities & Full-Text Search

As I continued work on BrainExpanded and its MCP service, I came to realize that…

4 months ago

GraphModel: A .NET Abstraction for Graphs

Just over a month ago, I published "Playing with graphs and Neo4j". Back then, it…

5 months ago

Playing with graphs and neo4j

After my initial implementation of some BrainExpanded-related ideas on top of dgraph using its GraphQL…

6 months ago

A Graph Model DSL

Say hello to the Graph Model Domain Specific Language (GMDSL), created with the help of…

7 months ago

BrainExpanded – Web app and Data Sources

As I wrote in previous posts, the manual recording of memories for BrainExpanded is just…

7 months ago