dev@javaserverfaces.java.net

Enable com.sun.faces.externalizeJavaScript by default?

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 13 Feb 2007 11:34:23 -0800

So I'm curious what you all think about enabling
com.sun.faces.externalizeJavaScript by default.

If enabled:

   - The default commandLink renderer will render an external script
reference for the commandLink JS
      instead of inlining in the page
   - A PL will be inserted into the lifecycle to intercept the external
JS request and serve the bytes
     (caching headers are set, so the browser shouldn't be requesting
said bytes repeatedly)