Oracle is banking on REST and JSON to modernize Java EE for microservices and the cloud. It may seem like ages since REST stole thunder from SOAP as a mechanism for providing web services ...
Good news from the world of online security: Oracle, developer of the Java plugin that has been making browsers insecure since 1995, has finally announced that it’s sending it six feet under. The Java ...
I previously blogged about using RESTClient with the Sun JVM-provided HTTP Server. As I stated in that blog posting, I intend to use these tools to demonstrate HTTP and REST concepts at Rocky Mountain ...
You've been asked to transform a monolithic application into one with a microservices-oriented architecture. How would you go about making the transformation? An API gateway for microservices is often ...
The Hypertext Transport Protocol requires all HTTP methods to declare whether they are idempotent or not. With an idempotent HTTP method, multiple invocations always leave the data on the server in ...