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 2015/10/27 20:09:24 UTC

svn commit: r1710870 [3/3] - /deltaspike/site/trunk/content/documentation/

Modified: deltaspike/site/trunk/content/documentation/modules.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/modules.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/modules.html (original)
+++ deltaspike/site/trunk/content/documentation/modules.html Tue Oct 27 19:09:24 2015
@@ -228,7 +228,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/overview.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/overview.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/overview.html (original)
+++ deltaspike/site/trunk/content/documentation/overview.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/partial-bean.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/partial-bean.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/partial-bean.html (original)
+++ deltaspike/site/trunk/content/documentation/partial-bean.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/projectstage.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/projectstage.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/projectstage.html (original)
+++ deltaspike/site/trunk/content/documentation/projectstage.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/proxy.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/proxy.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/proxy.html (original)
+++ deltaspike/site/trunk/content/documentation/proxy.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->
@@ -276,7 +275,9 @@ table.CodeRay td.code>pre{padding:0}
 <h2 id="_overview">Overview</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>The Proxy Module provides a simple CDI based wrapper for creating dynamic proxies that can be used within other extensions.</p>
+<p>The Proxy Module provides a simple CDI based wrapper for creating dynamic proxies that can be used within other extensions.<br>
+The benefit of the DeltaSpike Proxy Module (compared to Javassist or any library) is that the DeltaSpike proxies will execute CDI interceptors.<br>
+The Proxy Module also provides the 'DeltaSpikeProxyContextualLifecycle', which enables you to dynamically register a proxy as CDI bean via our 'BeanBuilder'.</p>
 </div>
 <div class="sect2">
 <h3 id="_1_declare_proxy_module_dependencies">1. Declare Proxy Module Dependencies</h3>

Modified: deltaspike/site/trunk/content/documentation/scheduler.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/scheduler.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/scheduler.html (original)
+++ deltaspike/site/trunk/content/documentation/scheduler.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->
@@ -477,7 +476,7 @@ start a job once (without registering it
 <div class="sectionbody">
 <div class="paragraph">
 <p>It is possible to replace the default integration with Quartz. Any scheduler that supports cron-expressions for job-classes can be used.
-For more information, see <a href="https://deltaspike.apache.org/javadoc/1.5.0/org/apache/deltaspike/scheduler/spi/Scheduler.html">Scheduler javadoc</a>.</p>
+For more information, see <a href="https://deltaspike.apache.org/javadoc/1.5.1/org/apache/deltaspike/scheduler/spi/Scheduler.html">Scheduler javadoc</a>.</p>
 </div>
 </div>
 </div>

Modified: deltaspike/site/trunk/content/documentation/security.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/security.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/security.html (original)
+++ deltaspike/site/trunk/content/documentation/security.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/servlet.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/servlet.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/servlet.html (original)
+++ deltaspike/site/trunk/content/documentation/servlet.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/snapshots.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/snapshots.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/snapshots.html (original)
+++ deltaspike/site/trunk/content/documentation/snapshots.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->
@@ -344,7 +343,7 @@ Snapshots provide previews of DeltaSpike
 <div class="listingblock">
 <div class="content">
 <pre class="CodeRay highlight"><code data-lang="xml"><span class="tag">&lt;properties&gt;</span>
-    <span class="tag">&lt;deltaspike.version&gt;</span>1.5.1-SNAPSHOT<span class="tag">&lt;/deltaspike.version&gt;</span>
+    <span class="tag">&lt;deltaspike.version&gt;</span>1.5.2-SNAPSHOT<span class="tag">&lt;/deltaspike.version&gt;</span>
 <span class="tag">&lt;/properties&gt;</span></code></pre>
 </div>
 </div>

Modified: deltaspike/site/trunk/content/documentation/spi.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/spi.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/spi.html (original)
+++ deltaspike/site/trunk/content/documentation/spi.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->

Modified: deltaspike/site/trunk/content/documentation/test-control.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/documentation/test-control.html?rev=1710870&r1=1710869&r2=1710870&view=diff
==============================================================================
--- deltaspike/site/trunk/content/documentation/test-control.html (original)
+++ deltaspike/site/trunk/content/documentation/test-control.html Tue Oct 27 19:09:24 2015
@@ -247,7 +247,6 @@ table.CodeRay td.code>pre{padding:0}
                     <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 -->