Upgrade to new spring.io project pages format.
This commit is contained in:
107
index.html
107
index.html
@@ -1,100 +1,11 @@
|
||||
---
|
||||
# The name of your project
|
||||
title: Spring Data for Pivotal GemFire
|
||||
|
||||
badges:
|
||||
|
||||
# Specify your project's twitter handle, if any. Delete if none.
|
||||
#twitter: SpringData
|
||||
|
||||
# Customize your project's badges. Delete any entries that do not apply.
|
||||
custom:
|
||||
- name: Source (GitHub)
|
||||
url: https://github.com/spring-projects/spring-data-gemfire
|
||||
icon: github
|
||||
|
||||
- name: Issues (JIRA)
|
||||
url: http://jira.springsource.org/browse/SGF
|
||||
icon: tracking
|
||||
|
||||
- name: CI (Bamboo)
|
||||
url: https://build.springsource.org/browse/SGF
|
||||
icon: ci
|
||||
|
||||
- name: StackOverflow
|
||||
url: http://stackoverflow.com/questions/tagged/spring-data-gemfire
|
||||
icon: stackoverflow
|
||||
|
||||
# - name: Metrics (SonarQube)
|
||||
# url: https://sonar.springsource.org/dashboard/index/org.springframework.data:spring-data-jpa
|
||||
# icon: metrics
|
||||
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<!-- Specify the parent of this project (or delete if none) to influence the rendering of the breadcrumb -->
|
||||
{% capture parent_link %}
|
||||
[Spring Data]({{ site.projects_site_url }}/spring-data)
|
||||
{% endcapture %}
|
||||
|
||||
|
||||
{% capture billboard_description %}
|
||||
|
||||
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 for Pivotal GemFire brings the full power of the Spring Framework to your Pivotal GemFire applications.
|
||||
|
||||
## Features
|
||||
|
||||
* 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>
|
||||
|
||||
## Quick Start
|
||||
|
||||
{% include download_widget.md %}
|
||||
|
||||
{% endcapture %}
|
||||
|
||||
{% capture related_resources %}
|
||||
|
||||
### Sample Projects
|
||||
|
||||
* [Spring Data for Pivotal GemFire Examples](https://github.com/springsource/spring-gemfire-examples)
|
||||
|
||||
### Getting Started Guides
|
||||
|
||||
* [Accessing Data in Pivotal GemFire](https://spring.io/guides/gs/accessing-data-gemfire/)
|
||||
* [Accessing Data in Pivotal GemFire with REST](https://spring.io/guides/gs/accessing-gemfire-data-rest/)
|
||||
* [Caching Data with Pivotal GemFire](https://spring.io/guides/gs/caching-gemfire/)
|
||||
|
||||
### Additional Resources
|
||||
|
||||
* [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 %}
|
||||
|
||||
|
||||
{% include project_page.html %}
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="http://spring.io/projects/spring-data-gemfire">
|
||||
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-data-gemfire">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="http://spring.io/projects/spring-data-gemfire">Click here if you are not redirected.</a>
|
||||
<script>location="http://spring.io/projects/spring-data-gemfire"</script>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user