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

svn commit: r1644994 [1/2] - in /deltaspike/site/trunk/content: community.html documentation.html download.html examples.html javadoc.html migration-guide.html news.html release-preparation.html steps_for_a_release.html suggested-git-workflows.html

Author: rafabene
Date: Fri Dec 12 17:47:48 2014
New Revision: 1644994

URL: http://svn.apache.org/r1644994
Log:
Site checkin for project Apache DeltaSpike - Site

Added:
    deltaspike/site/trunk/content/community.html
    deltaspike/site/trunk/content/documentation.html
    deltaspike/site/trunk/content/download.html
    deltaspike/site/trunk/content/examples.html
    deltaspike/site/trunk/content/javadoc.html
    deltaspike/site/trunk/content/migration-guide.html
    deltaspike/site/trunk/content/news.html
    deltaspike/site/trunk/content/release-preparation.html
    deltaspike/site/trunk/content/steps_for_a_release.html
    deltaspike/site/trunk/content/suggested-git-workflows.html

Added: deltaspike/site/trunk/content/community.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/community.html?rev=1644994&view=auto
==============================================================================
--- deltaspike/site/trunk/content/community.html (added)
+++ deltaspike/site/trunk/content/community.html Fri Dec 12 17:47:48 2014
@@ -0,0 +1,384 @@
+<!DOCTYPE html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="deltaspike-generate-pages">
+<meta name="author" content="chm">
+
+<title>Community</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. -->
+
+<!-- Styles -->
+
+<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+
+<style type="text/css">
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{font-weight: normal}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#00}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<script type="text/javascript">
+
+	  var _gaq = _gaq || [];
+	  _gaq.push(['_setAccount', 'UA-36103647-1']);
+	  _gaq.push(['_trackPageview']);
+	
+	  (function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	  })();
+	
+	</script>
+</head>
+
+<body>
+
+	<div class="navbar navbar-fixed-top">
+		<div class="navbar-inner">
+			<div class="container">
+				<a class="btn btn-navbar" data-toggle="collapse"
+					data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+					class="icon-bar"></span> <span class="icon-bar"></span>
+				</a> <a class="brand logocolor"
+					href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a>
+				<div class="nav-collapse">
+					<ul class="nav">
+						<li class="active"><a
+							href="index.html">Home</a></li>
+						<li><a href="./documentation">Documentation</a></li>
+						<li><a href="./javadoc.html">Javadoc</a></li>
+						<li><a href="./documentation/source.html">Source</a></li>
+						<li><a href="./download.html">Download</a></li>
+						<li><a href="./community.html">Community</a></li>
+						<!-- <li><a href="./support.html">Support</a></li>  -->
+						<li><a href="./news.html">News</a></li>
+						<li><a href="./migration-guide.html">Migration</a></li>
+					</ul>
+				</div>
+				<!--/.nav-collapse -->
+				<form id="search-form" action="http://www.google.com/search"
+					method="get" class="navbar-search pull-right">
+					<input value="deltaspike.apache.org" name="sitesearch"
+						type="hidden"> <input class="search-query" name="q"
+						id="query" type="text">
+				</form>
+			</div>
+		</div>
+	</div>
+
+	<div class="container">
+		<div class="row">
+			<div class="span12">
+				<div class="page-title">
+			    <h1>Community</h1>
+                </div>
+
+				<div id="toc" class="toc">
+       	 		<ul class="sectlevel1">
+<li><a href="#_introduction">Introduction</a></li>
+<li><a href="#_users">Users</a></li>
+<li><a href="#_getting_involved">Getting Involved</a>
+<ul class="sectlevel2">
+<li><a href="#_contributors">Contributors</a></li>
+<li><a href="#_committers">Committers</a></li>
+</ul>
+</li>
+<li><a href="#_mailing_lists">Mailing lists</a></li>
+<li><a href="#_jira">JIRA</a></li>
+<li><a href="#_spread_the_word">Spread the word</a></li>
+<li><a href="#_irc">IRC</a></li>
+</ul>
+       	 		<hr>	
+       	 		
+				<div class="sect1">
+<h2 id="_introduction">Introduction</h2>
+<div class="sectionbody">
+
+</div>
+</div>
+<div class="sect1">
+<h2 id="_users">Users</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>If you are a new user and you would like to start using DeltaSpike, you
+can have a look at the <a href="documentation/">Documentation</a> and
+<a href="mailto:users-subscribe@deltaspike.apache.org">subscribe</a> our
+<a href="mailto:users@deltaspike.apache.org">mailing list for users</a>. If you have
+troubles to find the information you are looking for, you can also ask
+in our <a href="#_irc">IRC-Channel</a>.</p>
+</div>
+<div class="paragraph">
+<p>Furthermore, you can check our <a href="#_mailing_lists">mail-archives</a>.</p>
+</div>
+<div class="paragraph">
+<p>Before you file a ticket in our
+<a href="https://issues.apache.org/jira/browse/DELTASPIKE">Jira</a>, please ask on
+the mailing list if it&#8217;s a known issue in case of a bug or if there is
+an ongoing discussion in case of a feature.</p>
+</div>
+<div class="paragraph">
+<p>You are very welcome to follow our twitter account
+<a href="http://twitter.com/DeltaSpikeTeam">@DeltaSpikeTeam</a> and spread the
+word of DeltaSpike with Tweets, Blog-Entries,&#8230;&#8203;</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_getting_involved">Getting Involved</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Everybody is welcome to get involved with our community. You can find
+general information at <a href="http://apache.org/foundation/getinvolved.html" class="bare">http://apache.org/foundation/getinvolved.html</a> and
+<a href="http://apache.org/foundation/how-it-works.html" class="bare">http://apache.org/foundation/how-it-works.html</a>. The following sections
+provides some details about the different levels of getting involved.</p>
+</div>
+<div class="paragraph">
+<p>If you want to contribute with <a href="/documentation/">DeltaSpike
+Documentation</a>, please read the <a href="documentation.html">instructions
+about the Documentation</a> that adresses how to contribute, render and
+publish it.</p>
+</div>
+<div class="sect2">
+<h3 id="_contributors">Contributors</h3>
+<div class="paragraph">
+<p>Before you get a committer you have to contribute to our effort. E.g.
+you can help users, participate in discussions on the dev list, submit
+patches,&#8230;&#8203; . Therefore, it&#8217;s essential to file a/n
+<a href="http://www.apache.org/licenses/icla.txt">(I)CLA</a> or
+<a href="http://www.apache.org/licenses/cla-corporate.txt">CLA</a> and send it to
+secretary at apache dot org (or fax it) as early as possible.</p>
+</div>
+<div class="paragraph">
+<p>If you would like to submit a patch through Jira, you can have a look at
+the <a href="suggested-git-workflows.html">suggested approach</a>.</p>
+</div>
+<div class="paragraph">
+<p>Here is the contributors/committers page:
+<a href="contributors.html">Contributors</a>.</p>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_committers">Committers</h3>
+<div class="paragraph">
+<p>Before you read this section, please ensure that you have read the
+contributor section. All of you are welcome to join our development
+effort. <a href="mailto:dev-subscribe@deltaspike.apache.org">Subscribe</a> our
+<a href="mailto:dev@deltaspike.apache.org">mailing list for developers</a> and start
+contributing and help users.</p>
+</div>
+<div class="paragraph">
+<p>Optionally <a href="mailto:commits-subscribe@deltaspike.apache.org">subscribe</a> our
+<a href="mailto:commits@deltaspike.apache.org">mailing list for commits</a>.</p>
+</div>
+<div class="paragraph">
+<p>Furthermore, you can check our
+<a href="#_mailing_lists">mail-archives</a>.</p>
+</div>
+<div class="paragraph">
+<p>Further details are available at <a href="http://www.apache.org/dev/" class="bare">http://www.apache.org/dev/</a>.</p>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_mailing_lists">Mailing lists</h2>
+<div class="sectionbody">
+<table class="tableblock frame-all grid-all spread table">
+<colgroup>
+<col style="width: 16%;">
+<col style="width: 16%;">
+<col style="width: 16%;">
+<col style="width: 16%;">
+<col style="width: 16%;">
+<col style="width: 16%;">
+</colgroup>
+<thead>
+<tr>
+<th class="tableblock halign-left valign-top">List (Address)</th>
+<th class="tableblock halign-left valign-top">Subscribe</th>
+<th class="tableblock halign-left valign-top">Unsubscribe</th>
+<th class="tableblock halign-left valign-top">Archive</th>
+<th class="tableblock halign-left valign-top">Mirrors</th>
+<th class="tableblock halign-left valign-top"></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:users@deltaspike.apache.org">User List</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:users-subscribe@deltaspike.apache.org">Subscribe</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:users-unsubscribe@deltaspike.apache.org">Unsubscribe</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://mail-archives.apache.org/mod_mbox/deltaspike-users/">Archive</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://apache-deltaspike-discussions.2316169.n4.nabble.com/">Nabble</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://markmail.org/search/?q=list%3Aorg.apache.deltaspike-users+order%3Adate-backward">MarkMail</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:dev@deltaspike.apache.org">Developer List</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:dev-subscribe@deltaspike.apache.org">Subscribe</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:dev-unsubscribe@deltaspike.apache.org">Unsubscribe</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://mail-archives.apache.org/mod_mbox/deltaspike-dev/">Archive</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://apache-deltaspike-discussions.2316169.n4.nabble.com/">Nabble</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://markmail.org/search/?q=list%3Aorg.apache.deltaspike-dev+order%3Adate-backward">MarkMail</a></p></td>
+</tr>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:commits@deltaspike.apache.org">Committer List</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:commits-subscribe@deltaspike.apache.org">Subscribe</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="mailto:commits-unsubscribe@deltaspike.apache.org">Unsubscribe</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://mail-archives.apache.org/mod_mbox/deltaspike-commits/">Archive</a></p></td>
+<td class="tableblock halign-left valign-top"></td>
+<td class="tableblock halign-left valign-top"></td>
+</tr>
+</tbody>
+</table>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_jira">JIRA</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Any kind of issue has to be filed in our
+<a href="https://issues.apache.org/jira/browse/DELTASPIKE">issue-tracker</a>. If you
+have any question, you can ask us (e.g. via the mailing list for users).</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_spread_the_word">Spread the word</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>You are very welcome e.g. to write blog entries, tweet (#DeltaSpike)
+about the project or just follow our twitter account
+<a href="http://twitter.com/DeltaSpikeTeam">@DeltaSpikeTeam</a>, &#8230;&#8203;</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_irc">IRC</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Usually discussions happen on the mailing list. Some informal
+discussions take place in our IRC-Channel
+<a href="irc://irc.freenode.net/deltaspike" class="bare">irc://irc.freenode.net/deltaspike</a></p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>//with the irssi command-line client:
+$ irssi
+
+&gt; /connect irc.freenode.net
+&gt; /join #deltaspike</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>If you are new to IRC you can use the pre-configures web-client you can
+find <a href="http://people.apache.org/~gpetracek/deltaspike/freenode.html">here</a>.</p>
+</div>
+</div>
+</div>
+			</div>
+
+			<hr>
+
+			<footer>
+				<p>Copyright © 2011-2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+				<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+			</footer>
+
+		</div>
+		<!-- /.container -->
+
+</body>
+</html>
\ No newline at end of file

