Added a section in introduction

This commit is contained in:
Marcin Grzejszczak
2016-06-25 10:27:27 +02:00
parent b38372011c
commit f51156fc3d
2 changed files with 30 additions and 3 deletions

View File

@@ -12,8 +12,9 @@
== Introduction
IMPORTANT: http://codearte.github.io/accurest/deprecated[The documentation to the deprecated Accurest project in version 1.1.0 is available here.].
The Accurest project was initially started in cooperation with the http://codearte.io[Codearte Company]
IMPORTANT: http://codearte.github.io/accurest/deprecated[The documentation to the deprecated Accurest project in version 1.1.0 is available here.]
TIP: The Accurest project was initially started by Marcin Grzejszczak and Jakub Kubrynski (http://codearte.io[codearte.io])
Just to make long story short - Spring Cloud Contract Verifier is a tool that enables Consumer Driven Contract (CDC) development of JVM-based applications. It is shipped
with __Contract Definition Language__ (DSL). Contract definitions are used to produce following resources:
@@ -143,6 +144,19 @@ video::130779882[vimeo]
Here you can find some https://github.com/Codearte/accurest-samples[working samples]. Check the readme of each project for more information.
=== Why use Spring Cloud Contract Verifier and not X ?
For the time being Spring Cloud Contract Verifier is a JVM based tool. So it could be your first pick when you're already creating
software for the JVM. This project has a lot of really interesting features but especially quite a few of them definitely make
Spring Cloud Contract Verifier stand out on the "market" of Consumer Driven Contract (CDC) tooling. Out of many the most interesting are:
- Possibility to do CDC with messaging
- Clear and easy to use, statically typed DSL
- Possibility to copy paste your current JSON file to the contract and only edit its elements
- Automatic generation of tests from the defined Contract
- Stub Runner functionality - the stubs are automatically downloaded at runtime from Nexus / Artifactory
- Spring Cloud integration - no discovery service is needed for integration tests
== Documentation
You can read more about Spring Cloud Contract Verifier by reading the {documentation_url}[docs]

View File

@@ -132,4 +132,17 @@ video::130779882[vimeo]
=== Samples
Here you can find some https://github.com/Codearte/accurest-samples[working samples]. Check the readme of each project for more information.
Here you can find some https://github.com/Codearte/accurest-samples[working samples]. Check the readme of each project for more information.
=== Why use Spring Cloud Contract Verifier and not X ?
For the time being Spring Cloud Contract Verifier is a JVM based tool. So it could be your first pick when you're already creating
software for the JVM. This project has a lot of really interesting features but especially quite a few of them definitely make
Spring Cloud Contract Verifier stand out on the "market" of Consumer Driven Contract (CDC) tooling. Out of many the most interesting are:
- Possibility to do CDC with messaging
- Clear and easy to use, statically typed DSL
- Possibility to copy paste your current JSON file to the contract and only edit its elements
- Automatic generation of tests from the defined Contract
- Stub Runner functionality - the stubs are automatically downloaded at runtime from Nexus / Artifactory
- Spring Cloud integration - no discovery service is needed for integration tests