From 96257cd85fba15aea3f1ff200bc0972bc089c7f4 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 31 Jul 2015 11:04:57 -0500 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-connectors.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/spring-cloud-connectors.html b/spring-cloud-connectors.html index dea61bc..15809f3 100644 --- a/spring-cloud-connectors.html +++ b/spring-cloud-connectors.html @@ -527,15 +527,15 @@ table.CodeRay td.code>pre{padding:0}

Introduction

-

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 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. The Connectors project provides out-of-the-box support for discovering common services on Heroku and Cloud Foundry clouds and a properties-based connector that can supply 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.

+

For details on specific submodules and connectors, see Submodules.

Concepts

-

The core Connectors concepts are:

+

The core Connectors concepts are described below.

@@ -570,23 +570,23 @@ table.CodeRay td.code>pre{padding:0}
  • -

    core: The core library, which is both cloud-agnostic and Spring-agnostic. It provides a programmatic entry point for developers who prefer to access cloud services and application information manually. It also provides basic service definitions for several common services (databases, message queues) and an SPI-based extension mechanism for contributing cloud and service connectors.

    +

    Spring Cloud Connectors Core: The core library, which is both cloud-agnostic and Spring-agnostic. It provides a programmatic entry point for developers who prefer to access cloud services and application information manually. It also provides basic service definitions for several common services (databases, message queues) and an SPI-based extension mechanism for contributing cloud and service connectors.

  • -

    spring-service-connector: A Spring library that exposes application information, cloud information, and discovered services as Spring beans of the appropriate type. For example, an SQL service will be exposed as a javax.sql.DataSource, with optional connection pooling.

    +

    Spring Cloud Spring Service Connector: A Spring library that exposes application information, cloud information, and discovered services as Spring beans of the appropriate type. For example, an SQL service will be exposed as a javax.sql.DataSource, with optional connection pooling.

  • The cloud connectors:

    @@ -701,7 +701,7 @@ table.CodeRay td.code>pre{padding:0}