Added: deltaspike/site/trunk/content/documentation.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation.html?rev=1644994&view=auto
==============================================================================
--- deltaspike/site/trunk/content/documentation.html (added)
+++ deltaspike/site/trunk/content/documentation.html Fri Dec 12 17:47:48 2014
@@ -0,0 +1,282 @@
+<!DOCTYPE html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="deltaspike-generate-pages">
+<meta name="author" content="chm">
+
+<title>Documentation</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. -->
+
+<!-- Styles -->
+
+<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+
+<style type="text/css">
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{font-weight: normal}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#00}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<script type="text/javascript">
+
+	  var _gaq = _gaq || [];
+	  _gaq.push(['_setAccount', 'UA-36103647-1']);
+	  _gaq.push(['_trackPageview']);
+	
+	  (function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	  })();
+	
+	</script>
+</head>
+
+<body>
+
+	<div class="navbar navbar-fixed-top">
+		<div class="navbar-inner">
+			<div class="container">
+				<a class="btn btn-navbar" data-toggle="collapse"
+					data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+					class="icon-bar"></span> <span class="icon-bar"></span>
+				</a> <a class="brand logocolor"
+					href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a>
+				<div class="nav-collapse">
+					<ul class="nav">
+						<li class="active"><a
+							href="index.html">Home</a></li>
+						<li><a href="./documentation">Documentation</a></li>
+						<li><a href="./javadoc.html">Javadoc</a></li>
+						<li><a href="./documentation/source.html">Source</a></li>
+						<li><a href="./download.html">Download</a></li>
+						<li><a href="./community.html">Community</a></li>
+						<!-- <li><a href="./support.html">Support</a></li>  -->
+						<li><a href="./news.html">News</a></li>
+						<li><a href="./migration-guide.html">Migration</a></li>
+					</ul>
+				</div>
+				<!--/.nav-collapse -->
+				<form id="search-form" action="http://www.google.com/search"
+					method="get" class="navbar-search pull-right">
+					<input value="deltaspike.apache.org" name="sitesearch"
+						type="hidden"> <input class="search-query" name="q"
+						id="query" type="text">
+				</form>
+			</div>
+		</div>
+	</div>
+
+	<div class="container">
+		<div class="row">
+			<div class="span12">
+				<div class="page-title">
+			    <h1>Documentation</h1>
+                </div>
+
+				<div id="toc" class="toc">
+       	 		<ul class="sectlevel1">
+<li><a href="#_sources">Sources</a></li>
+<li><a href="#_format">Format</a></li>
+<li><a href="#_rendering_documentation_as_html">Rendering documentation as HTML</a></li>
+<li><a href="#_contribute">Contribute</a></li>
+<li><a href="#_publish_procedure_for_committers_only">Publish procedure (for committers only)</a></li>
+</ul>
+       	 		<hr>	
+       	 		
+				<div class="sect1">
+<h2 id="_sources">Sources</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p><a href="/documentation/">DeltaSpike Documentation</a> is available with <a href="documentation/source.html">DeltaSpike Source</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_format">Format</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>The format used for DeltaSpike documentation is <a href="http://www.methods.co.nz/asciidoc/">ASCIIDOC</a> because it&#8217;s easily
+exportable to PDF, HTML, and it&#8217;s also easy to contribute. It can be used to export also to epub and also be used to write books</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_rendering_documentation_as_html">Rendering documentation as HTML</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p><em>Requirenment:</em> Have <a href="http://maven.apache.org/">Maven</a> installed.</p>
+</div>
+<div class="paragraph">
+<p>If you cloned the source repository and want to render the documentation
+as HTML, you just need to run the following command:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ cd REPO_ROOT/documentation
+$ mvn site</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>The generate documentation will be available at <code>REPO_ROOT/documentation/target/site</code></p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_contribute">Contribute</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>If you would like to submit a documentation patch through Jira, you can
+have a look at the <a href="suggested-git-workflows.html">suggested approach</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_publish_procedure_for_committers_only">Publish procedure (for committers only)</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>If you&#8217;re a committer and want to publish the documentation at <a href="http://deltaspike.apache.org/documentation/">DeltaSpike Site</a> you have do the following steps:</p>
+</div>
+<div class="paragraph">
+<p>Put the following information in your ~/.m2/settings.xml file</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;server&gt;</span>
+  <span class="tag">&lt;id&gt;</span>deltaspike-site<span class="tag">&lt;/id&gt;</span>
+  <span class="tag">&lt;username&gt;</span><span class="tag">&lt;YOUR_USERNAME&gt;</span><span class="tag">&lt;/username&gt;</span>
+  <span class="tag">&lt;password&gt;</span><span class="tag">&lt;YOUR_PASSWORD&gt;</span><span class="tag">&lt;/password&gt;</span>
+<span class="tag">&lt;/server&gt;</span></code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>To publish to <a href="http://deltaspike.apache.org/staging/documentation">staging area</a>, run:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ mvn site-deploy -P staging</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>To publish to <a href="http://deltaspike.apache.org/staging/documentation">production area</a>, run:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ mvn site-deploy</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Then run:</p>
+</div>
+<div class="paragraph">
+<p>After log in to <a href="https://cms.apache.org/deltaspike/publish" class="bare">https://cms.apache.org/deltaspike/publish</a> and click on the <code>Submit</code> button.</p>
+</div>
+</div>
+</div>
+			</div>
+
+			<hr>
+
+			<footer>
+				<p>Copyright © 2011-2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+				<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+			</footer>
+
+		</div>
+		<!-- /.container -->
+
+</body>
+</html>
\ No newline at end of file

