Hello, This is also very very interesting if we like to implement for example a commercial Prestashop template above ofbiz. The shopcart is with ajax and javascript built. The outcome of the shopcart is sent to the backend by json .
This kind of techniques are necessary because of speed of reactions on the frontend. It are not the only adaptations needed for implementing a Prestashop template to ofbiz but it is already a part. My ofbiz on www.olagos.com has a Prestashop template but it is not yet fully running. An extra controller above the ofbiz one is also needed. On www.olagos.eu is a prestashop template implemented on a Prestashop ecommerce backend. Regards, Eric Olagos bvba Heidi Dehaes Kerkstraat 34 2570 Duffel Belgium Tel. : 015/31 53 04 GSM : 0485/22 35 80 E-mail : [email protected] http://www.olagos.eu http://www.olagos.com http://www.olagos.be http://www.olagos.nl 2016-03-29 21:06 GMT+02:00 Anil K Patel (JIRA) <[email protected]>: > Anil K Patel created OFBIZ-6967: > ----------------------------------- > > Summary: JSON renderer for Screens and Forms > Key: OFBIZ-6967 > URL: https://issues.apache.org/jira/browse/OFBIZ-6967 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Anil K Patel > Assignee: Anil K Patel > Priority: Trivial > > > Apache OFBiz Forms are interesting objects. They allow developers to focus > on semantics of the document and not worry about the details of rendering > document for the clients. The view renderers take care of all the platform > specific details and deliver the document as HTML or PDF or CSV. > > With time the browser client technologies have evolved to a point where > HTML view rendered by OFBiz are not meeting the user expectations. > > We plan to develop and contribute a HTML view renderer that will allow > user to request content as JSON instead of HTML. > > Such JSON content can be consumed by various client e.g Mobile > applications or browser based SPA. > > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) >
