You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "James Yong (JIRA)" <ji...@apache.org> on 2017/07/08 14:12:00 UTC

[jira] [Updated] (OFBIZ-9469) POC: Using JSF

     [ https://issues.apache.org/jira/browse/OFBIZ-9469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Yong updated OFBIZ-9469:
------------------------------
    Attachment: OFBIZ-9469.patch

Test out the JSF page by navigating to https://localhost:8443/ordermgr/faces/index.xhtml

> 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
>         Attachments: OFBIZ-9469.patch
>
>
> 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)