
To Applet
JReport Designer can collaborate with a web server by exporting a report as an applet to a server. After publishing it to the server, you can then retrieve it by accessing the server.
Exporting the report results as an Applet to a server
To export the results of a report as an applet to a server:
- Open the report you want to export.
- Click File > Export To > Applet....
- In the Enter Server Location dialog, key in the server name and port number in the Server Name of Port text boxes, and then click OK.
- In the Export to Applet dialog, specify the directory and file name respectively.
For example, browse to the location where you want to save the file, type exapplet.htm as the file name, and then click Save. The file exapplet.htm and the report result exapplet.rst will then be generated.
Viewing the exported result file
Before viewing the exported result file of JReport using a web browser, you first need to make sure that your web server supports applets. Then,
- Copy the file viewer12.jar in
<server_install_root>\lib to the document root directory of the web server.
- Copy the result file *.rst and *.html generated when exporting to any directory of the web server. For example, copy A.rst and A.html into
<webserver_install_root>\test.
- Edit A.html (with a text editor) to make sure that all paths are valid. For example, change:
- codebase="/" (which refers to the location of viewer12.jar)
- value="/test/A.rst" (since we copied A.rst in
<webserver_install_root>\test.)
- width=800 height=600
- Run the web browser with the web server to view the results.
Notes:
- Before you can view the results in a web browser, make sure you have enabled Additional Unsigned Permissions for the web browser. To enable the option in Internet Explorer:
- Open the IE, then click Tools > Internet Options.
- In the Security tab, click Custom Level, scroll down Settings to set Java Permissions to Custom, click Java Custom Settings.
- In the Edit Permissions tab, check Run Unsigned Content.
- Click OK to accept the changes.
- JReport Enterprise Server also supports requesting the report result in an applet from a web browser.
