Author: buildbot
Date: Fri Jan 30 19:57:02 2015
New Revision: 938411
Log:
Staging update by buildbot for deltaspike
Modified:
websites/staging/deltaspike/trunk/content/ (props changed)
websites/staging/deltaspike/trunk/content/external.html
Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jan 30 19:57:02 2015
@@ -1 +1 @@
-1653533
+1656105
Modified: websites/staging/deltaspike/trunk/content/external.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/external.html (original)
+++ websites/staging/deltaspike/trunk/content/external.html Fri Jan 30 19:57:02
2015
@@ -194,12 +194,12 @@ body {
<ul class="sectlevel1">
<li><a href="#_presentations">Presentations</a>
<ul class="sectlevel2">
+<li><a href="#_apache_deltaspike_the_cdi_toolbox">Apache DeltaSpike: The CDI
toolbox</a></li>
<li><a href="#_deltaspike_cdi_extensions_of_the_world_unite">DeltaSpike: CDI
extensions of the world, unite!</a></li>
-<li><a href="#_apache_deltaspike_the_cdi_toolbox">Apache DeltaSpike: The CDI
Toolbox</a></li>
<li><a href="#_apache_deltaspike">Apache DeltaSpike</a></li>
<li><a href="#_myfaces_codi_and_jboss_seam3_become_apache_deltaspike">MyFaces
CODI and JBoss Seam3 become Apache DeltaSpike</a></li>
<li><a
href="#_migrating_a_jsf_based_web_application_from_spring_3_to_java_ee_7_and_cdi">Migrating
a JSF-Based Web Application from Spring 3 to Java EE 7 and CDI</a></li>
-<li><a href="#_flexibilitaet_mit_cdi_und_apache_deltaspike">Flexibilitaet mit
CDI und Apache DeltaSpike</a></li>
+<li><a href="#__de_flexibilitaet_mit_cdi_und_apache_deltaspike">[de]
Flexibilitaet mit CDI und Apache DeltaSpike</a></li>
</ul>
</li>
<li><a href="#_examples">Examples</a>
@@ -209,7 +209,12 @@ body {
<li><a href="#_fullstack_codi_to_deltaspike">Fullstack CODI to
DeltaSpike</a></li>
<li><a href="#_jboss_quickstarts">JBoss Quickstarts</a></li>
<li><a href="#_deltaspike_examples">DeltaSpike Examples</a></li>
-<li><a href="#_deltaspike_microblog_example">DeltaSpike microblog
example</a></li>
+<li><a href="#__pt_br_deltaspike_microblog_example">[pt-BR] DeltaSpike
microblog example</a></li>
+</ul>
+</li>
+<li><a href="#_magazines">Magazines</a>
+<ul class="sectlevel2">
+<li><a href="#__pt_br_brazilian_java_magazine">[pt-BR] Brazilian Java
Magazine</a></li>
</ul>
</li>
<li><a href="#_templates">Templates</a>
@@ -233,24 +238,32 @@ body {
<h2 id="_presentations">Presentations</h2>
<div class="sectionbody">
<div class="sect2">
-<h3 id="_deltaspike_cdi_extensions_of_the_world_unite">DeltaSpike: CDI
extensions of the world, unite!</h3>
+<h3 id="_apache_deltaspike_the_cdi_toolbox">Apache DeltaSpike: The CDI
toolbox</h3>
<div class="paragraph">
-<p>Several popular CDI extension frameworks like Seam 3 and MyFaces CODI have
faded out over the years. But not to worry - their functionality is taken over
by projects like Picketlink, Agorava, and mainly DeltaSpike, a new Apache
project that wants CDI extension authors to unite in an effort to make the life
of web application developers easier. Even without a five year plan!</p>
+<p>CDI portable extensions are one of greatest features of Java EE allowing
the platform to be extended in a clean and portable way. But allowing extension
is just part of the story. CDI opens the door to a whole new eco-system for
Java EE, but itâs not the role of the specification to create these
extensions.
+Apache DeltaSpike is the project that leads this brand new eco-system by
providing useful extension modules for CDI applications as well as tools to
ease the creation of new ones.
+In this session, weâll start by presenting the DeltaSpike toolbox and show
how it helps you to develop for CDI. Then weâll describe the major extensions
included in Deltaspike, including 'configuration', 'scheduling' and 'data'.</p>
</div>
<div class="paragraph">
-<p><strong>Slides:</strong> <a
href="http://devconf.cz/filebrowser/download/414"
class="bare">http://devconf.cz/filebrowser/download/414</a></p>
+<p><strong>Slides:</strong> <a
href="http://www.slideshare.net/antoinesd/apache-deltaspike-the-cdi-toolbox"
class="bare">http://www.slideshare.net/antoinesd/apache-deltaspike-the-cdi-toolbox</a></p>
</div>
<div class="paragraph">
-<p><strong>Video:</strong> <a
href="https://www.youtube.com/watch?v=2FUNpzd1Nb8"
class="bare">https://www.youtube.com/watch?v=2FUNpzd1Nb8</a></p>
+<p><strong>Video:</strong> <a
href="https://www.youtube.com/watch?v=QbNdFvNPvVU"
class="bare">https://www.youtube.com/watch?v=QbNdFvNPvVU</a></p>
+</div>
+<div class="paragraph">
+<p><strong>Event:</strong> <a
href="http://www.meetup.com/JBoss-User-Group-Worldwide/events/218755922/"
class="bare">http://www.meetup.com/JBoss-User-Group-Worldwide/events/218755922/</a></p>
</div>
</div>
<div class="sect2">
-<h3 id="_apache_deltaspike_the_cdi_toolbox">Apache DeltaSpike: The CDI
Toolbox</h3>
+<h3 id="_deltaspike_cdi_extensions_of_the_world_unite">DeltaSpike: CDI
extensions of the world, unite!</h3>
<div class="paragraph">
-<p>In this session, weâll start by presenting the DeltaSpike toolbox and
show how it helps you to develop for CDI. Then weâll describe the major
extensions included in Deltaspike, including 'configuration', 'scheduling' and
'data'.</p>
+<p>Several popular CDI extension frameworks like Seam 3 and MyFaces CODI have
faded out over the years. But not to worry - their functionality is taken over
by projects like Picketlink, Agorava, and mainly DeltaSpike, a new Apache
project that wants CDI extension authors to unite in an effort to make the life
of web application developers easier. Even without a five year plan!</p>
</div>
<div class="paragraph">
-<p><strong>Event:</strong> <a
href="http://www.meetup.com/JBoss-User-Group-Worldwide/events/218755922/"
class="bare">http://www.meetup.com/JBoss-User-Group-Worldwide/events/218755922/</a></p>
+<p><strong>Slides:</strong> <a
href="http://devconf.cz/filebrowser/download/414"
class="bare">http://devconf.cz/filebrowser/download/414</a></p>
+</div>
+<div class="paragraph">
+<p><strong>Video:</strong> <a
href="https://www.youtube.com/watch?v=2FUNpzd1Nb8"
class="bare">https://www.youtube.com/watch?v=2FUNpzd1Nb8</a></p>
</div>
</div>
<div class="sect2">
@@ -284,9 +297,9 @@ body {
</div>
</div>
<div class="sect2">
-<h3 id="_flexibilitaet_mit_cdi_und_apache_deltaspike">Flexibilitaet mit CDI
und Apache DeltaSpike</h3>
+<h3 id="__de_flexibilitaet_mit_cdi_und_apache_deltaspike">[de] Flexibilitaet
mit CDI und Apache DeltaSpike</h3>
<div class="paragraph">
-<p>DE Presentation about DeltaSpike</p>
+<p>Presentation about DeltaSpike</p>
</div>
<div class="paragraph">
<p><strong>Slides:</strong> <a
href="http://www.slideshare.net/os890/flexibilitaet-mit-cdi-und-apache-delta-spike"
class="bare">http://www.slideshare.net/os890/flexibilitaet-mit-cdi-und-apache-delta-spike</a></p>
@@ -353,15 +366,29 @@ body {
</div>
</div>
<div class="sect2">
-<h3 id="_deltaspike_microblog_example">DeltaSpike microblog example</h3>
+<h3 id="__pt_br_deltaspike_microblog_example">[pt-BR] DeltaSpike microblog
example</h3>
<div class="paragraph">
-<p>PT_BR application that shows a microblog using DeltaSpike</p>
+<p>Application that shows a microblog using DeltaSpike</p>
</div>
<div class="paragraph">
<p><strong>Source code:</strong> <a
href="https://github.com/rafabene/demo_deltaspike"
class="bare">https://github.com/rafabene/demo_deltaspike</a></p>
</div>
</div>
</div>
+</div>
+<div class="sect1">
+<h2 id="_magazines">Magazines</h2>
+<div class="sectionbody">
+<div class="sect2">
+<h3 id="__pt_br_brazilian_java_magazine">[pt-BR] Brazilian Java Magazine</h3>
+<div class="paragraph">
+<p>Apache DeltaSpike: CDI Programável</p>
+</div>
+<div class="paragraph">
+<p><strong>Online article:</strong> <a
href="http://www.devmedia.com.br/apache-deltaspike-cdi-programavel/31982"
class="bare">http://www.devmedia.com.br/apache-deltaspike-cdi-programavel/31982</a></p>
+</div>
+</div>
+</div>
</div>
<div class="sect1">
<h2 id="_templates">Templates</h2>