|
Last change
on this file was 2, checked in by jkacer, 18 years ago |
|
Added all DocBook Framework stuff:
- DocBook DTD
- Transformation software FOP 0.20.5 and Saxon 6
- XSL styles
- Rexx scripts
Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).
|
|
File size:
749 bytes
|
| Line | |
|---|
| 1 | FOP Servlet Readme
|
|---|
| 2 |
|
|---|
| 3 | This directory contains two sample servlets that use FOP:
|
|---|
| 4 |
|
|---|
| 5 | - FopServlet can take a XSL:FO file or a XML+XSLT as parameters to create a PDF
|
|---|
| 6 | that is being shown in the browser.
|
|---|
| 7 |
|
|---|
| 8 | - FopPrintServlet has the same parameters but prints the generated document to
|
|---|
| 9 | the default printer instead of generating a PDF.
|
|---|
| 10 |
|
|---|
| 11 | Creating the WAR file:
|
|---|
| 12 |
|
|---|
| 13 | 1. Run build.bat (on Windows) or build.sh (on Unix) to create the WAR file.
|
|---|
| 14 | 2. Deploy the WAR file in your favourite web container.
|
|---|
| 15 |
|
|---|
| 16 | Sample URLs:
|
|---|
| 17 | http://localhost:8080/fop/servlet/FopServlet?fo=readme.fo
|
|---|
| 18 | http://localhost:8080/fop/servlet/FopPrintServlet?fo=readme.fo
|
|---|
| 19 |
|
|---|
| 20 | Tip: If you have problems using Internet Explorer, try this URL:
|
|---|
| 21 | http://localhost:8080/fop/servlet/FopServlet?fo=readme.fo&ext=.pdf
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.