David Schneider created TRINIDAD-2439:
-----------------------------------------

             Summary: Plugable configuration parameter provider
                 Key: TRINIDAD-2439
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2439
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Infrastructure
    Affects Versions: 2.1.0-core
         Environment: All
            Reporter: David Schneider


The Trinidad framework currently uses servlet context initialization parameter 
values specified in the web.xml file for supplying configuration parameters to 
the runtime.  In some applications and environments it is desirable to be able 
to supply configuration parameters from other sources (e.g a database table, 
MBean, etc.).  This enhancement proposes to create an interface abstraction for 
fetching configuration parameter values along with a plugable framework for 
configuration value providers.  This will allow applications to plug in their 
own value providers that fetch values from different sources.  A default value 
provider that fetches servlet context initialization parameter values that 
preserves existing behavior will also be provided.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to