Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 93971 invoked from network); 22 Dec 2009 10:52:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Dec 2009 10:52:52 -0000 Received: (qmail 73637 invoked by uid 500); 22 Dec 2009 10:52:52 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 73564 invoked by uid 500); 22 Dec 2009 10:52:51 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 73554 invoked by uid 99); 22 Dec 2009 10:52:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 10:52:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2009 10:52:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 76CE3234C1F1 for ; Tue, 22 Dec 2009 02:52:29 -0800 (PST) Message-ID: <1899616380.1261479149485.JavaMail.jira@brutus> Date: Tue, 22 Dec 2009 10:52:29 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Subject: [jira] Assigned: (FELIX-1959) Move towards unified L&F and extended branding support In-Reply-To: <1887656979.1261473509770.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-1959: --------------------------------------- Assignee: Carsten Ziegeler > Move towards unified L&F and extended branding support > ------------------------------------------------------ > > Key: FELIX-1959 > URL: https://issues.apache.org/jira/browse/FELIX-1959 > Project: Felix > Issue Type: New Feature > Components: Web Console > Reporter: Valentin Valchev > Assignee: Carsten Ziegeler > Priority: Minor > Attachments: jqueryui-vs-default-lnf.png > > > Currently the Web Console uses heavily on the JQuery framework. Using a unified JavaScript framework simplifies development of all plugins and unifies the used approach. > However, when talking about visual styling, there are number of differences because each plugin developer uses own styles. > My suggestion is to adopt the JQuery UI . The benefits of using it as unified widget/css framework are: > - no time to spend on writing widgets already in the library > - clean CSS visual styling > - easy way to change the L&F by changing the theme (extended branding support!) > - improved cross-browser support (JQuery UI takes care of CSS differences) > Using the JQuery UI framework the developer shouldn't care about color but only for layout - components position; and for data being displayed. > To illustrate the benefits I've saved the "Log Service" page, modified it to use JQuery UI, took screen-shot, modified the theme CSS only, and again took screen-shot, and finally added the original L&F for reference, so you can easily compare the result. > The attached image contains the combined screen-shots. > " -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.