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 2013/10/26 15:04:53 UTC

svn commit: r884216 - in /websites/staging/deltaspike/trunk/content: ./ migration-guide.html

Author: buildbot
Date: Sat Oct 26 13:04:52 2013
New Revision: 884216

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/migration-guide.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 26 13:04:52 2013
@@ -1 +1 @@
-1529156
+1535988

Modified: websites/staging/deltaspike/trunk/content/migration-guide.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/migration-guide.html (original)
+++ websites/staging/deltaspike/trunk/content/migration-guide.html Sat Oct 26 13:04:52 2013
@@ -82,6 +82,7 @@
 <ul>
 <li><a href="#introduction">Introduction</a></li>
 <li><a href="#apache-myfaces-codi-to-apache-deltaspike">Apache MyFaces CODI to Apache DeltaSpike</a><ul>
+<li><a href="#example-overview">Example Overview</a></li>
 <li><a href="#basically-unchanged-parts">Basically unchanged parts</a><ul>
 <li><a href="#project-stage">Project-stage</a></li>
 <li><a href="#deactivatable-and-classdeactivator">Deactivatable and ClassDeactivator</a></li>
@@ -117,6 +118,10 @@
 <hr />
 <h1 id="introduction">Introduction</h1>
 <h1 id="apache-myfaces-codi-to-apache-deltaspike">Apache MyFaces CODI to Apache DeltaSpike</h1>
+<h2 id="example-overview">Example Overview</h2>
+<ul>
+<li><a href="http://s.apache.org/Ymz">Fullstack CODI to DeltaSpike @ os890</a></li>
+</ul>
 <h2 id="basically-unchanged-parts">Basically unchanged parts</h2>
 <p>Here you can see features which were added and the concept itself didn't change (only the packages, config keys,...)</p>
 <h3 id="project-stage">Project-stage</h3>
@@ -144,14 +149,9 @@
 <h3 id="java-15-support">Java 1.5 Support</h3>
 <h2 id="jsf-module">JSF Module</h2>
 <h3 id="type-safe-view-config">Type-safe view config</h3>
-<p>Changed names:</p>
 <ul>
-<li>@View -&gt; @ViewRef</li>
-<li>@Page -&gt; @View</li>
-<li>@PageBean -&gt; @ViewControllerBean</li>
-<li>@PrePageAction -&gt; @PreViewAction</li>
-<li>@PageParameter -&gt; @NavigationParameter</li>
-<li>PageParameterContext -&gt; NavigationParameterContext</li>
+<li>Changed names</li>
+<li>Annotations are optional</li>
 </ul>
 <p>... ([TODO])</p>
 <h1 id="jboss-seam2-to-apache-deltaspike">JBoss Seam2 to Apache DeltaSpike</h1>