Author Archives: john.drum

Opensearch with RestTemplate and JSON

We’re going to revisit OpenSearch in this post using Spring’s RestTemplate API. As described in an earlier post OpenSearch is an open search service specification. RestTemplate is a flexible API for consuming RESTful web services. In the following example program … Continue reading

Posted in Technical | Leave a comment