From notifications-return-10209-apmail-ofbiz-notifications-archive=ofbiz.apache.org@ofbiz.apache.org Sat Jul 8 14:07:10 2017 Return-Path: X-Original-To: apmail-ofbiz-notifications-archive@minotaur.apache.org Delivered-To: apmail-ofbiz-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79FFB1A6EA for ; Sat, 8 Jul 2017 14:07:10 +0000 (UTC) Received: (qmail 78121 invoked by uid 500); 8 Jul 2017 14:07:05 -0000 Delivered-To: apmail-ofbiz-notifications-archive@ofbiz.apache.org Received: (qmail 78096 invoked by uid 500); 8 Jul 2017 14:07:05 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 78087 invoked by uid 99); 8 Jul 2017 14:07:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Jul 2017 14:07:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id ADDD2C0335 for ; Sat, 8 Jul 2017 14:07:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id ab_YMx4Sg446 for ; Sat, 8 Jul 2017 14:07:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 605D05F613 for ; Sat, 8 Jul 2017 14:07:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A73A6E00A0 for ; Sat, 8 Jul 2017 14:07:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1031320D1F for ; Sat, 8 Jul 2017 14:07:01 +0000 (UTC) Date: Sat, 8 Jul 2017 14:07:00 +0000 (UTC) From: "James Yong (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (OFBIZ-9469) POC: Using JSF MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 James Yong created OFBIZ-9469: --------------------------------- Summary: POC: Using JSF Key: OFBIZ-9469 URL: https://issues.apache.org/jira/browse/OFBIZ-9469 Project: OFBiz Issue Type: New Feature Reporter: James Yong Priority: Minor JavaServerFaces (JSF) can be used to build Rich Internet Applications which is suitable for business-facing part of an ERP system. Some Advantages ============== JSF is similar to OFBiz widget; both can use declarative XML UI. JSF can map directly to a backing bean and doesn't requires any request mapping. JSF also allows the direct coding of HTML within the XML, while OFBiz widgets need to link to external FTL file. I have done some initial work to add JSF capabilities for developers to evaluate its suitability further. It is also possible to render OFBiz Widgets (for reuse) and programmatically placed within JSF, but I haven't go into it yet. -- This message was sent by Atlassian JIRA (v6.4.14#64029)