We'll use a service broker sample application for this section. The service broker sample application is a template application containing all defined RESTful endpoints that will assist in developing other service broker applications. The template application is located at https://github.com/Cloud-Foundry-For-Developers/chapter-10.git, which you can use to template your own service broker in the future. The template Java source code is structured so that the Controller package holds the service broker controller with the OSB API endpoints and the Models package contains data structures that correlate with the request and response body objects. From a developer's point of view, ...
Deploying and registering custom service brokers on Cloud Foundry
Get Cloud Foundry for Developers now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.