uk.org.ogsadai.examples.clienttoolkit
Class XSLTransformWithDelivery

java.lang.Object
  |
  +--uk.org.ogsadai.examples.clienttoolkit.XSLTransformWithDelivery

public class XSLTransformWithDelivery
extends java.lang.Object

This example shows how to transform a JDBC result set into a HTML table. The XSL transform document is delivered from the URL: http://localhost:8080/tutorial/transformRowSet.xsl To make this file available on your Tomcat server download the file transformRowSet.xsl from the tutorial pages and copy it into /webapps/ROOT/tutorial/ Any files or subdirectories in webapps/ROOT/ are automatically published by Tomcat.


Field Summary
private static?java.lang.String COPYRIGHT_NOTICE
???????????
?
Constructor Summary
XSLTransformWithDelivery()
???????????
?
Method Summary
static?void main(java.lang.String[]?args)
???????????
?
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
?

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values
Constructor Detail

XSLTransformWithDelivery

public XSLTransformWithDelivery()
Method Detail

main

public static void main(java.lang.String[]?args)
                 throws java.lang.Exception
java.lang.Exception