You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2014/12/15 23:35:18 UTC

svn commit: r932893 - in /websites/staging/deltaspike/trunk/content: ./ examples.html steps_for_a_release.html

Author: buildbot
Date: Mon Dec 15 22:35:18 2014
New Revision: 932893

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/examples.html
    websites/staging/deltaspike/trunk/content/steps_for_a_release.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 15 22:35:18 2014
@@ -1 +1 @@
-1645777
+1645778

Modified: websites/staging/deltaspike/trunk/content/examples.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/examples.html (original)
+++ websites/staging/deltaspike/trunk/content/examples.html Mon Dec 15 22:35:18 2014
@@ -6,7 +6,7 @@
 <meta name="description" content="deltaspike-generate-pages">
 <meta name="author" content="chm">
 
-<title>Examples</title>
+<title>See DeltaSpike in Action</title>
 
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License.  You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and limitations under the License. -->
 
@@ -164,50 +164,59 @@ body {
 		<div class="row">
 			<div class="span12">
 				<div class="page-title">
-			    <h1>Examples</h1>
+			    <h1>See DeltaSpike in Action</h1>
                 </div>
 
 				<div id="toc" class="toc">
        	 		<ul class="sectlevel1">
-<li><a href="#_introduction">Introduction</a>
-<ul class="sectlevel2">
-<li><a href="#__1">#1</a></li>
-</ul>
-</li>
-<li><a href="#_external">External</a></li>
+<li><a href="#_next">Next</a></li>
 </ul>
        	 		<hr>	
        	 		
-				<div class="sect1">
-<h2 id="_introduction">Introduction</h2>
+				<div id="preamble">
 <div class="sectionbody">
-<div class="sect2">
-<h3 id="__1">#1</h3>
 <div class="paragraph">
-<p>artifact-id: deltaspike-jse-owb-example (the shown use-cases also work
-with <em>Weld</em> - only the bootstrapping of the container is different,
-because this example is based on Java-SE and therefore outside of an
-Java-EE(6+) application server.</p>
+<p>A collection of ready-to-build Maven-based projects are provided to demonstrate the inclusion of DeltaSpike in applications. Each example showcases a different DeltaSpike feature and explores the mechanics of DeltaSpike implementation. You can use these examples to see DeltaSpike in action and learn how to add these capabilities to your own projects. The Maven-based project examples are available in <code>deltaspike-project-&lt;version&gt;-source-release.zip</code>.</p>
+</div>
+<div class="paragraph">
+<p>To begin using the projects, complete the following steps:</p>
+</div>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p><a href="https://deltaspike.apache.org/download.html">Download <code>deltaspike-project-&lt;version&gt;-source-release.zip</code></a></p>
+</li>
+<li>
+<p>Extract the archive contents</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="shell">$ unzip deltaspike-project-&lt;version&gt;-source-release.zip</code></pre>
+</div>
 </div>
+</li>
+<li>
+<p>Build the projects</p>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="shell">$ cd /path/to/deltaspike-project-&lt;version&gt;/examples
+$ mvn clean package</code></pre>
+</div>
+</div>
+</li>
+</ol>
 </div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="_external">External</h2>
+<h2 id="_next">Next</h2>
 <div class="sectionbody">
 <div class="ulist">
 <ul>
 <li>
-<p><a href="https://github.com/os890/ee6-ds-demo">Fullstack EE6+ with DeltaSpike @os890 (tested with EE6 and EE7)</a></p>
-</li>
-<li>
-<p><a href="http://s.apache.org/xA">Fullstack CODI to DeltaSpike @ os890</a></p>
-</li>
-<li>
-<p><a href="https://github.com/jboss-developer/jboss-wfk-quickstarts">jboss-wfk-quickstarts(search for <em>deltaspike</em>)</a></p>
+<p>To see more ready-to-deploy DeltaSpike examples and templates, see <a href="external.html">External Examples</a>.</p>
 </li>
 <li>
-<p><a href="https://github.com/confess/confess2012_deltaspike">confess2012_deltaspike</a></p>
+<p>To read how DeltaSpike is being used by developers, see <a href="articles.html">Articles and Blogs</a>.</p>
 </li>
 </ul>
 </div>

Modified: websites/staging/deltaspike/trunk/content/steps_for_a_release.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/steps_for_a_release.html (original)
+++ websites/staging/deltaspike/trunk/content/steps_for_a_release.html Mon Dec 15 22:35:18 2014
@@ -173,19 +173,19 @@ body {
 <li><a href="#_first_steps">First steps</a></li>
 <li><a href="#_vote">Vote</a>
 <ul class="sectlevel2">
-<li><a href="#_start_the_vote">Start the vote</a></li>
+<li><a href="#_start_the_vote">Start the Vote</a></li>
 </ul>
 </li>
-<li><a href="#_announce_the_vote">Announce the vote</a></li>
+<li><a href="#_announce_the_vote">Announce the Vote</a></li>
 <li><a href="#_perform_the_final_release">Perform the final release</a>
 <ul class="sectlevel2">
-<li><a href="#_close_the_vote">Close the vote</a></li>
-<li><a href="#_upload_artifacts">Upload artifacts</a></li>
-<li><a href="#_check_downloads">Check downloads</a></li>
+<li><a href="#_close_the_vote">Close the Vote</a></li>
+<li><a href="#_upload_artifacts">Upload Artifacts</a></li>
+<li><a href="#_check_downloads">Check Downloads</a></li>
 <li><a href="#_update_site_content">Update site content</a></li>
 <li><a href="#_announce_the_release">Announce the Release</a>
 <ul class="sectlevel3">
-<li><a href="#_e_mails">E-Mails</a></li>
+<li><a href="#_e_mails">E-mails</a></li>
 <li><a href="#_twitter">Twitter</a></li>
 </ul>
 </li>
@@ -254,7 +254,7 @@ mvn clean install -Pglassfish-build-mana
 </div>
 </div>
 <div class="paragraph">
-<p>deploy a demo app esp. with jsf-impl-ee6 to an ee6 server and check the logs (if there are no optional ee7+ classes)
+<p>deploy a demo app especially with jsf-impl-ee6 to an ee6 server and check the logs (if there are no optional ee7+ classes)
 (<a href="https://github.com/os890/ee6-ds-demo" class="bare">https://github.com/os890/ee6-ds-demo</a> can be used for it e.g.)</p>
 </div>
 </div>
@@ -269,7 +269,7 @@ git checkout -b deltaspike-[release vers
 
 mvn release:prepare -Pdistribution -DreleaseProfiles=distribution
 
-//hint: don't use -DdryRun=true -- since it can break the next step
+//hint: dois not use -DdryRun=true -- since it can break the next step
 mvn release:perform -Pdistribution -DreleaseProfiles=distribution
 
 //!!!check the created commits including user-name and email
@@ -278,7 +278,7 @@ mvn release:perform -Pdistribution -Drel
 //check esp. .../org/apache/deltaspike/deltaspike-project/[version]/deltaspike-project-[version]-source-release.zip
 //close the repository
 
-//push the release-branch and tag to a 3rd party git repo
+//push the release-branch and tag to a third-party git repo
 git remote add vote https://github.com/[user]/deltaspike-vote
 git push -u vote master
 git push vote deltaspike-[release version]
@@ -291,7 +291,7 @@ git push vote --tags</pre>
 <h2 id="_vote">Vote</h2>
 <div class="sectionbody">
 <div class="sect2">
-<h3 id="_start_the_vote">Start the vote</h3>
+<h3 id="_start_the_vote">Start the Vote</h3>
 <div class="paragraph">
 <p>e.g.:</p>
 </div>
@@ -331,7 +331,7 @@ Thanks,
 </div>
 </div>
 <div class="sect1">
-<h2 id="_announce_the_vote">Announce the vote</h2>
+<h2 id="_announce_the_vote">Announce the Vote</h2>
 <div class="sectionbody">
 <div class="ulist">
 <ul>
@@ -349,7 +349,7 @@ Thanks,
 <h2 id="_perform_the_final_release">Perform the final release</h2>
 <div class="sectionbody">
 <div class="sect2">
-<h3 id="_close_the_vote">Close the vote</h3>
+<h3 id="_close_the_vote">Close the Vote</h3>
 <div class="paragraph">
 <p>After 72 hours close the vote.</p>
 </div>
@@ -412,7 +412,7 @@ git push origin master</pre>
 </div>
 </div>
 <div class="sect2">
-<h3 id="_upload_artifacts">Upload artifacts</h3>
+<h3 id="_upload_artifacts">Upload Artifacts</h3>
 <div class="listingblock">
 <div class="content">
 <pre>svn co https://dist.apache.org/repos/dist/release/deltaspike
@@ -422,7 +422,7 @@ mkdir [version]
 </div>
 </div>
 <div class="sect2">
-<h3 id="_check_downloads">Check downloads</h3>
+<h3 id="_check_downloads">Check Downloads</h3>
 <div class="ulist">
 <ul>
 <li>
@@ -456,7 +456,7 @@ mkdir [version]
 <div class="sect2">
 <h3 id="_announce_the_release">Announce the Release</h3>
 <div class="sect3">
-<h4 id="_e_mails">E-Mails</h4>
+<h4 id="_e_mails">E-mails</h4>
 <div class="listingblock">
 <div class="content">
 <pre>[ANNOUNCE] Release of Apache DeltaSpike [version]