• Home
  • Company
  • Service
  • Team
  • Products
  • References
  • Partnership
  • Contact
  • en
  • de
 
  • Product Descriptions
  • Demos
  • Tools
 
 

Tools

For smaller tasks that reoccur regularly, we sometimes incidentally produce components that facilitate our everyday programming. To contribute to the world wide community, we want to publish those as Open Source.
 

csvtools

This component supports reading and writing CSV-files (character / Comma Separated Values). For a given java.io.Reader containing the CSV data, CSVReader provides access to the header and the individual values of the CSV-file. Even parsing incorrect CSV-files is possible, e.g. those which have been exported without working on separators. CSVWriter is the counterpart, and writes a dataset via a simple API on a java.io.Writer.
The class DBTools allows the simple CSV import into a JDBC database.
 
The library has been tested on JDK1.3.1 and JDK1.4.2.
  • Binary: exedio-csvtools.jar
  • Sources: exedio-csvtools-src.tar.gz
  • Documentation: exedio-csvtools-api.tar.gz, browse API
Feedback to info@exedio.com.
 

cops

A small framework for building web applications, that is intended as a substitute for struts. Works without writing any XML files. May best be used in combination with JSPM.  
 
The library has been tested on JDK1.4.2.
  • Binary: exedio-cops.jar
  • Sources: exedio-cops-src.tar.gz
  • Dokumentation: exedio-cops-api.tar.gz, browse API
Feedback to info@exedio.com.
 

jspm

Designed as a replacement for the JSP technology. Translates files similar to the build-time JSPs into executable Java source code, which in turn generate HTML text. Unlike JSPs, proper methods and classes can be implemented.
 
The application has been tested on JDK1.4.2.
  • Binary: exedio-jspm.jar
  • Sources: exedio-jspm-src.tar.gz
Feedback to info@exedio.com.
 

sendmail

A small library to asynchronously send emails. Helps to save emails sent from one application persistently and pass them on later by javax.mail to a SMTP server.
 
The library has been tested on JDK1.4.2.
  • Binary: exedio-sendmail.jar
  • Sources: exedio-sendmail-src.tar.gz
  • Documentation: exedio-sendmail-api.tar.gz, browse API
Feedback to info@exedio.com.
 

General information:

  • All versions published here were built and tested by our CruiseControl Server in JDK 1.4.2_05-b04. During the tests, we limit ourselves to automatic unit tests. These are included in the source code packages.
    The version numbers are the build numbers that are continuously generated by CruiseControl and can be seen in the manifest of the .jar-files.
  • The software offered here is released under the GNU Lesser General Public License.

 
 
  • (c) 2003-2010 exedio
  • Legal Details