Added: deltaspike/site/trunk/content/download.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/download.html?rev=1644994&view=auto
==============================================================================
--- deltaspike/site/trunk/content/download.html (added)
+++ deltaspike/site/trunk/content/download.html Fri Dec 12 17:47:48 2014
@@ -0,0 +1,316 @@
+<!DOCTYPE html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="deltaspike-generate-pages">
+<meta name="author" content="chm">
+
+<title>Download</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. -->
+
+<!-- Styles -->
+
+<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+
+<style type="text/css">
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{font-weight: normal}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#00}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<script type="text/javascript">
+
+	  var _gaq = _gaq || [];
+	  _gaq.push(['_setAccount', 'UA-36103647-1']);
+	  _gaq.push(['_trackPageview']);
+	
+	  (function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	  })();
+	
+	</script>
+</head>
+
+<body>
+
+	<div class="navbar navbar-fixed-top">
+		<div class="navbar-inner">
+			<div class="container">
+				<a class="btn btn-navbar" data-toggle="collapse"
+					data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+					class="icon-bar"></span> <span class="icon-bar"></span>
+				</a> <a class="brand logocolor"
+					href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a>
+				<div class="nav-collapse">
+					<ul class="nav">
+						<li class="active"><a
+							href="index.html">Home</a></li>
+						<li><a href="./documentation">Documentation</a></li>
+						<li><a href="./javadoc.html">Javadoc</a></li>
+						<li><a href="./documentation/source.html">Source</a></li>
+						<li><a href="./download.html">Download</a></li>
+						<li><a href="./community.html">Community</a></li>
+						<!-- <li><a href="./support.html">Support</a></li>  -->
+						<li><a href="./news.html">News</a></li>
+						<li><a href="./migration-guide.html">Migration</a></li>
+					</ul>
+				</div>
+				<!--/.nav-collapse -->
+				<form id="search-form" action="http://www.google.com/search"
+					method="get" class="navbar-search pull-right">
+					<input value="deltaspike.apache.org" name="sitesearch"
+						type="hidden"> <input class="search-query" name="q"
+						id="query" type="text">
+				</form>
+			</div>
+		</div>
+	</div>
+
+	<div class="container">
+		<div class="row">
+			<div class="span12">
+				<div class="page-title">
+			    <h1>Download</h1>
+                </div>
+
+				<div id="toc" class="toc">
+       	 		<ul class="sectlevel1">
+<li><a href="#_latest_release">Latest Release</a></li>
+<li><a href="#_binary_distribution">Binary Distribution</a></li>
+<li><a href="#_source_distribution">Source Distribution</a></li>
+<li><a href="#_maven_dependencies">Maven Dependencies</a></li>
+<li><a href="#_previous_releases">Previous Releases</a></li>
+<li><a href="#_verifying_releases">Verifying Releases</a></li>
+</ul>
+       	 		<hr>	
+       	 		
+				<div class="sect1">
+<h2 id="_latest_release">Latest Release</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>v1.2.0</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_binary_distribution">Binary Distribution</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p><a href="http://www.apache.org/dyn/closer.cgi/deltaspike/1.2.0/distribution-full-1.2.0.zip">distribution-full-1.2.0.zip</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/distribution-full-1.2.0.zip.asc">distribution-full-1.2.0.zip.asc</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/distribution-full-1.2.0.zip.md5">distribution-full-1.2.0.zip.md5</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/distribution-full-1.2.0.zip.sha1">distribution-full-1.2.0.zip.sha1</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dyn/closer.cgi/deltaspike/1.2.0/distribution-full-1.2.0.tar.gz">distribution-full-1.2.0.tar.gz</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/distribution-full-1.2.0.tar.gz.asc">distribution-full-1.2.0.tar.gz.asc</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/distribution-full-1.2.0.tar.gz.md5">distribution-full-1.2.0.tar.gz.md5</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/distribution-full-1.2.0.tar.gz.sha1">distribution-full-1.2.0.tar.gz.sha1</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_source_distribution">Source Distribution</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p><a href="http://www.apache.org/dyn/closer.cgi/deltaspike/1.2.0/deltaspike-project-1.2.0-source-release.zip">deltaspike-project-1.2.0-source-release.zip</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/deltaspike-project-1.2.0-source-release.zip.asc">deltaspike-project-1.2.0-source-release.zip.asc</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/deltaspike-project-1.2.0-source-release.zip.md5">deltaspike-project-1.2.0-source-release.zip.md5</a></p>
+</li>
+<li>
+<p><a href="http://www.apache.org/dist/deltaspike/1.2.0/deltaspike-project-1.2.0-source-release.zip.sha1">deltaspike-project-1.2.0-source-release.zip.sha1</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_maven_dependencies">Maven Dependencies</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Details are available <a href="http://deltaspike.apache.org/documentation/#_project_configuration_without_maven">here</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_previous_releases">Previous Releases</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>See <a href="http://archive.apache.org/dist/deltaspike/">Release-Archive</a></p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_verifying_releases">Verifying Releases</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>It is essential that you verify the integrity of any downloaded files
+using the PGP or MD5 signatures. For more information on signing
+artifacts and why we do it, check out the
+<a href="http://www.apache.org/dev/release-signing.html">Release Signing FAQ</a>.</p>
+</div>
+<div class="paragraph">
+<p>The PGP signatures can be verified using PGP or GPG. First download the
+<a href="http://www.apache.org/dist/deltaspike/KEYS">KEYS</a> as well as the asc
+signature file for the artifact. Make sure you get these files from the
+<a href="http://www.apache.org/dist/deltaspike/">main distribution directory</a>,
+rather than from a
+<a href="http://www.apache.org/dyn/closer.cgi/deltaspike/">mirror</a>. Then verify
+the signatures using e.g.:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ pgpk -a KEYS
+$ pgpv deltaspike-project-1.2.0-source-release.zip.asc</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>or</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ pgp -ka KEYS
+$ pgp deltaspike-project-1.2.0-source-release.zip.asc</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>or</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>$ gpg --import KEYS
+$ gpg --verify deltaspike-project-1.2.0-source-release.zip.asc</pre>
+</div>
+</div>
+</div>
+</div>
+			</div>
+
+			<hr>
+
+			<footer>
+				<p>Copyright © 2011-2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+				<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+			</footer>
+
+		</div>
+		<!-- /.container -->
+
+</body>
+</html>
\ No newline at end of file

