Modified:
websites/production/openwebbeans/content/meecrowave/meecrowave-jolokia/index.pdf
==============================================================================
Binary files - no diff available.
Modified:
websites/production/openwebbeans/content/meecrowave/meecrowave-jpa/index.pdf
==============================================================================
Binary files - no diff available.
Modified:
websites/production/openwebbeans/content/meecrowave/meecrowave-jta/index.pdf
==============================================================================
Binary files - no diff available.
Modified:
websites/production/openwebbeans/content/meecrowave/meecrowave-letsencrypt/index.pdf
==============================================================================
Binary files - no diff available.
Modified:
websites/production/openwebbeans/content/meecrowave/meecrowave-maven/index.pdf
==============================================================================
Binary files - no diff available.
Modified:
websites/production/openwebbeans/content/meecrowave/meecrowave-oauth2/index.pdf
==============================================================================
Binary files - no diff available.
Modified: websites/production/openwebbeans/content/meecrowave/start.html
==============================================================================
--- websites/production/openwebbeans/content/meecrowave/start.html (original)
+++ websites/production/openwebbeans/content/meecrowave/start.html Wed Mar 13
10:26:54 2019
@@ -69,6 +69,35 @@
<div class="sect1">
<h2 id="_your_first_application">Your first application</h2>
<div class="sectionbody">
+<div class="sect2">
+<h3 id="_dependencies">Dependencies</h3>
+<div class="paragraph">
+<p>Just add in any Maven <code>pom.xml</code> - or gradle
<code>build.gradle</code> the following dependency:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependency>
+ <groupId>org.apache.meecrowave</groupId>
+ <artifactId>meecrowave-core</artifactId>
+ <version>${meecrowave.version}</version>
+</dependency></code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>If you intend to reuse our <code>Cli</code> main you should also add:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-xml hljs"
data-lang="xml"><dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.4</version>
+</dependency></code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_runtime">Runtime</h3>
<div class="paragraph">
<p>Meecrowave relies on JAX-RS and CDI so to start you just need to write a
JAX-RS endpoint:</p>
</div>
@@ -85,7 +114,7 @@ public class HelloKitchen {
</div>
</div>
<div class="paragraph">
-<p>Then booting Meecrowave is as easy as launching:</p>
+<p>Then booting Meecrowave is as easy as launching - or reuse
<code>org.apache.meecrowave.runner.Cli</code> provided main:</p>
</div>
<div class="listingblock">
<div class="content">
@@ -113,6 +142,7 @@ public class HelloKitchen {
</div>
</div>
</div>
+</div>
</div>
<div class="sect1">
<h2 id="_youre_in_a_hurry_use_groovy">You’re in a hurry? Use groovy!</h2>
Modified: websites/production/openwebbeans/content/meecrowave/start.pdf
==============================================================================
Binary files - no diff available.
Modified: websites/production/openwebbeans/content/meecrowave/testing/index.html
==============================================================================
--- websites/production/openwebbeans/content/meecrowave/testing/index.html
(original)
+++ websites/production/openwebbeans/content/meecrowave/testing/index.html Wed
Mar 13 10:26:54 2019
@@ -286,7 +286,7 @@ The methods must not have any parameter.
<property name="ssl">false</property>
<property name="sslProtocol"></property>
<property name="stopPort">-1</property>
- <property
name="tempDir">/tmp/meecrowave_1939932205542233</property>
+ <property
name="tempDir">/tmp/meecrowave_1947069769205821</property>
<property name="tomcatAccessLogPattern"></property>
<property name="tomcatAutoSetup">true</property>
<property name="tomcatFilter"></property>
Modified: websites/production/openwebbeans/content/meecrowave/testing/index.pdf
==============================================================================
Binary files - no diff available.