Return-Path: X-Original-To: apmail-myfaces-dev-archive@www.apache.org Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7A24967B for ; Tue, 8 Nov 2011 17:40:13 +0000 (UTC) Received: (qmail 7647 invoked by uid 500); 8 Nov 2011 17:40:13 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 7578 invoked by uid 500); 8 Nov 2011 17:40:13 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 7514 invoked by uid 99); 8 Nov 2011 17:40:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 17:40:13 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 17:40:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E78E13E09A for ; Tue, 8 Nov 2011 17:39:51 +0000 (UTC) Date: Tue, 8 Nov 2011 17:39:51 +0000 (UTC) From: "Werner Punz (Commented) (JIRA)" To: dev@myfaces.apache.org Message-ID: <239926861.11437.1320773991949.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <655156818.6492.1318948210626.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MYFACES-3361) jsf.js: code restructuration for size and speed improvlements MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MYFACES-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146423#comment-13146423 ] Werner Punz commented on MYFACES-3361: -------------------------------------- I added a blog for the new functionality: http://www.irian.at/de/blog/-/blogs/introducing-apache-myfaces-modular-includes > jsf.js: code restructuration for size and speed improvlements > ------------------------------------------------------------- > > Key: MYFACES-3361 > URL: https://issues.apache.org/jira/browse/MYFACES-3361 > Project: MyFaces Core > Issue Type: Improvement > Affects Versions: 2.0.10-SNAPSHOT, 2.1.4-SNAPSHOT > Reporter: Werner Punz > Assignee: Werner Punz > Fix For: 2.0.10, 2.1.4 > > Attachments: Adding_modular_jsf_js_support_.patch > > > h2. Currently we have one big jsf.js file with all code in > * *core* which implements all of the spec > * *i18n* which implements the language messages for currently 7 languages > * *experimental* which implements features targetted for jsf 2.2 onwards > * *quirksmode* code which supports non standard compliant browsers > The idea is to still keep one big file, but also provide several files which partially can be mixed to achieve the functionality needed > h2. We are going to allow > * one big file which resembles our current jsf.js > * a base file which resembles the core + quirksmode > * a modern browser file which resembles the core only without quirksmode code > * a separate i18n file for the i18n messages > * a legacy file for quirksmode browsers > * an experimental file with all non standard features combined > In the end the plan is to allow the users to mix those feature sets to reduce the import size while still retaining all the existing > functionality. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira