====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
project_info:used_libraries [2009/03/05 20:59] 127.0.0.1 external edit |
project_info:used_libraries [2024/09/18 08:31] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Libraries used by regain ====== | + | ====== Libraries used by regain (outdated) ====== |
These are the projects used by regain: | These are the projects used by regain: | ||
Line 7: | Line 7: | ||
* Jakarta Lucene 1.4.3 (''lucene-1.4.3.jar''). Contains the core of the search, that is index creation and searching on the index. See http://jakarta.apache.org/lucene | * Jakarta Lucene 1.4.3 (''lucene-1.4.3.jar''). Contains the core of the search, that is index creation and searching on the index. See http://jakarta.apache.org/lucene | ||
* Apache XML Xerces 2.6.2 (''xercesImpl.jar'' and ''xml-apis.jar''). Provides a parser for reading XML files. See http://xml.apache.org/xerces2-j | * Apache XML Xerces 2.6.2 (''xercesImpl.jar'' and ''xml-apis.jar''). Provides a parser for reading XML files. See http://xml.apache.org/xerces2-j | ||
- | * PDFBox 0.7.1 (''PDFBox-0.7.1.jar''). Reads PDF documents. Only works with Java 1.3 and above. See http://pdfbox.org | + | * PDFBox 0.7.1 (''PDFBox-0.7.1.jar''). Reads PDF documents. Only works with Java 1.3 and above. See http://pdfbox.apache.org |
* Jakarta POI 3.0 alpha 1 (''poi-3.0-alpha1-20050704.jar'' and ''poi-scratchpad-3.0-alpha1-20050704.jar''). Reads Microsoft Excel and Microsoft Word documents. Unfortunately the reading of Word files is still in an early development stage. See http://jakarta.apache.org/poi | * Jakarta POI 3.0 alpha 1 (''poi-3.0-alpha1-20050704.jar'' and ''poi-scratchpad-3.0-alpha1-20050704.jar''). Reads Microsoft Excel and Microsoft Word documents. Unfortunately the reading of Word files is still in an early development stage. See http://jakarta.apache.org/poi | ||
* Jacob 1.8 (''jacob.jar'' und ''jacob.dll''). Allows the access to COM objects from Java. This is used to read Microsoft Office documents, by reading the data directly from the Microsoft Office applications. See http://sourceforge.net/projects/jacob-project | * Jacob 1.8 (''jacob.jar'' und ''jacob.dll''). Allows the access to COM objects from Java. This is used to read Microsoft Office documents, by reading the data directly from the Microsoft Office applications. See http://sourceforge.net/projects/jacob-project |