From f51156fc3d5d5d81b340fe4f2f268e5081eebeb1 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Sat, 25 Jun 2016 10:27:27 +0200 Subject: [PATCH] Added a section in introduction --- README.adoc | 18 ++++++++++++++++-- docs/src/main/asciidoc/introduction.adoc | 15 ++++++++++++++- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index aa162bf946..2796a76e7f 100644 --- a/README.adoc +++ b/README.adoc @@ -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] diff --git a/docs/src/main/asciidoc/introduction.adoc b/docs/src/main/asciidoc/introduction.adoc index fbb2933bbf..86eb75f37d 100644 --- a/docs/src/main/asciidoc/introduction.adoc +++ b/docs/src/main/asciidoc/introduction.adoc @@ -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. \ No newline at end of file +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 \ No newline at end of file