Hi guys This is a question to know something. I am using a JRXML to inject a view in my Spring Application.
1. Is there a way to configure which compiler to use to generate the .JASPER at runtime. Name it tools.jar or jdt-compiler (by the way, where do I get the latest JDT compiler)? I have deployed to OAS 10.1.3 and it required me to have a compiler, I thought that it was enough to use the JDK's TOOLS.JAR but it was not found.....perhaps the OAS is not properly configured, thus I had to put the JDT-Compiler to my WEB-INF/lib directory and voil'a 2. Well, I wonder and this should be a confirmation more than a question. I wonder if I previously compile the .JASPER file, could I use this version and avoid deploying a compiler. That is, if I use the compiled version for the report, should Spring MVC know that it need not to compile. Regards.
