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 2013/03/29 00:06:14 UTC

svn commit: r1462341 - /incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext

Author: gpetracek
Date: Thu Mar 28 23:06:14 2013
New Revision: 1462341

URL: http://svn.apache.org/r1462341
Log:
added usage hint

Modified:
    incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext

Modified: incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext?rev=1462341&r1=1462340&r2=1462341&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext (original)
+++ incubator/deltaspike/site/trunk/content/deltaspike/jsf.mdtext Thu Mar 28 23:06:14 2013
@@ -36,6 +36,13 @@ Since it's std. Java, you can benefit fr
 Even the concepts provided by modules (of DeltaSpike itself) are based on the basic API provided by the Core. So it's possible to introduce custom concepts the same way DeltaSpike itself does.
 
 ## Basic API usages
+
+While reading this section keep the following simple rules in mind:
+<ul>
+  <li>Meta-data gets inherited along the path of Java inheritance</li>
+  <li>File-/Folder- paths are build based on nesting classes and interfaces</li>
+</ul>
+
 Usually users don't need to be aware of all descriptors, SPIs,... which are described by this documentation.
 
 There are a lot of possibilities to configure views and some of them are optional.