style issues and framework independence

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

style issues and framework independence

Chris Snow-3
On a similar vein to style checking, a great tool to include as part of
the framework build process would be dependency checking / reporting.

This tool could help alert to incorrect dependencies (such as entity
engine depending on service engine).

Any thoughts?

Cheers,

Chris
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Chris Snow-3
Perhaps this functionality would be best situated in the eclipse ofbiz
ide tool that is currently being developed?

Christopher Snow wrote:

> On a similar vein to style checking, a great tool to include as part
> of the framework build process would be dependency checking / reporting.
>
> This tool could help alert to incorrect dependencies (such as entity
> engine depending on service engine).
>
> Any thoughts?
>
> Cheers,
>
> Chris

Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Bruno Busco
Hi Christopher,
where can I find info about where/who is developing this eclipse ofbiz ide tool?
I would be really interested in joining that project.

-Bruno

2010/2/5 Christopher Snow <[hidden email]>:

> Perhaps this functionality would be best situated in the eclipse ofbiz ide
> tool that is currently being developed?
>
> Christopher Snow wrote:
>>
>> On a similar vein to style checking, a great tool to include as part of
>> the framework build process would be dependency checking / reporting.
>>
>> This tool could help alert to incorrect dependencies (such as entity
>> engine depending on service engine).
>>
>> Any thoughts?
>>
>> Cheers,
>>
>> Chris
>
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Abdullah Shaikh
I found this http://code.google.com/p/ofbiz-eclipse-plugin/

- Abdullah

On Sat, Feb 6, 2010 at 5:39 PM, Bruno Busco <[hidden email]> wrote:

> Hi Christopher,
> where can I find info about where/who is developing this eclipse ofbiz ide
> tool?
> I would be really interested in joining that project.
>
> -Bruno
>
> 2010/2/5 Christopher Snow <[hidden email]>:
> > Perhaps this functionality would be best situated in the eclipse ofbiz
> ide
> > tool that is currently being developed?
> >
> > Christopher Snow wrote:
> >>
> >> On a similar vein to style checking, a great tool to include as part of
> >> the framework build process would be dependency checking / reporting.
> >>
> >> This tool could help alert to incorrect dependencies (such as entity
> >> engine depending on service engine).
> >>
> >> Any thoughts?
> >>
> >> Cheers,
> >>
> >> Chris
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

hans_bakker
In reply to this post by Bruno Busco
Eclipse plugin:
can browse through the components and show java service definitions and
implementations works also in Eclipse 3.5

demo:
http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm

