Re: Logical dependency tree for ofbiz components OFBIZ-12309

2021-12-02 Thread Eugen Stan
Hello Taher, Thanks for getting back. I think we are very much aligned on where we want to go but we have different perspectives on where we are in regards to OFBiz. I will motivate my reply inline: On 29.11.2021 10:36, Taher Alkhateeb wrote: Hello, I may be misunderstanding your point,

Re: Logical dependency tree for ofbiz components OFBIZ-12309

2021-11-29 Thread Taher Alkhateeb
Hello, I may be misunderstanding your point, but ofbiz is already broken down to sub-projects and the sub-projects are defined from the framework itself (check common.gradle). And it is possible to publish ofbiz parts separately, and also possible to isolate dependencies in each project and

Re: Logical dependency tree for ofbiz components OFBIZ-12309

2021-11-28 Thread Eugen Stan
Hi, I think I made some progress while reverse engineering how ofbiz is built and I decided to share this so on the issue https://issues.apache.org/jira/browse/OFBIZ-3500 My train of thought is to split the current setup first into 4 static gradle sub-projects: * framework * application *

Re: Logical dependency tree for ofbiz components OFBIZ-12309

2021-09-08 Thread Gil Portenseigne
Hello Eugen, [...] > > I have on my mind to elaborate a framework-core an acceptable minimal > > circular dependencies and some other present as three dependency > > > >* core : common - base - start - entity - service - security - webapp > >* entityext : core > >* datafile: core >

Re: Logical dependency tree for ofbiz components OFBIZ-12309

2021-09-02 Thread Eugen Stan
Hello Nicolas, Thank you for looking into this. I know it's not an easy task. I believe that where is a will, there is a way. Now let's see if the OFBiz community has a strong will in this direction. Let's discuss about your proposal and let's see where it goes. See my comments inline: On

Re: Logical dependency tree for ofbiz components OFBIZ-12309

2021-09-02 Thread Nicolas Malin
Hello Eugen, On 30/08/2021 11:48, Eugen Stan wrote: > Hello, > > I've opened a new issue > https://issues.apache.org/jira/browse/OFBIZ-12309 . > > I need community help with this. I analyzed at fresh head, It's a hard task to remove the circular dependency. We have some dependencies that would

Logical dependency tree for ofbiz components OFBIZ-12309

2021-08-30 Thread Eugen Stan
Hello, I've opened a new issue https://issues.apache.org/jira/browse/OFBIZ-12309 . I need community help with this. From the exploratory branch https://github.com/apache/ofbiz-framework/pull/319  I discovered there are a lot of circular dependencies between components (components depending