Added: deltaspike/site/trunk/content/examples.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/examples.html?rev=1644994&view=auto
==============================================================================
--- deltaspike/site/trunk/content/examples.html (added)
+++ deltaspike/site/trunk/content/examples.html Fri Dec 12 17:47:48 2014
@@ -0,0 +1,229 @@
+<!DOCTYPE html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="deltaspike-generate-pages">
+<meta name="author" content="chm">
+
+<title>Examples</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. -->
+
+<!-- Styles -->
+
+<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+
+<style type="text/css">
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{font-weight: normal}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#00}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<script type="text/javascript">
+
+	  var _gaq = _gaq || [];
+	  _gaq.push(['_setAccount', 'UA-36103647-1']);
+	  _gaq.push(['_trackPageview']);
+	
+	  (function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	  })();
+	
+	</script>
+</head>
+
+<body>
+
+	<div class="navbar navbar-fixed-top">
+		<div class="navbar-inner">
+			<div class="container">
+				<a class="btn btn-navbar" data-toggle="collapse"
+					data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+					class="icon-bar"></span> <span class="icon-bar"></span>
+				</a> <a class="brand logocolor"
+					href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a>
+				<div class="nav-collapse">
+					<ul class="nav">
+						<li class="active"><a
+							href="index.html">Home</a></li>
+						<li><a href="./documentation">Documentation</a></li>
+						<li><a href="./javadoc.html">Javadoc</a></li>
+						<li><a href="./documentation/source.html">Source</a></li>
+						<li><a href="./download.html">Download</a></li>
+						<li><a href="./community.html">Community</a></li>
+						<!-- <li><a href="./support.html">Support</a></li>  -->
+						<li><a href="./news.html">News</a></li>
+						<li><a href="./migration-guide.html">Migration</a></li>
+					</ul>
+				</div>
+				<!--/.nav-collapse -->
+				<form id="search-form" action="http://www.google.com/search"
+					method="get" class="navbar-search pull-right">
+					<input value="deltaspike.apache.org" name="sitesearch"
+						type="hidden"> <input class="search-query" name="q"
+						id="query" type="text">
+				</form>
+			</div>
+		</div>
+	</div>
+
+	<div class="container">
+		<div class="row">
+			<div class="span12">
+				<div class="page-title">
+			    <h1>Examples</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>
+</ul>
+       	 		<hr>	
+       	 		
+				<div class="sect1">
+<h2 id="_introduction">Introduction</h2>
+<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>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_external">External</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>
+</li>
+<li>
+<p><a href="https://github.com/confess/confess2012_deltaspike">confess2012_deltaspike</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+			</div>
+
+			<hr>
+
+			<footer>
+				<p>Copyright © 2011-2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+				<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+			</footer>
+
+		</div>
+		<!-- /.container -->
+
+</body>
+</html>
\ No newline at end of file

