PortalPage / Portlet / parameters : SGBD versus XML file

2019-12-20 Thread Olivier Heintz
Hello, community, In OFBiz, * definition of portalPortlets, * definition and content of the portalPages (column and which portlet in each one) * portalPortlet attributes for a portalPage * and some other details about the organization of the portal are stored in the ofbiz database. As Ni

Re: Are there any changes in the entity engine interfaces between ver 16 and ver 18

2019-12-20 Thread Jacques Le Roux
Hi Justin, Your message has been moderated. Please subscribe to the user ML for such questions and then use your email client. See why here http://ofbiz.apache.org/mailing-lists.html. You will get a better support, people can answer you on the ML. The wider the audience the better the answers

Are there any changes in the entity engine interfaces between ver 16 and ver 18

2019-12-20 Thread Justin Robinson
I've been tasked with writing a custom entity engine implementation, as a drop in replacement for the default implementation which seems to have bad performance in certain use cases for big data requirements. My client wishes to update to version 18 in the near future. Are there any changes to

Re: [DISCUSSION] separating GUI from the application

2019-12-20 Thread Gavin Mabie
Thanks Olivier You said: When rendering, as JSON flow, for some "field", it's not easily to say what is only data, what is user presentation data. Here's a JSON response for A EditPerson Form: { "target": "createClient", "targetWindow": "", "fields": [ { "title": "Role Type Id",

Re: [DISCUSSION] separating GUI from the application

2019-12-20 Thread Olivier Heintz
Hi Gavin, Separation completely GUI and application could be exploring, but I think it will be in a future step. Currently, one of step which can easily be done is having API for all services already used by the screen, (the future POST, PUT, PATCH and DELETE) be able to call them without a scr