abangkis wrote:
> 
> Hi in http://tapestry.apache.org/tapestry5.1/guide/conf.html said that
> there
> are 3 place where you can configure tapestry :
> - app module
> - web.xml
> - passing it as a parameter to the JVM using the -D option
> 
> I was wondering what kind of precedence between this 3 option.

The order is:
 - SystemProperties
 - ServletContext
 - ApplicationDefaults
 - FactoryDefaults

(that means SystemProperties overwrites ServletContext overwrites
ApplicationDefaults overwrites FactoryDefaults)

See TapestryIOCModule#contributeSymbolSource and
TapestryAppInitializer#addSyntheticSymbolSourceModule.

-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/configuration-precedence-tp5702320p5703132.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to