1 2 3 Previous Next 31 Replies Latest reply on Oct 29, 2012 5:01 AM by jfclere Go to original post
      • 30. Re: JspC for JBoss 6 M4
        javatwo

        One good thing about pre-compile jsp is that we can obfuscate the compiled code for code protection and performance. We need JSP pre-compile feature for Jboss 7+.

        • 31. Re: JspC for JBoss 6 M4
          jfclere

          again JspC is not in the AS7 web subsystem. In most of the case you can use the JspC of Tomcat7 to precompile your jsp (but stuff like annotiation won't work).

          1 2 3 Previous Next