Re: Using plain Groovy classes for services.

2018-11-17 Thread Mathieu Lirzin
Hello Taher, Taher Alkhateeb writes: > So I think we cannot look at things purely from a theoretical point of > view. There has to be a balance between clean code and continued > usability. > > Pros of your approach: > - cleaner semantics > - less pollution of the global namespace > - the other

Re: Using plain Groovy classes for services.

2018-11-17 Thread Taher Alkhateeb
So I think we cannot look at things purely from a theoretical point of view. There has to be a balance between clean code and continued usability. Pros of your approach: - cleaner semantics - less pollution of the global namespace - the other benefits you mentioned Cons of your approach: - less

Re: OFBiz as Marketplace

2018-11-17 Thread Taher Alkhateeb
It's been a while since we worked on this, but the most important thing to do in my opinion is the following: 1- complete the plugin API (currently written as gradle tasks) to pull, push, and handle plugins 2- complete the work around deploying our official plugins on maven nexus repository