Re: [tcusers]Re: JSP to PDF

2002-01-07 Thread Darth Darknerd
I plead ignorance about JSP, but doesn't JSP make HTML pages, not XML pages?!? You create your data content in XML. Then create a separate document style sheet using FO (Formatting Objects) markup. These two documents will be then converted into a PDF file using FOP. FOP is one implementati

Re: [tcusers]Re: JSP to PDF

2002-01-07 Thread Darth Darknerd
I plead ignorance about JSP, but doesn't JSP make HTML pages, not XML pages?!? You create your data content in XML. Then create a separate document style sheet using FO (Formatting Objects) markup. These two documents will be then converted into a PDF file using FOP. FOP is one implementati

Re: No examples with 4.0.1 install on OSX

2001-12-24 Thread Darth Darknerd
Christian, I really wish Mac OS X was for rookies, but it is by far not the fact. Actually, one needs considerable expertise to deal with the Mac OS X, because Apple does not follow the standards. It seems that most things in the /etc directory are just ignored. Take creating new users and g

Re: JDBC Driver for MS SQL Server

2001-12-24 Thread Darth Darknerd
I have a question... Isn't there some TDS driver out there. I remember someone was working on a generic TDB-ODBC driver to Sybase/MS-SQL using an open source TDS library, and I vaguely remember coming across info about a JDBC-TDS library. Anybody can point me in the right direction, it be mu

Re: [Offtopic] RE: JDBC Driver for MS SQL Server

2001-12-24 Thread Darth Darknerd
I wouldn't know about "extensive QA process" or the terrorist thing. Microsoft ships with thousands of known bugs, and even QA still misses some huge bugs, and also security type issues are just not addressed in QA. (This coming from previous experience working for QA at Microsoft in Cuperti

Re: [tcusers]Re: JSP to PDF

2001-12-15 Thread Darth Darknerd
I plead ignorance about JSP, but doesn't JSP make HTML pages, not XML pages?!? You create your data content in XML. Then create a separate document style sheet using FO (Formatting Objects) markup. These two documents will be then converted into a PDF file using FOP. FOP is one implementati

Re: Tomcat 3.2 Mac OS 9.1 JNI UnsatisfiedLinkError

2001-10-18 Thread Darth Darknerd
Just curious... What web server would you hook Tomcat up to... It's not like Apache works on Mac OS 9.x...