From d36a1a48302f7d9fd01a743147d98f69ce65da38 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Thu, 30 Jul 2015 16:47:34 -0500 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-connectors.html | 62 ++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/spring-cloud-connectors.html b/spring-cloud-connectors.html index 69fbdca..a250a56 100644 --- a/spring-cloud-connectors.html +++ b/spring-cloud-connectors.html @@ -511,40 +511,48 @@ table.CodeRay td.code>pre{padding:0}

Spring Cloud Connectors provides a simple abstraction for JVM-based applications running on cloud platforms to discover bound services and deployment information at runtime, and provides support for registering discovered services as Spring beans. It is based on a plugin model so that the identical compiled application can be deployed locally or on any of multiple cloud platforms, and it supports custom service definitions through Java SPI.

-

Spring Cloud Connectors provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry clouds as well as a properties-based configuration for development and testing.

+

Spring Cloud Connectors provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry clouds, as well as a properties-based connector that can supply configuration for development and testing.

-

The core concepts used in this project are:

+

The core Connectors concepts are:

+
+ ++++ + + + + + + + + + + + + + + + + + + +

Cloud Connector

A platform-specific interface that identifies the presence of the platform and discovers any services bound to the application deployment.

Service Connector

An object that represents a runtime connection to a service (for example, a javax.sql.DataSource).

Service Information

Information about the underlying service (such as host, port, and credentials).

Application Information

Information about the application and the particular running instance.

+
+

The project contains three major submodules.

-
-
-

The project contains three major submodules:

-
-
-