News

I recently upgraded my project to Spring Boot 3.5.0, which required removing graphql-java-kickstart and migrating to Spring GraphQL. The existing GraphQL schema is quite complex, so manually defining ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Spring Boot is Java’s premiere framework for the development of RESTful web services. Swagger is ...
Apollo GraphQL, the graph-based API orchestration company, announced the general availability of Apollo Connectors for REST APIs and new GraphOS platform enhancements, giving enterprises a faster, ...
Apollo GraphQL Inc., a provider of tools and services for working with the GraphQL open-source data query language, today announced a set of connectors that bridge the gap between GraphQL and ...
HttpClient In Quarkus, the GraphQL client is shaking hands with the backend GraphQL API over HTTP protocol. Ideally if you are familiar with GraphQL interexchange format (json), you can use any ...
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 ...