Added: deltaspike/site/trunk/content/javadoc.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/javadoc.html?rev=1644994&view=auto
==============================================================================
--- deltaspike/site/trunk/content/javadoc.html (added)
+++ deltaspike/site/trunk/content/javadoc.html Fri Dec 12 17:47:48 2014
@@ -0,0 +1,261 @@
+<!DOCTYPE html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="deltaspike-generate-pages">
+<meta name="author" content="chm">
+
+<title>Javadoc</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. -->
+
+<!-- Styles -->
+
+<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+
+<style type="text/css">
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{font-weight: normal}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#00}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<script type="text/javascript">
+
+	  var _gaq = _gaq || [];
+	  _gaq.push(['_setAccount', 'UA-36103647-1']);
+	  _gaq.push(['_trackPageview']);
+	
+	  (function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	  })();
+	
+	</script>
+</head>
+
+<body>
+
+	<div class="navbar navbar-fixed-top">
+		<div class="navbar-inner">
+			<div class="container">
+				<a class="btn btn-navbar" data-toggle="collapse"
+					data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+					class="icon-bar"></span> <span class="icon-bar"></span>
+				</a> <a class="brand logocolor"
+					href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a>
+				<div class="nav-collapse">
+					<ul class="nav">
+						<li class="active"><a
+							href="index.html">Home</a></li>
+						<li><a href="./documentation">Documentation</a></li>
+						<li><a href="./javadoc.html">Javadoc</a></li>
+						<li><a href="./documentation/source.html">Source</a></li>
+						<li><a href="./download.html">Download</a></li>
+						<li><a href="./community.html">Community</a></li>
+						<!-- <li><a href="./support.html">Support</a></li>  -->
+						<li><a href="./news.html">News</a></li>
+						<li><a href="./migration-guide.html">Migration</a></li>
+					</ul>
+				</div>
+				<!--/.nav-collapse -->
+				<form id="search-form" action="http://www.google.com/search"
+					method="get" class="navbar-search pull-right">
+					<input value="deltaspike.apache.org" name="sitesearch"
+						type="hidden"> <input class="search-query" name="q"
+						id="query" type="text">
+				</form>
+			</div>
+		</div>
+	</div>
+
+	<div class="container">
+		<div class="row">
+			<div class="span12">
+				<div class="page-title">
+			    <h1>Javadoc</h1>
+                </div>
+
+				<div id="toc" class="toc">
+       	 		<ul class="sectlevel1">
+<li><a href="#_latest_version">Latest version</a></li>
+<li><a href="#_stable_releases">Stable Releases</a></li>
+<li><a href="#_contribute">Contribute</a></li>
+<li><a href="#_publish_procedure_for_committers_only">Publish procedure (for committers only)</a></li>
+</ul>
+       	 		<hr>	
+       	 		
+				<div class="sect1">
+<h2 id="_latest_version">Latest version</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p><a href="/javadoc/1.2.1-SNAPSHOT/">1.2.1-SNAPSHOT</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_stable_releases">Stable Releases</h2>
+<div class="sectionbody">
+<div class="ulist">
+<ul>
+<li>
+<p><a href="/javadoc/1.2.0/">1.2.0</a></p>
+</li>
+<li>
+<p><a href="/javadoc/1.1.0/">1.1.0</a></p>
+</li>
+</ul>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_contribute">Contribute</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>If you would like to submit a javadoc patch through Jira, you can have a
+look at the <a href="suggested-git-workflows.html">suggested approach</a>.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_publish_procedure_for_committers_only">Publish procedure (for committers only)</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>If you&#8217;re a committer and want to publish the javadoc, you have do the
+following steps:</p>
+</div>
+<div class="paragraph">
+<p>Put the following information in your ~/.m2/settings.xml file</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;server&gt;</span>
+  <span class="tag">&lt;id&gt;</span>deltaspike-site<span class="tag">&lt;/id&gt;</span>
+  <span class="tag">&lt;username&gt;</span><span class="tag">&lt;YOUR_USERNAME&gt;</span><span class="tag">&lt;/username&gt;</span>
+  <span class="tag">&lt;password&gt;</span><span class="tag">&lt;YOUR_PASSWORD&gt;</span><span class="tag">&lt;/password&gt;</span>
+<span class="tag">&lt;/server&gt;</span></code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Then run:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="bash">$ cd REPO_ROOT/deltaspike
+$ ./javadoc.sh</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>After log in to <a href="https://cms.apache.org/deltaspike/publish" class="bare">https://cms.apache.org/deltaspike/publish</a> and click onthe <code>Submit</code> button.</p>
+</div>
+</div>
+</div>
+			</div>
+
+			<hr>
+
+			<footer>
+				<p>Copyright © 2011-2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+				<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+			</footer>
+
+		</div>
+		<!-- /.container -->
+
+</body>
+</html>
\ No newline at end of file

