-
Notifications
You must be signed in to change notification settings - Fork 11
Configuration
LightGuard edited this page Feb 11, 2012
·
3 revisions
Seam 2 provides an XML configuration layer that allows:
- selected types of meta-data to be overridden for an existing bean (scope, precedence, …)
- registration of new beans
- initial values of a bean to be specified
This is done either in the global components.xml
file or in fine-grained configuration files.
Java EE 6 does not have anything similar.
Seam 2 configuration can be overridden using property settings. These settings can be read from system properties, servlet context parameters and the seam.properties file.
Java EE 6 does not have anything similar.