download:
http://www.itu.dk/~hessellund/smartemf/index.php?page=sourcecode
(to be put in the eclipse plugin directory

I think it is very promising, has apache 2.0 license so can be included
in the ofbiz system

On Sat, 2010-02-06 at 13:09 +0100, Bruno Busco wrote:

> Hi Christopher,
> where can I find info about where/who is developing this eclipse ofbiz ide tool?
> I would be really interested in joining that project.
>
> -Bruno
>
> 2010/2/5 Christopher Snow <[hidden email]>:
> > Perhaps this functionality would be best situated in the eclipse ofbiz ide
> > tool that is currently being developed?
> >
> > Christopher Snow wrote:
> >>
> >> On a similar vein to style checking, a great tool to include as part of
> >> the framework build process would be dependency checking / reporting.
> >>
> >> This tool could help alert to incorrect dependencies (such as entity
> >> engine depending on service engine).
> >>
> >> Any thoughts?
> >>
> >> Cheers,
> >>
> >> Chris
> >
> >
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Abdullah Shaikh
Yes having a ofbiz eclipse plugin will be cool ..

- Abdullah

On Sat, Feb 6, 2010 at 6:30 PM, Hans Bakker
<[hidden email]>wrote:

> Eclipse plugin:
> can browse through the components and show java service definitions and
> implementations works also in Eclipse 3.5
>
> demo:
> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm<http://www.itu.dk/%7Ehessellund/smartemf/ofbizexplorer.htm>
>
> download:
> http://www.itu.dk/~hessellund/smartemf/index.php?page=sourcecode<http://www.itu.dk/%7Ehessellund/smartemf/index.php?page=sourcecode>
> (to be put in the eclipse plugin directory
>
> I think it is very promising, has apache 2.0 license so can be included
> in the ofbiz system
>
> On Sat, 2010-02-06 at 13:09 +0100, Bruno Busco wrote:
> > Hi Christopher,
> > where can I find info about where/who is developing this eclipse ofbiz
> ide tool?
> > I would be really interested in joining that project.
> >
> > -Bruno
> >
> > 2010/2/5 Christopher Snow <[hidden email]>:
> > > Perhaps this functionality would be best situated in the eclipse ofbiz
> ide
> > > tool that is currently being developed?
> > >
> > > Christopher Snow wrote:
> > >>
> > >> On a similar vein to style checking, a great tool to include as part
> of
> > >> the framework build process would be dependency checking / reporting.
> > >>
> > >> This tool could help alert to incorrect dependencies (such as entity
> > >> engine depending on service engine).
> > >>
> > >> Any thoughts?
> > >>
> > >> Cheers,
> > >>
> > >> Chris
> > >
> > >
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Jacques Le Roux-2-2
In reply to this post by Bruno Busco
Hi Bruno,

Last week or so, Sascha said that a colleague was working on it, look for his answer in ML

Jacques

From: "Bruno Busco" <[hidden email]>

> Hi Christopher,
> where can I find info about where/who is developing this eclipse ofbiz ide tool?
> I would be really interested in joining that project.
>
> -Bruno
>
> 2010/2/5 Christopher Snow <[hidden email]>:
>> Perhaps this functionality would be best situated in the eclipse ofbiz ide
>> tool that is currently being developed?
>>
>> Christopher Snow wrote:
>>>
>>> On a similar vein to style checking, a great tool to include as part of
>>> the framework build process would be dependency checking / reporting.
>>>
>>> This tool could help alert to incorrect dependencies (such as entity
>>> engine depending on service engine).
>>>
>>> Any thoughts?
>>>
>>> Cheers,
>>>
>>> Chris
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Bruno Busco
At the site Hans as pointed out:
http://www.itu.dk/people/hessellund/smartemf/index.php
seems that things have stopped down! :-(

-Bruno

2010/2/6 Jacques Le Roux <[hidden email]>:

> Hi Bruno,
>
> Last week or so, Sascha said that a colleague was working on it, look for
> his answer in ML
>
> Jacques
>
> From: "Bruno Busco" <[hidden email]>
>>
>> Hi Christopher,
>> where can I find info about where/who is developing this eclipse ofbiz ide
>> tool?
>> I would be really interested in joining that project.
>>
>> -Bruno
>>
>> 2010/2/5 Christopher Snow <[hidden email]>:
>>>
>>> Perhaps this functionality would be best situated in the eclipse ofbiz
>>> ide
>>> tool that is currently being developed?
>>>
>>> Christopher Snow wrote:
>>>>
>>>> On a similar vein to style checking, a great tool to include as part of
>>>> the framework build process would be dependency checking / reporting.
>>>>
>>>> This tool could help alert to incorrect dependencies (such as entity
>>>> engine depending on service engine).
>>>>
>>>> Any thoughts?
>>>>
>>>> Cheers,
>>>>
>>>> Chris
>>>
>>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Abdullah Shaikh
No, it has been taken up by Daniel Rosowski as per Sascha Rodekamp on ML

- Abdullah

On Sat, Feb 6, 2010 at 7:25 PM, Bruno Busco <[hidden email]> wrote:

> At the site Hans as pointed out:
> http://www.itu.dk/people/hessellund/smartemf/index.php
> seems that things have stopped down! :-(
>
> -Bruno
>
> 2010/2/6 Jacques Le Roux <[hidden email]>:
> > Hi Bruno,
> >
> > Last week or so, Sascha said that a colleague was working on it, look for
> > his answer in ML
> >
> > Jacques
> >
> > From: "Bruno Busco" <[hidden email]>
> >>
> >> Hi Christopher,
> >> where can I find info about where/who is developing this eclipse ofbiz
> ide
> >> tool?
> >> I would be really interested in joining that project.
> >>
> >> -Bruno
> >>
> >> 2010/2/5 Christopher Snow <[hidden email]>:
> >>>
> >>> Perhaps this functionality would be best situated in the eclipse ofbiz
> >>> ide
> >>> tool that is currently being developed?
> >>>
> >>> Christopher Snow wrote:
> >>>>
> >>>> On a similar vein to style checking, a great tool to include as part
> of
> >>>> the framework build process would be dependency checking / reporting.
> >>>>
> >>>> This tool could help alert to incorrect dependencies (such as entity
> >>>> engine depending on service engine).
> >>>>
> >>>> Any thoughts?
> >>>>
> >>>> Cheers,
> >>>>
> >>>> Chris
> >>>
> >>>
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Bruno Busco
Thank you guys, could you please send a link to this Sascha
discussion? I was not lucky to find it .

Thanks,
Bruno

2010/2/6 Abdullah Shaikh <[hidden email]>:

> No, it has been taken up by Daniel Rosowski as per Sascha Rodekamp on ML
>
> - Abdullah
>
> On Sat, Feb 6, 2010 at 7:25 PM, Bruno Busco <[hidden email]> wrote:
>
>> At the site Hans as pointed out:
>> http://www.itu.dk/people/hessellund/smartemf/index.php
>> seems that things have stopped down! :-(
>>
>> -Bruno
>>
>> 2010/2/6 Jacques Le Roux <[hidden email]>:
>> > Hi Bruno,
>> >
>> > Last week or so, Sascha said that a colleague was working on it, look for
>> > his answer in ML
>> >
>> > Jacques
>> >
>> > From: "Bruno Busco" <[hidden email]>
>> >>
>> >> Hi Christopher,
>> >> where can I find info about where/who is developing this eclipse ofbiz
>> ide
>> >> tool?
>> >> I would be really interested in joining that project.
>> >>
>> >> -Bruno
>> >>
>> >> 2010/2/5 Christopher Snow <[hidden email]>:
>> >>>
>> >>> Perhaps this functionality would be best situated in the eclipse ofbiz
>> >>> ide
>> >>> tool that is currently being developed?
>> >>>
>> >>> Christopher Snow wrote:
>> >>>>
>> >>>> On a similar vein to style checking, a great tool to include as part
>> of
>> >>>> the framework build process would be dependency checking / reporting.
>> >>>>
>> >>>> This tool could help alert to incorrect dependencies (such as entity
>> >>>> engine depending on service engine).
>> >>>>
>> >>>> Any thoughts?
>> >>>>
>> >>>> Cheers,
>> >>>>
>> >>>> Chris
>> >>>
>> >>>
>> >>
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Abdullah Shaikh
Here it is http://www.mail-archive.com/user@.../msg24921.html

- Abdullah

On Sat, Feb 6, 2010 at 7:45 PM, Bruno Busco <[hidden email]> wrote:

> Thank you guys, could you please send a link to this Sascha
> discussion? I was not lucky to find it .
>
> Thanks,
> Bruno
>
> 2010/2/6 Abdullah Shaikh <[hidden email]>:
> > No, it has been taken up by Daniel Rosowski as per Sascha Rodekamp on ML
> >
> > - Abdullah
> >
> > On Sat, Feb 6, 2010 at 7:25 PM, Bruno Busco <[hidden email]>
> wrote:
> >
> >> At the site Hans as pointed out:
> >> http://www.itu.dk/people/hessellund/smartemf/index.php
> >> seems that things have stopped down! :-(
> >>
> >> -Bruno
> >>
> >> 2010/2/6 Jacques Le Roux <[hidden email]>:
> >> > Hi Bruno,
> >> >
> >> > Last week or so, Sascha said that a colleague was working on it, look
> for
> >> > his answer in ML
> >> >
> >> > Jacques
> >> >
> >> > From: "Bruno Busco" <[hidden email]>
> >> >>
> >> >> Hi Christopher,
> >> >> where can I find info about where/who is developing this eclipse
> ofbiz
> >> ide
> >> >> tool?
> >> >> I would be really interested in joining that project.
> >> >>
> >> >> -Bruno
> >> >>
> >> >> 2010/2/5 Christopher Snow <[hidden email]>:
> >> >>>
> >> >>> Perhaps this functionality would be best situated in the eclipse
> ofbiz
> >> >>> ide
> >> >>> tool that is currently being developed?
> >> >>>
> >> >>> Christopher Snow wrote:
> >> >>>>
> >> >>>> On a similar vein to style checking, a great tool to include as
> part
> >> of
> >> >>>> the framework build process would be dependency checking /
> reporting.
> >> >>>>
> >> >>>> This tool could help alert to incorrect dependencies (such as
> entity
> >> >>>> engine depending on service engine).
> >> >>>>
> >> >>>> Any thoughts?
> >> >>>>
> >> >>>> Cheers,
> >> >>>>
> >> >>>> Chris
> >> >>>
> >> >>>
> >> >>
> >> >
> >>
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Jacques Le Roux-2-2
In reply to this post by Bruno Busco
Bruno,

As I said, Sascha wrote that one of his colleagues was *currently* working on it. It would be great if you could work with him on
this. I'd recommend to ask Sascha. Anyway, I guess he will read this sooner or later and will give us some insights.

Jacques

From: "Bruno Busco" <[hidden email]>

> At the site Hans as pointed out:
> http://www.itu.dk/people/hessellund/smartemf/index.php
> seems that things have stopped down! :-(
>
> -Bruno
>
> 2010/2/6 Jacques Le Roux <[hidden email]>:
>> Hi Bruno,
>>
>> Last week or so, Sascha said that a colleague was working on it, look for
>> his answer in ML
>>
>> Jacques
>>
>> From: "Bruno Busco" <[hidden email]>
>>>
>>> Hi Christopher,
>>> where can I find info about where/who is developing this eclipse ofbiz ide
>>> tool?
>>> I would be really interested in joining that project.
>>>
>>> -Bruno
>>>
>>> 2010/2/5 Christopher Snow <[hidden email]>:
>>>>
>>>> Perhaps this functionality would be best situated in the eclipse ofbiz
>>>> ide
>>>> tool that is currently being developed?
>>>>
>>>> Christopher Snow wrote:
>>>>>
>>>>> On a similar vein to style checking, a great tool to include as part of
>>>>> the framework build process would be dependency checking / reporting.
>>>>>
>>>>> This tool could help alert to incorrect dependencies (such as entity
>>>>> engine depending on service engine).
>>>>>
>>>>> Any thoughts?
>>>>>
>>>>> Cheers,
>>>>>
>>>>> Chris
>>>>
>>>>
>>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: style issues and framework independence

Jacques Le Roux-2-2
In reply to this post by Chris Snow-3
A lof of things/ideas could benefit to be in this plugin (OFBiz's PMD rules, etc.). Having this plugin improved would be a huge win
for the community...

Jacques

From: "Christopher Snow" <[hidden email]>

> Perhaps this functionality would be best situated in the eclipse ofbiz
> ide tool that is currently being developed?
>
> Christopher Snow wrote:
>> On a similar vein to style checking, a great tool to include as part
>> of the framework build process would be dependency checking / reporting.
>>
>> This tool could help alert to incorrect dependencies (such as entity
>> engine depending on service engine).
>>
>> Any thoughts?
>>
>> Cheers,
>>
>> Chris
>