Re: Using jasper

2009-10-21 Thread Ben Short
Sounds interesting I shall investigate. Many Thanks. 2009/10/21 Mark Thomas : > Ben Short wrote: >> Hi Mark, >> >> Id like to store my jsp files in a database. When a request comes into >> my web app I want to look up the jsp file based on the requested url, >> compile it, instantiate it, cast it

Re: Using jasper

2009-10-21 Thread Mark Thomas
Ben Short wrote: > Hi Mark, > > Id like to store my jsp files in a database. When a request comes into > my web app I want to look up the jsp file based on the requested url, > compile it, instantiate it, cast it to a servlet and call the service > method. > > My application will be spring based.

Re: Using jasper

2009-10-21 Thread Ben Short
Hi Mark, Id like to store my jsp files in a database. When a request comes into my web app I want to look up the jsp file based on the requested url, compile it, instantiate it, cast it to a servlet and call the service method. My application will be spring based. Now I come to think about it wh

Re: Using jasper

2009-10-21 Thread Mark Thomas
Ben Short wrote: > Hi, > > I would like to use the Jasper jsp compiler to compile jsp's that I > read from a database/jackrabbit/inputstream can anyone give me any > pointers? Can you provide a little more context? Eg is thsi standalone or as part of a running Tomcat instance? Mark ---