Author: jochen Date: Tue Dec 16 08:57:28 2014 New Revision: 1645881 URL: http://svn.apache.org/r1645881 Log: Adding inject to sandbox
Modified: commons/cms-site/trunk/content/site.xml commons/cms-site/trunk/content/xdoc/sandbox.xml Modified: commons/cms-site/trunk/content/site.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1645881&r1=1645880&r2=1645881&view=diff ============================================================================== --- commons/cms-site/trunk/content/site.xml (original) +++ commons/cms-site/trunk/content/site.xml Tue Dec 16 08:57:28 2014 @@ -98,6 +98,7 @@ <item name="Graph" href="/sandbox/graph/" /> <item name="I18n" href="/sandbox/i18n/" /> <item name="Id" href="/sandbox/id/" /> + <item name="Inject" href="/sandbox/inject" /> <item name="Javaflow" href="/sandbox/javaflow/" /> <item name="JNet" href="/sandbox/jnet/" /> <item name="Monitoring" href="/sandbox/monitoring/" /> Modified: commons/cms-site/trunk/content/xdoc/sandbox.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/sandbox.xml?rev=1645881&r1=1645880&r2=1645881&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/sandbox.xml (original) +++ commons/cms-site/trunk/content/xdoc/sandbox.xml Tue Dec 16 08:57:28 2014 @@ -52,6 +52,8 @@ <td>Adds the feature of localized message bundles that consist of one or many localized texts that belong together. Think of an error message that consists of title, text, summary and error details.</td></tr> <tr><td><a href="sandbox/commons-id/">Id</a></td> <td>Id is a component used to generate identifiers.</td></tr> + <tr><td><a href="sandbox/commons-inject/">Id</a></td> + <td>Implementation of JSR 330, a standards compliant dependency injection framework</td></tr> <tr><td><a href="sandbox/commons-javaflow/">Javaflow</a></td> <td>Continuation implementation to capture the state of the application.</td></tr> <tr><td><a href="sandbox/commons-jnet/">JNet</a></td>