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

Diff of /trunk/readme.txt

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

revision 1442 by mojays, Thu Jan 27 13:21:45 2011 UTC revision 2086 by mojays, Fri Sep 28 17:18:28 2012 UTC
# Line 1  Line 1 
1  ==============================================================  ==============================================================
2  === SCHMITZM README (2011-01-27, Martin Schmitz)           ===  === SCHMITZM README (2012-09-25, Martin Schmitz)           ===
3  ===                                                        ===  ===                                                        ===
4  === http://wald.intevation.org/projects/xulu/              ===  === http://wald.intevation.org/projects/xulu/              ===
5  === http://wald.intevation.org/projects/schmitzm/          ===  === http://wald.intevation.org/projects/schmitzm/          ===
# Line 26  version 2.5-SNAPSHOT: Line 26  version 2.5-SNAPSHOT:
26    JDK and (small) core libraries (e.g. MigLayout, Log4J,    JDK and (small) core libraries (e.g. MigLayout, Log4J,
27    JDom, ...).    JDom, ...).
28    
29    * schmitzm-db
30      Contains extensions and utilities for Postgres DB with
31      depencency to schmitzm-core and Postgres.
32    
33    * schmitzm-excelcsv
34      Contains extensions for Excel/CSV work with depencency to
35      schmitzm-core, SuperCSV and JExcelApi.
36    
37  * schmitzm-gt  * schmitzm-gt
38    Contains extensions for Geotools with depencency to    Contains extensions for Geotools with depencency to
39    schmitzm-core and Geotools.    schmitzm-core and Geotools.
# Line 39  version 2.5-SNAPSHOT: Line 47  version 2.5-SNAPSHOT:
47    shapefile) so there are depencencies to schmitzm-core,    shapefile) so there are depencencies to schmitzm-core,
48    schmitzm-jfree and schmitzm-gt.    schmitzm-jfree and schmitzm-gt.
49    
50    * schmitzm-addresses
51      Utility methods for address maintainance with dependencies
52      to schmitzm-core and schmitzm-excelcsv.
53    
54    * schmitzm-parent
55      Technical parent project to implement commen dependencies
56      for all sub-projects:
57      - JUnit
58      - Log4j
59    
60    
61  -----------------------------------------------------------  -----------------------------------------------------------
62  (2) Dependencies to other libraries  (2) Dependencies to other libraries
# Line 47  Because SCHMITZM is not an executable ap Line 65  Because SCHMITZM is not an executable ap
65  library for experienced programmers, I renounced to put all  library for experienced programmers, I renounced to put all
66  necessary libraries to the project.  necessary libraries to the project.
67  Since SCHMITZM is compatible with MAVEN from version 2.1 upward,  Since SCHMITZM is compatible with MAVEN from version 2.1 upward,
68  this should no longer a big problem.  this should no longer be a big problem.
69  For these users who do not want to use MAVEN, here is an  For these users who do not want to use MAVEN (I also resist for
70  overview. I expect that the SCHMITZM developer/builder is able  a long time!), here is an overview. I expect that the SCHMITZM
71  to include these dependencies to its individual Java (Eclipse)  developer/builder is able to include these dependencies to its
72  project:  individual Java (Eclipse) project:
73    
74  * schmitzm-core  * schmitzm-core
75       - JRE/JDK 1.6 (http://www.oracle.com/technetwork/java)       - JRE/JDK 1.6 (http://www.oracle.com/technetwork/java)
# Line 62  project: Line 80  project:
80       - Apache Log4j (http://logging.apache.org/log4j/)       - Apache Log4j (http://logging.apache.org/log4j/)
81       - Apache Commons CLI (http://commons.apache.org/cli/)       - Apache Commons CLI (http://commons.apache.org/cli/)
82       - Apache Commons IO (http://commons.apache.org/io/)       - Apache Commons IO (http://commons.apache.org/io/)
83         - Apache Commons Lang (http://commons.apache.org/lang/)
84         - Apache Lucene (http://lucene.apache.org/solr/)
85       - JDom (http://www.jdom.org/)       - JDom (http://www.jdom.org/)
86       - MigLayout (http://www.miglayout.com/)       - MigLayout (http://www.miglayout.com/)
87         - JCalendar (http://www.toedter.com/en/jcalendar/)
88    
89    * schmitzm-db
90         - schmitzm-core
91         - PostgreSQL (http://jdbc.postgresql.org/)
92    
93    * schmitzm-excelcsv
94         - schmitzm-core
95         - JExcelApi (http://jexcelapi.sourceforge.net/)
96         - SuperCSV (http://supercsv.sourceforge.net/)
97        
98  * schmitzm-gt  * schmitzm-gt
99       - schmitzm-core       - schmitzm-core
100       - Geotools 2.6.5 (http://www.geotools.org)       - Geotools 2.7.5 (http://www.geotools.org)
101       - Colt (http://acs.lbl.gov/~hoschek/colt/)       - Colt (http://acs.lbl.gov/~hoschek/colt/)
102       Note: Because gt2-2.6.5 already includes jai_codec-1.1.3.jar and       Note: Because gt2-2.7.x already includes jai_codec-1.1.3.jar and
103             jai_imageio-1.1.jar it is recommended only to include from             jai_imageio-1.1.jar it is recommended only to include from
104             JAI:             JAI:
105             - clipwrapper_jiio.jar             - clipwrapper_jiio.jar
# Line 85  project: Line 115  project:
115       - schmitzm-jfree       - schmitzm-jfree
116       - schmitzm-gt       - schmitzm-gt
117    
118    * schmitzm-addresses
119         - schmitzm-core
120         - schmitzm-excelcsv
121    
122  -----------------------------------------------------------  -----------------------------------------------------------
123  (3) Localization in SCHMITZM library  (3) Localization in SCHMITZM library
124  -----------------------------------------------------------  -----------------------------------------------------------
# Line 101  src/main/resources of each module): Line 135  src/main/resources of each module):
135  - de.schmitzm.data              -> DataResourceBundle  - de.schmitzm.data              -> DataResourceBundle
136  - de.schmitzm.lang              -> LangResourceBundle  - de.schmitzm.lang              -> LangResourceBundle
137  - de.schmitzm.swing             -> SwingResourceBundle  - de.schmitzm.swing             -> SwingResourceBundle
138    - de.schmitzm.net.mail          -> MailResourceBundle
139  - de.schmitzm.geotools.feature  -> FeatureResourceBundle  - de.schmitzm.geotools.feature  -> FeatureResourceBundle
140  - de.schmitzm.geotools.gui      -> GTResourceBundle  - de.schmitzm.geotools.gui      -> GTResourceBundle
141  - de.schmitzm.jfree             -> JFreeResourceBundle  - de.schmitzm.jfree             -> JFreeResourceBundle

Legend:
Removed from v.1442  
changed lines
  Added in v.2086

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26