Change branding from Gemfire to Pivotal GemFire.
Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.
This commit is contained in:
@@ -14,7 +14,7 @@ kramdown:
|
||||
baseurl: /spring-data-gemfire
|
||||
|
||||
# Name of the project for display in places like page titles
|
||||
name: Spring Data Gemfire
|
||||
name: Spring Data for Pivotal GemFire
|
||||
|
||||
# ID of the project in the metadata API at spring.io (if this is not a
|
||||
# valid project ID the javascript widgets in the home page will not work)
|
||||
|
||||
37
index.html
37
index.html
@@ -41,25 +41,31 @@ badges:
|
||||
|
||||
{% capture billboard_description %}
|
||||
|
||||
The primary goal of the Spring Data GemFire project is to make it easier to build highly scalable Spring-powered applications using [Pivotal GemFire](http://gopivotal.com/pivotal-products/pivotal-data-fabric/pivotal-gemfire) as a distributed data management platform.
|
||||
The primary goal of the Spring Data for Pivotal GemFire project is to make it easier to build highly scalable,
|
||||
Spring-powered applications using [Pivotal GemFire](https://pivotal.io/pivotal-gemfire) for distributed data management.
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% capture main_content %}
|
||||
|
||||
Spring Data GemFire brings the full power of the Spring framework to your GemFire applications.
|
||||
Spring Data for Pivotal GemFire brings the full power of the Spring Framework to your Pivotal GemFire applications.
|
||||
|
||||
## Features
|
||||
|
||||
* XML namespace support to [create and configure GemFire resources declaratively with Spring](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#bootstrap)
|
||||
* Simplify [working with GemFire APIs](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#apis)
|
||||
* [Annotatations for Function Executions](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#function-annotations)
|
||||
* [Continuous Query Support](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#apis:cq-container)
|
||||
* [GemFire Cache Transactions through Spring's Declarative Transaction Management](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#apis:tx-mgmt)
|
||||
* [Spring Cache Abstraction backed by GemFire](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#apis:spring-cache-abstraction)
|
||||
* [Spring Data Repositories backed by GemFire](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#gemfire-repositories)
|
||||
* [Bootstrapping a Spring Context with GemFire](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#gemfire-bootstrap)
|
||||
* Spring Tool Suite [Spring Project Templates for GemFire](http://docs.spring.io/sts/nan/v310/NewAndNoteworthy.html)
|
||||
* XML namespace to [configure and create Pivotal GemFire resources declaratively with Spring](http://docs.spring.io/spring-data-gemfire/docs/current/reference/html/#bootstrap)
|
||||
* Annotation model to [quickly and easily get started with Pivotal GemFire out-of-the-box](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#bootstrap-annotation-config)
|
||||
* Simplifies [working with Pivotal GemFire APIs](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis)
|
||||
* [Spring Cache Abstraction backed by Pivotal GemFire](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis:spring-cache-abstraction)
|
||||
* [Spring Data Mapping infrastructure applied to POJOs stored in Pivotal GemFire](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#mapping)
|
||||
* [Spring Data Repositories backed by Pivotal GemFire](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#gemfire-repositories)
|
||||
* [Pivotal GemFire Cache Transactions through Spring's Declarative Transaction Management](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis:transaction-management)
|
||||
* [Additional support for using Pivotal GemFire in Global, JTA Transactions through Spring's Declarative Transaction Management](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis:global-transaction-management)
|
||||
* [Enhanced support for Pivotal GemFire Serialization](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#serialization)
|
||||
* [Annotations for Function Executions](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#function-annotations)
|
||||
* [Support for Continuous Query](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#apis:continuous-query)
|
||||
* [Enhanced support for Apache Lucene Integration](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#bootstrap:lucene)
|
||||
* [Bootstrapping a Spring Context with Pivotal GemFire](https://docs.spring.io/spring-data/gemfire/docs/current/reference/html/#gemfire-bootstrap)
|
||||
* Spring Tool Suite [Spring Project Templates for Pivotal GemFire](http://docs.spring.io/sts/nan/v310/NewAndNoteworthy.html)
|
||||
|
||||
<span id="quick-start"></span>
|
||||
|
||||
@@ -77,13 +83,14 @@ Spring Data GemFire brings the full power of the Spring framework to your GemFir
|
||||
|
||||
### Getting Started Guides
|
||||
|
||||
* [Accessing Data with Spring Data GemFire](https://spring.io/guides/gs/accessing-data-gemfire/)
|
||||
* [Caching Data with Spring Data GemFire](https://spring.io/guides/gs/caching-gemfire/)
|
||||
* [Accessing Data with Spring Data for Pivotal GemFire](https://spring.io/guides/gs/accessing-data-gemfire/)
|
||||
* [Caching Data with Pivotal GemFire](https://spring.io/guides/gs/caching-gemfire/)
|
||||
* [Accessing Pivotal GemFire Data with REST](https://spring.io/guides/gs/accessing-gemfire-data-rest/)
|
||||
|
||||
### Additional Resources
|
||||
|
||||
* [GemFire Product Documentation](http://gemfire.docs.pivotal.io/index.html)
|
||||
* [GemFire API](http://gemfire.docs.pivotal.io/index.html#gemfire_api)
|
||||
* [Pivotal GemFire Product Documentation](http://gemfire.docs.pivotal.io/95/gemfire/about_gemfire.html)
|
||||
* [Pivotal GemFire API](http://gemfire-95-javadocs.docs.pivotal.io/)
|
||||
* [Spring Data Book](http://shop.oreilly.com/product/0636920024767.do)
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
Reference in New Issue
Block a user