News

TheServerSide has published a number of articles on the tenets of effective RESTful web service design, along with examples of how to actually create a cloud-native application using Spring Boot and ...
While you were getting your coffee, Java application development changed–again. In a world driven by rapid change and innovation, it’s ironic that APIs are making a comeback. Like the coding ...
A core tenant of the RESTful API development doctrine is that a Uniform Resource Locator, as the name implies, should uniquely identify a resource on the server. Sadly, that simple concept is often ...