[
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
Moved the code to a plugin called jsf.
This version shows examples of
1) using OFBiz services to query the database;
2) multi-column autocomplete; and
3) table using a virtual scroll, instead of paginator.
Example 3 uses the OFBiz Service 'findOrder' which require user authorization,
but a Single Sign On solution (like CAS SSO or Tomcat SSO) is not in place yet.
So it isn't working now.
> 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, 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)