You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "David Schneider (JIRA)" <de...@myfaces.apache.org> on 2014/01/06 18:16:07 UTC

[jira] [Created] (TRINIDAD-2439) Plugable configuration parameter provider

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)