Tag: REST
-
Using HATEOAS for agentic AI – a demo
My co-worker Adib did a video showing how to use Spring HATEOAS to make existing REST APIs agent-friendly. Instead of wrapping your 700 APIs as MCP servers and dumping all those tool definitions into the context window, you build a an adapter layer that lets agents discover what they can do by following links in…
-
Link: API’s and Mainframes
“When looking at exploiting them from the web, if you let “imagineers” run away with what they “might” want, you’ll fail. You have to start with exposing the transaction and database as a set of core services based on the first application that will use them. Define your API structure to allow for growth and…
-
s/SOA/microservices/g
After a thrilling Tweeter-thread on SOA vs. microservices, I thought I’d just playing with some old text, here: Decomposing an online store like Amazon.com, for example, into its fundamental piece parts yields a set of services – among them: a presentation service to deliver the HTML, a search service to find appropriate items, a shopping…

You must be logged in to post a comment.