Author: gpetracek
Date: Sun Jul 6 18:36:02 2014
New Revision: 1608277
URL: http://svn.apache.org/r1608277
Log:
updated content
Modified:
deltaspike/site/trunk/content/jsf.mdtext
Modified: deltaspike/site/trunk/content/jsf.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1608277&r1=1608276&r2=1608277&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sun Jul 6 18:36:02 2014
@@ -1047,6 +1047,8 @@ Node-type used for building the meta-dat
Optional annotation which allows to provide custom implementations.
Only annotate one `ViewConfig` class which represents the root node.
+If you are using CDI 1.1+ with bean-discovery-mode `annotated`, you can use
`@ViewConfigRoot` in combination with `@ApplicationScoped` as marker
annotations. Since DeltaSpike 1.0.1 this combination allows to add all nested
interfaces and classes and therefore no additional annotations (required by
bean-discovery-mode `annotated`) are needed.
+
## Activation of custom naming conventions
DeltaSpike allows to customize the default naming convention via
`View.DefaultBasePathBuilder` and/or `View.DefaultFileNameBuilder` and/or
`View.DefaultExtensionBuilder`.