JAR Export Plugin
The JAR export plugin feature was released in version 1.4. It gives you the ability to extend FormReturn's code to do things such as export data to an external database.
The FormReturn API has an example file of how to write a plugin. ReportImpl.java in the unit tests is a basic example of how to connect to a MySQL database for exporting. To make your own plugin, extend the Report class and implement the required methods. If you're using Eclipse, you can export the Java file as a JAR file ready for use by the program by right clicking on the file, selecting export, Java -> JAR file, type the name of the new jar file and finish.



