DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43979>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43979 Summary: Add abstraction for Java and Classfile output Product: Tomcat 6 Version: 6.0.14 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the incubating project Sling, we are using Jasper to compile JSP scripts which are located in a JCR repository (e.g. Apache Jackrabbit). This may perfectly be done using a customized ServletContext. Likewise we would like to store the generated Java source files as well as the generated class files in the same repository for later consumption. By storing the Java and class files in the repository, we are able to remotely inspect the java files in case of spurious issues or to remove the generated files alltogether during development. In addition, we are thinking of distributing generated class files between repositories in distributed or staged environments. Upto now we have been working on a private patched version of Jasper 5.5.20, but are not able to keep up with more recent Jasper releases. So we wonder whether it would be possible to include this functionality into the Jasper release. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]