[seam-issues] [JBoss JIRA] Created: (SEAMINTL-17) Simplify default config qualifier names for locale and time zone

Dan Allen (JIRA) jira-events at lists.jboss.org
Tue Nov 23 12:47:59 EST 2010


Simplify default config qualifier names for locale and time zone
----------------------------------------------------------------

                 Key: SEAMINTL-17
                 URL: https://jira.jboss.org/browse/SEAMINTL-17
             Project: Seam i18n
          Issue Type: Feature Request
          Components: Locales, Time zones
    Affects Versions: 3.0.0.Alpha2
            Reporter: Dan Allen


The default configuration qualifiers for locale and time zone are too verbose (in an attempt to be exacting). We can loosen them up a bit for readability and to make them simpler to remember.

I propose the following name changes for the qualifiers for default locale and timezone:

DefaultLocaleKeyConfig --> DefaultLocale
DefaultTimeZoneConfig --> DefaultTimeZone

The "Key" in DefaultLocale is not needed since the type String indicates that it's a key.

Here's the simplified user experience for configuring these values in XML:


<beans>
   <String>
      <Produces/>
      <lc:DefaultLocale/>
      <value>fr</value>
   </String>

   <String>
      <Produces/>
      <lc:DefaultTimeZone/>
      <value>America/Denver</value>
   </String>
</beans>


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list