/[schmitzm]/trunk/readme.txt
ViewVC logotype

Diff of /trunk/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 18 by mojays, Mon Mar 2 14:54:11 2009 UTC revision 28 by mojays, Wed Mar 11 12:25:42 2009 UTC
# Line 5  Line 5 
5  === http://wald.intevation.org/projects/schmitzm/          ===  === http://wald.intevation.org/projects/schmitzm/          ===
6  ==============================================================  ==============================================================
7    
8    This file contains some informations ...
9    
10    (1) about the dependencies of the SCHMITZM library
11    (2) about localization in SCHMITZM
12    
13    -----------------------------------------------------------
14    (1) Dependencies to other libraries
15    -----------------------------------------------------------
16  Because SCHMITZM is not an executable application, but an  Because SCHMITZM is not an executable application, but an
17  library for experienced programmers, I renounced to put all  library for experienced programmers, I renounced to put all
18  necessary libraries to the project.  necessary libraries to the project.
# Line 21  project: Line 29  project:
29       - jFreeChart 1.0.6       - jFreeChart 1.0.6
30       - Log4j 1.2.14       - Log4j 1.2.14
31       - JINI       - JINI
      - ADAGIOS Java lib  
32    
33  NOTE: All these libraries (except JRE/JDK) can be found in the  NOTE: All these libraries (except JRE/JDK) can be found in the
34        'lib' folder of the XULU project:        'lib' folder of the XULU project:
# Line 31  An example for an Eclipse project can be Line 38  An example for an Eclipse project can be
38  folder. But please DO NOT USE, MODIFY AND COMMIT THIS FILES,  folder. But please DO NOT USE, MODIFY AND COMMIT THIS FILES,
39  but instead copy first '.classpass' and '.project' to SCHMITZM  but instead copy first '.classpass' and '.project' to SCHMITZM
40  root folder!!  root folder!!
41    
42    
43    -----------------------------------------------------------
44    (2) Localization in SCHMITZM library
45    -----------------------------------------------------------
46    Localization is done by the SCHMITZM class ResourceProvider, which is
47    an extension to standard Java ResourceBundle.
48    For example ResourceProvider.getString(..) allowes to specify
49    additional parameters to fill wildcards ${0}, ${1}, ${2}, ... in the
50    localization strings (see ResourceProvider class for more details).
51    
52    The SCHMITZM library contains resource bundles in the following
53    packages, each located in sub-folders <package>/resource/locales:
54    
55    - schmitzm.data              -> DataResourceBundle
56    - schmitzm.geotools.feature  -> FeatureResourceBundle
57    - schmitzm.geotools.gui      -> GTResourceBundle
58    - schmitzm.lang              -> LangResourceBundle
59    - schmitzm.swing             -> SwingResourceBundle
60    - skrueger.swing             -> SwingResourceBundle
61    
62    If you want SCHMITZM to provide an additional language, you have to
63    translate all of these ResourceBundles.
64    
65    
66    ===========================================================
67    http://wald.intevation.org/projects/xulu/
68    http://wald.intevation.org/projects/schmitzm/
69    ===========================================================

Legend:
Removed from v.18  
changed lines
  Added in v.28

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26