Chris Shellenbarger

Greenhorn
+ Follow
since Mar 14, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chris Shellenbarger

The last time I looked into deploying on a shared hosting account at GoDaddy it looked like you had to place the file in a staging area and they would deploy from that staging area once a night at a certain time. If you are using virtual/dedicated server it should be just like normal.

Also, I don't think that their Tomcat version is up to date enough to run Java Server Faces.
[ June 19, 2007: Message edited by: Chris Shellenbarger ]
16 years ago
JSF
Tomahawk works with all JSF 1.1 compatible implementations. The JSF 1.2 reference implementation is backwards compatible with 1.1. Therefore, you can use Tomahawk 1.5 with JSF 1.2. I've been doing this and have not had any problems.
16 years ago
JSF
I personally can't stand XSL-FO - but I just did a project with a similar requirement and I used iText (http://www.lowagie.com/iText/). If you have an existing PDF you can add fields to it then convert your source XML into the XFDF format for your fields and it will fill in the appropriate fields.

It also can be used to create PDFs from scratch.