Added: deltaspike/site/trunk/content/migration-guide.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/migration-guide.html?rev=1644994&view=auto
==============================================================================
--- deltaspike/site/trunk/content/migration-guide.html (added)
+++ deltaspike/site/trunk/content/migration-guide.html Fri Dec 12 17:47:48 2014
@@ -0,0 +1,374 @@
+<!DOCTYPE html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="description" content="deltaspike-generate-pages">
+<meta name="author" content="chm">
+
+<title>Migrate from MyFaces CODI-Core to DeltaSpike</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. -->
+
+<!-- Styles -->
+
+<link href="https://deltaspike.apache.org/resources/css/bootstrap.css" rel="stylesheet">
+<link href="https://deltaspike.apache.org/resources/css/bootstrap-responsive.css" rel="stylesheet">
+
+<style type="text/css">
+/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
+/*pre.CodeRay {background-color:#f7f7f8;}*/
+.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
+.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
+.CodeRay .line-numbers strong{font-weight: normal}
+table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
+table.CodeRay td{vertical-align: top}
+table.CodeRay td.line-numbers{text-align:right}
+table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
+table.CodeRay td.code{padding:0 0 0 .5em}
+table.CodeRay td.code>pre{padding:0}
+.CodeRay .debug{color:#fff !important;background:#000080 !important}
+.CodeRay .annotation{color:#007}
+.CodeRay .attribute-name{color:#000080}
+.CodeRay .attribute-value{color:#700}
+.CodeRay .binary{color:#509}
+.CodeRay .comment{color:#998;font-style:italic}
+.CodeRay .char{color:#04d}
+.CodeRay .char .content{color:#04d}
+.CodeRay .char .delimiter{color:#039}
+.CodeRay .class{color:#458;font-weight:bold}
+.CodeRay .complex{color:#a08}
+.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
+.CodeRay .color{color:#099}
+.CodeRay .class-variable{color:#369}
+.CodeRay .decorator{color:#b0b}
+.CodeRay .definition{color:#099}
+.CodeRay .delimiter{color:#000}
+.CodeRay .doc{color:#970}
+.CodeRay .doctype{color:#34b}
+.CodeRay .doc-string{color:#d42}
+.CodeRay .escape{color:#666}
+.CodeRay .entity{color:#800}
+.CodeRay .error{color:#808}
+.CodeRay .exception{color:inherit}
+.CodeRay .filename{color:#099}
+.CodeRay .function{color:#900;font-weight:bold}
+.CodeRay .global-variable{color:#008080}
+.CodeRay .hex{color:#058}
+.CodeRay .integer,.CodeRay .float{color:#099}
+.CodeRay .include{color:#555}
+.CodeRay .inline{color:#00}
+.CodeRay .inline .inline{background:#ccc}
+.CodeRay .inline .inline .inline{background:#bbb}
+.CodeRay .inline .inline-delimiter{color:#d14}
+.CodeRay .inline-delimiter{color:#d14}
+.CodeRay .important{color:#555;font-weight:bold}
+.CodeRay .interpreted{color:#b2b}
+.CodeRay .instance-variable{color:#008080}
+.CodeRay .label{color:#970}
+.CodeRay .local-variable{color:#963}
+.CodeRay .octal{color:#40e}
+.CodeRay .predefined{color:#369}
+.CodeRay .preprocessor{color:#579}
+.CodeRay .pseudo-class{color:#555}
+.CodeRay .directive{font-weight:bold}
+.CodeRay .type{font-weight:bold}
+.CodeRay .predefined-type{color:inherit}
+.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
+.CodeRay .key{color:#808}
+.CodeRay .key .delimiter{color:#606}
+.CodeRay .key .char{color:#80f}
+.CodeRay .value{color:#088}
+.CodeRay .regexp .delimiter{color:#808}
+.CodeRay .regexp .content{color:#808}
+.CodeRay .regexp .modifier{color:#808}
+.CodeRay .regexp .char{color:#d14}
+.CodeRay .regexp .function{color:#404;font-weight:bold}
+.CodeRay .string{color:#d20}
+.CodeRay .string .string .string{background:#ffd0d0}
+.CodeRay .string .content{color:#d14}
+.CodeRay .string .char{color:#d14}
+.CodeRay .string .delimiter{color:#d14}
+.CodeRay .shell{color:#d14}
+.CodeRay .shell .delimiter{color:#d14}
+.CodeRay .symbol{color:#990073}
+.CodeRay .symbol .content{color:#a60}
+.CodeRay .symbol .delimiter{color:#630}
+.CodeRay .tag{color:#008080}
+.CodeRay .tag-special{color:#d70}
+.CodeRay .variable{color:#036}
+.CodeRay .insert{background:#afa}
+.CodeRay .delete{background:#faa}
+.CodeRay .change{color:#aaf;background:#007}
+.CodeRay .head{color:#f8f;background:#505}
+.CodeRay .insert .insert{color:#080}
+.CodeRay .delete .delete{color:#800}
+.CodeRay .change .change{color:#66f}
+.CodeRay .head .head{color:#f4f}
+body {
+	padding-top: 60px;
+	padding-bottom: 40px;
+}
+</style>
+<script type="text/javascript">
+
+	  var _gaq = _gaq || [];
+	  _gaq.push(['_setAccount', 'UA-36103647-1']);
+	  _gaq.push(['_trackPageview']);
+	
+	  (function() {
+		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+	  })();
+	
+	</script>
+</head>
+
+<body>
+
+	<div class="navbar navbar-fixed-top">
+		<div class="navbar-inner">
+			<div class="container">
+				<a class="btn btn-navbar" data-toggle="collapse"
+					data-target=".nav-collapse"> <span class="icon-bar"></span> <span
+					class="icon-bar"></span> <span class="icon-bar"></span>
+				</a> <a class="brand logocolor"
+					href="http://deltaspike.apache.org/index.html">Apache DeltaSpike []</a>
+				<div class="nav-collapse">
+					<ul class="nav">
+						<li class="active"><a
+							href="index.html">Home</a></li>
+						<li><a href="./documentation">Documentation</a></li>
+						<li><a href="./javadoc.html">Javadoc</a></li>
+						<li><a href="./documentation/source.html">Source</a></li>
+						<li><a href="./download.html">Download</a></li>
+						<li><a href="./community.html">Community</a></li>
+						<!-- <li><a href="./support.html">Support</a></li>  -->
+						<li><a href="./news.html">News</a></li>
+						<li><a href="./migration-guide.html">Migration</a></li>
+					</ul>
+				</div>
+				<!--/.nav-collapse -->
+				<form id="search-form" action="http://www.google.com/search"
+					method="get" class="navbar-search pull-right">
+					<input value="deltaspike.apache.org" name="sitesearch"
+						type="hidden"> <input class="search-query" name="q"
+						id="query" type="text">
+				</form>
+			</div>
+		</div>
+	</div>
+
+	<div class="container">
+		<div class="row">
+			<div class="span12">
+				<div class="page-title">
+			    <h1>Migrate from MyFaces CODI-Core to DeltaSpike</h1>
+                </div>
+
+				<div id="toc" class="toc">
+       	 		<ul class="sectlevel1">
+<li><a href="#_introduction">Introduction</a></li>
+<li><a href="#_apache_myfaces_codi_to_apache_deltaspike">Apache MyFaces CODI to Apache DeltaSpike</a>
+<ul class="sectlevel2">
+<li><a href="#_example_overview">Example Overview</a></li>
+<li><a href="#_basically_unchanged_parts">Basically unchanged parts</a>
+<ul class="sectlevel3">
+<li><a href="#_project_stage">Project-stage</a></li>
+<li><a href="#_deactivatable_and_classdeactivator">Deactivatable and ClassDeactivator</a></li>
+<li><a href="#_codiconfig">CodiConfig</a></li>
+<li><a href="#_annotation_literals">Annotation literals</a></li>
+<li><a href="#_beanmanagerprovider">BeanManagerProvider</a></li>
+</ul>
+</li>
+<li><a href="#_extended_concepts">Extended concepts</a>
+<ul class="sectlevel3">
+<li><a href="#_configuredvalueresolver">ConfiguredValueResolver</a></li>
+<li><a href="#_projectstageactivated_and_expressionactivated">ProjectStageActivated and ExpressionActivated</a></li>
+<li><a href="#_defaultannotation">DefaultAnnotation</a></li>
+</ul>
+</li>
+<li><a href="#_postponed_concepts">Postponed concepts</a>
+<ul class="sectlevel3">
+<li><a href="#_beannames">BeanNames</a></li>
+</ul>
+</li>
+<li><a href="#_dropped_concepts">Dropped concepts</a>
+<ul class="sectlevel3">
+<li><a href="#_java_1_5_support">Java 1.5 Support</a></li>
+</ul>
+</li>
+<li><a href="#_jsf_module">JSF Module</a>
+<ul class="sectlevel3">
+<li><a href="#_type_safe_view_config">Type-safe view config</a></li>
+</ul>
+</li>
+</ul>
+</li>
+<li><a href="#_jboss_seam2_to_apache_deltaspike">JBoss Seam2 to Apache DeltaSpike</a></li>
+<li><a href="#_jboss_seam3_to_apache_deltaspike">JBoss Seam3 to Apache DeltaSpike</a></li>
+</ul>
+       	 		<hr>	
+       	 		
+				<div class="sect1">
+<h2 id="_introduction">Introduction</h2>
+<div class="sectionbody">
+
+</div>
+</div>
+<div class="sect1">
+<h2 id="_apache_myfaces_codi_to_apache_deltaspike">Apache MyFaces CODI to Apache DeltaSpike</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="_example_overview">Example Overview</h3>
+<div class="ulist">
+<ul>
+<li>
+<p><a href="http://s.apache.org/xA">Fullstack CODI to DeltaSpike @ os890</a></p>
+</li>
+</ul>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_basically_unchanged_parts">Basically unchanged parts</h3>
+<div class="paragraph">
+<p>Here you can see features which were added and the concept itself didn&#8217;t change (only the packages, config keys,&#8230;&#8203;)</p>
+</div>
+<div class="sect3">
+<h4 id="_project_stage">Project-stage</h4>
+<div class="paragraph">
+<p>Only the config key changed (TODO)</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_deactivatable_and_classdeactivator">Deactivatable and ClassDeactivator</h4>
+<div class="paragraph">
+<p>The concept hasn&#8217;t changed.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_codiconfig">CodiConfig</h4>
+<div class="paragraph">
+<p>The concept hasn&#8217;t changed.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_annotation_literals">Annotation literals</h4>
+<div class="paragraph">
+<p>The concept hasn&#8217;t changed. We just added further implementations.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_beanmanagerprovider">BeanManagerProvider</h4>
+<div class="paragraph">
+<p>The concept hasn&#8217;t changed. We just splitted the functionality. The util
+methods are available in BeanProvider and their name and signature have
+been unified.</p>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_extended_concepts">Extended concepts</h3>
+<div class="paragraph">
+<p>Here you can see features which were added and the concept itself
+changed a bit or got merged with concepts from Seam3</p>
+</div>
+<div class="sect3">
+<h4 id="_configuredvalueresolver">ConfiguredValueResolver</h4>
+<div class="paragraph">
+<p>Here we added more flexibility (esp. re-ordering the default lookup
+mechanisms). See <code>ConfigResolver</code>, <code>ConfigSourceProvider</code> and
+<code>ConfigSource</code>.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_projectstageactivated_and_expressionactivated">ProjectStageActivated and ExpressionActivated</h4>
+<div class="paragraph">
+<p>We merged them with a feature of Seam3 and now it&#8217;s called <code>@Exclude</code>.
+That means the basic functionality is still in place (nothing was
+removed), but the logic is now inverse.</p>
+</div>
+</div>
+<div class="sect3">
+<h4 id="_defaultannotation">DefaultAnnotation</h4>
+<div class="paragraph">
+<p>(In progress) We merge it with a similar helper of Seam-Solder to
+provide custom values for annotation attributes.</p>
+</div>
+</div>
+</div>
+<div class="sect2">
+<h3 id="_postponed_concepts">Postponed concepts</h3>
+<div class="paragraph">
+<p>We couldn&#8217;t agree on these features. If you find them useful, please
+contact the mailing-list. If we see that users need it for reasons we
+might haven&#8217;t seen so far, we will discuss it again.</p>
+</div>
+<div class="sect3">
+<h4 id="_beannames">BeanNames</h4>
+
+</div>
+</div>
+<div class="sect2">
+<h3 id="_dropped_concepts">Dropped concepts</h3>
+<div class="sect3">
+<h4 id="_java_1_5_support">Java 1.5 Support</h4>
+
+</div>
+</div>
+<div class="sect2">
+<h3 id="_jsf_module">JSF Module</h3>
+<div class="sect3">
+<h4 id="_type_safe_view_config">Type-safe view config</h4>
+<div class="ulist">
+<ul>
+<li>
+<p>Changed names</p>
+</li>
+<li>
+<p>Annotations are optional</p>
+<div class="olist lowerroman">
+<ol class="lowerroman" type="i">
+<li>
+<p>(TODO)</p>
+</li>
+</ol>
+</div>
+</li>
+</ul>
+</div>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_jboss_seam2_to_apache_deltaspike">JBoss Seam2 to Apache DeltaSpike</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>(TODO)</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_jboss_seam3_to_apache_deltaspike">JBoss Seam3 to Apache DeltaSpike</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>(TODO)</p>
+</div>
+</div>
+</div>
+			</div>
+
+			<hr>
+
+			<footer>
+				<p>Copyright © 2011-2014 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+				<p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+			</footer>
+
+		</div>
+		<!-- /.container -->
+
+</body>
+</html>
\ No newline at end of file