my proble is that the program should take html request and post to servlet which should connect to database and the response should be displayed in html using xsl
Axel Honfi
Greenhorn
Joined: Jun 12, 2001
Posts: 4
posted
0
You need to load an xml/xsl-processor into your servlet. Most common are SAX or DOM. You have to import the proper package, initialise the processor, load the xml and xsl documents and just pass the output from the processor via out.print to the client.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.