diff --git a/_book/100-introduction.md b/_book/100-introduction.md index d233b5a..24bc35f 100644 --- a/_book/100-introduction.md +++ b/_book/100-introduction.md @@ -5,7 +5,7 @@ summary: Is OSGi enRoute for You? noindex: true --- -The enRoute Classic section is a collection of content helping to get you started into the OSGi mindset. +The enRoute Classic section is a collection of in-depth tutorials and examples, helping you developing OSGi applications with bnd / bndtools.
@@ -16,6 +16,7 @@ The enRoute Classic section is a collection of content helping to get you starte
+## Why OSGi enRoute exists We _strongly_ believe that OSGi's Service Oriented Systems is the best paradigm available today for software development. But we are also frustrated when we see how hard it is for people to cross the chasm to reach that new paradigm. Out of this frustration, the OSGi enRoute project was born. diff --git a/installation.md b/installation.md index c36ec1d..61db294 100644 --- a/installation.md +++ b/installation.md @@ -41,7 +41,8 @@ To get started with Bnd/Bndtools we recommend: - the [Concepts](concepts.html) behind bndtools - our [Video Tour](/workspace.html) - our [Tutorial](tutorial.html) building a sample application -- and our [Project Templates](/manual/templates.html) +- our [Project Templates](/manual/templates.html) +- and if you feel like more tutorials and examples, check out the [enroute Classic section](/book/100-introduction.html). ## Developers and Contributors: To contribute to Bndtools development diff --git a/tutorial.md b/tutorial.md index 58b9a5c..c926c14 100644 --- a/tutorial.md +++ b/tutorial.md @@ -400,3 +400,7 @@ g! greet BndTools Hello BndTools g! ``` + +## More tutorials + +For more tutorials and examples, have a look at the [enroute Classic section](/book/100-introduction.html). \ No newline at end of file