Skip to content

Commit

Permalink
Merge "Update readme"
Browse files Browse the repository at this point in the history
  • Loading branch information
leto authored and testazuretrain committed Feb 14, 2012
2 parents d2067a4 + 7c5c46d commit 9c20d00
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 21 deletions.
21 changes: 0 additions & 21 deletions README

This file was deleted.

35 changes: 35 additions & 0 deletions README.md
@@ -0,0 +1,35 @@
# vcap-java

This repository contains Java libraries utilized by [Cloud Foundry](http://cloudfoundry.com).

# What is vcap-java ?

The vcap-java repo contains Java libraries that applications running on Cloud
Foundry may utilize. Applications can include cloudfoundry-runtime library to
easily access information about services bound to the app, its environment, as
well as implementation of various <cloud> namespace elements. Cloud Foundry
automatically includes the auto-reconfiguration library as needed.

For more informations please see the following blogs for more details:

[Cloud Foundry Services With Spring, Part 1 : The Basics](http://blog.springsource.org/2011/10/13/using-cloud-foundry-services-with-spring-part-1-the-basics/)

[Cloud Foundry Services With Spring, Part 2 : Autoreconfiguration](http://blog.springsource.com/2011/11/04/using-cloud-foundry-services-with-spring-part-2-auto-reconfiguration/)

[Cloud Foundry Services With Spring, Part 3 : The Cloud Namespace](http://blog.springsource.org/2011/11/09/using-cloud-foundry-services-with-spring-applications-part-3-the-cloud-namespace/)

[Cloud Foundry Services With Spring, Part 4 : Spring Profiles](http://blog.springsource.org/2011/11/10/using-cloud-foundry-services-with-spring-part-4-%E2%80%93-spring-profiles/)

# License

Cloud Foundry uses the Apache 2.0 license. See
[LICENSE](https://github.com/cloudfoundry/vcap-tests/LICENSE) for details.

# Installation Notes

Complete installation notes are present in the vcap
[README](https://github.com/cloudfoundry/vcap-java/README).

# Copyright

Copyright (c) 2009-2012 VMware, Inc.

0 comments on commit 9c20d00

Please sign in to comment.