You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2016/03/17 00:48:25 UTC

svn commit: r1735351 - /deltaspike/site/trunk/content/external.html

Author: gpetracek
Date: Wed Mar 16 23:48:25 2016
New Revision: 1735351

URL: http://svn.apache.org/viewvc?rev=1735351&view=rev
Log:
Site checkin for project Apache DeltaSpike Site

Modified:
    deltaspike/site/trunk/content/external.html

Modified: deltaspike/site/trunk/content/external.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/external.html?rev=1735351&r1=1735350&r2=1735351&view=diff
==============================================================================
--- deltaspike/site/trunk/content/external.html (original)
+++ deltaspike/site/trunk/content/external.html Wed Mar 16 23:48:25 2016
@@ -284,16 +284,12 @@ table.CodeRay td.code>pre{padding:0}
 <div class="paragraph">
 <p><strong>CDI@Work (chapter about DeltaSpike):</strong> <a href="http://cdiatwork.irian.at/" class="bare">http://cdiatwork.irian.at/</a></p>
 </div>
-<div class="olist lowerroman">
-<ol class="lowerroman" type="i">
-<li>
-<p>is a free online book about CDI as well as Apache DeltaSpike.
+<div class="paragraph">
+<p>CDI@Work is a free online book about CDI as well as Apache DeltaSpike.
 It covers basic information about CDI and DeltaSpike up to more advanced use-cases.
 An example for the latter is a type-safe configuration (interface-only)
 which allows you to resolve the configured values even from dynamic config-sources like a database and
 store them in a custom Config-Scoped cache which can be refreshed via CDI-events or a CRON based task or manually via JMX.</p>
-</li>
-</ol>
 </div>
 <div class="paragraph">
 <p>The <a href="https://github.com/CDIatWork/">GitHub account</a> contains repositories e.g. for the sample application called IdeaFork.