Re: Should we remove modifiers when default (no modifier) is the same?

2019-08-23 Thread Mathieu Lirzin
Hello Jacques, Jacques Le Roux writes: > I was looking at the work done by Pradhan Yash Sharma for OFBIZ-10477 "Parent > ticket for reducing scope of variables and methods" > > This work is related to > https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html > > I only applied

Re: [QUESTION] What about TypeScript?

2019-08-23 Thread Gavin Mabie
i'm currently using Typescript in a project with OFbiz, but its in an Angular 8 context. Using OFbiz as an AppServer only, I'm not using any OFbiz widgets. It's worth investing in Typescript if you intend to create a whole new frontend. Merging with existing OFbiz widgets is almost impossible.

Re: svn commit: r1865546 - in /ofbiz/branches/release16.11/gradle: init-gradle-wrapper.ps1 init-gradle-wrapper.sh

2019-08-23 Thread Nicolas Malin
Hi Jacques On 8/23/19 10:38 AM, Jacques Le Roux wrote: Hi Nicolas, I noticed there are gradlew scripts (to be in OFBiz home) in 2.13 on Bintray but not in other version, normal? Yes, I saw that Jacopo remove the script during the release process, that I didn't think. So I updated priority

Re: svn commit: r1865546 - in /ofbiz/branches/release16.11/gradle: init-gradle-wrapper.ps1 init-gradle-wrapper.sh

2019-08-23 Thread Jacques Le Roux
Also could you please update https://cwiki.apache.org/confluence/display/OFBIZ/Release+Management+Guide+for+OFBiz with the steps to upload files there? TIA Jacques Le 23/08/2019 à 10:38, Jacques Le Roux a écrit : Hi Nicolas, I noticed there are gradlew scripts (to be in OFBiz home) in 2.13

Re: svn commit: r1865546 - in /ofbiz/branches/release16.11/gradle: init-gradle-wrapper.ps1 init-gradle-wrapper.sh

2019-08-23 Thread Jacques Le Roux
Hi Nicolas, I noticed there are gradlew scripts (to be in OFBiz home) in 2.13 on Bintray but not in other version, normal? Thanks Jacques Le 20/08/2019 à 18:26, nma...@apache.org a écrit : Author: nmalin Date: Tue Aug 20 16:26:38 2019 New Revision: 1865546 URL:

Re: [QUESTION] What about TypeScript?

2019-08-23 Thread Jacques Le Roux
Thanks Guys, Yes that's also the issues I crossed and mostly why I did not went further. What I'd really like to have is using require.js. We have an issue (among somehow others related) for that: https://s.apache.org/8uj8v Jacques Le 23/08/2019 à 10:02, Samuel a écrit : Hi, I am also

Re: [QUESTION] What about TypeScript?

2019-08-23 Thread Samuel
Hi, I am also relatively new to OFBiz, but it seems to me that Typescript is a bit overkill : as Carl says we should defined a build step to translate Typescript to Javascript but we should also define an install step to get build dependencies to be able to develop on Typescript files. I

Re: [QUESTION] What about TypeScript?

2019-08-23 Thread Carl Demus
Hello, personally i am a "fan" of typescript, but i've used it on other project and not in a ofbiz context (hello i'am new). TS is a not a full replacement to JS but help to do better code. The learning curve is easy for a user of JVM langage (Java, Groovy, Kotlin) or Dotnet. The killing