Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" 
for change notification.

The following page has been changed by NiallPemberton:
http://wiki.apache.org/jakarta-commons/ResourcesUserGuideImplementations

------------------------------------------------------------------------------
- || [http://jakarta.apache.org/commons/resources/ Home] || [wiki:Resources 
Wiki] || [wiki:ResourcesUserGuide Guide] || [wiki:ResourcesUserGuideIntro 
Getting Started] || [wiki:ResourcesUserGuideMessages Messages] || 
[wiki:ResourcesUserGuideImplementations Standard] || 
[wiki:ResourcesUserGuideCreating Creating] || 
[http://jakarta.apache.org/commons/resources/apidocs/ API] || 
[http://jakarta.apache.org/commons/resources/xref/ XREF] ||
+ || [http://jakarta.apache.org/commons/resources/ Home] || [wiki:Resources 
Wiki] || [wiki:ResourcesUserGuide Guide] || [wiki:ResourcesUserGuideIntro 
Getting Started] || [wiki:ResourcesUserGuideMessages Messages] || 
[wiki:ResourcesUserGuideImplementations Standard] || 
[wiki:ResourcesUserGuideCreating Creating] || 
[http://jakarta.apache.org/commons/resources/apidocs/ API] || 
[http://jakarta.apache.org/commons/resources/xref/ Source] ||
  ----
  = 3. Standard Resources / ResourcesFactory Implementations =
  
@@ -33, +33 @@

   || '''{{{c:/myapp/foo/Bar.properties}}}''' || || default resources ||
   || '''{{{c:/myapp/foo/Bar_en.properties}}}''' || en || English resources ||
   || '''{{{c:/myapp/foo/Bar_en_US.properties}}}''' || en_US || US English 
resources ||
-  || '''{{{c:/myapp/foo/Bar_fr_GB.properties}}}''' || en_GB || UK English 
resources ||
+  || '''{{{c:/myapp/foo/Bar_en_GB.properties}}}''' || en_GB || UK English 
resources ||
  
  '''N.B.''' !PropertyResources assumes all files will end with 
'''.properties'''
  
@@ -69, +69 @@

   || '''{{{c:/myapp/foo/Bar.xml}}}''' || || default resources ||
   || '''{{{c:/myapp/foo/Bar_en.xml}}}''' || en || English resources ||
   || '''{{{c:/myapp/foo/Bar_en_US.xml}}}''' || en_US || US English resources ||
-  || '''{{{c:/myapp/foo/Bar_fr_GB.xml}}}''' || en_GB || UK English resources ||
+  || '''{{{c:/myapp/foo/Bar_en_GB.xml}}}''' || en_GB || UK English resources ||
  
  In these XML files, you specify resources in the following way...
  
  {{{
       <resources>
- 
             <resource id="error.date">
                   Date is invalid.
             </resource>
@@ -83, +82 @@

             <resource id="error.number">
                   Number is invalid.
             </resource>
- 
       </resources>
  }}}
  
@@ -199, +197 @@

  See '''!ResourceBundleResources''' 
[http://jakarta.apache.org/commons/resources/apidocs/org/apache/commons/resources/impl/ResourceBundleResources.html
 JavaDoc] /
  
[http://jakarta.apache.org/commons/resources/xref/org/apache/commons/resources/impl/ResourceBundleResources.html
 source] and '''!ResourceBundleResourcesFactory''' 
[http://jakarta.apache.org/commons/resources/apidocs/org/apache/commons/resources/impl/ResourceBundleResourcesFactory.html
 JavaDoc] / 
[http://jakarta.apache.org/commons/resources/xref/org/apache/commons/resources/impl/ResourceBundleResourcesFactory.html
 source].
  
+ ----
+ || [http://jakarta.apache.org/commons/resources/ Home] || [wiki:Resources 
Wiki] || [wiki:ResourcesUserGuide Guide] || [wiki:ResourcesUserGuideIntro 
Getting Started] || [wiki:ResourcesUserGuideMessages Messages] || 
[wiki:ResourcesUserGuideImplementations Standard] || 
[wiki:ResourcesUserGuideCreating Creating] || 
[http://jakarta.apache.org/commons/resources/apidocs/ API] || 
[http://jakarta.apache.org/commons/resources/xref/ Source] ||
  
- ----
- || [http://jakarta.apache.org/commons/resources/ Home] || [wiki:Resources 
Wiki] || [wiki:ResourcesUserGuide Guide] || [wiki:ResourcesUserGuideIntro 
Getting Started] || [wiki:ResourcesUserGuideMessages Messages] || 
[wiki:ResourcesUserGuideImplementations Standard] || 
[wiki:ResourcesUserGuideCreating Creating] || 
[http://jakarta.apache.org/commons/resources/apidocs/ API] || 
[http://jakarta.apache.org/commons/resources/xref/ XREF] ||
- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to