Ofbiz Eclipse plugin

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

Ofbiz Eclipse plugin

Daniel McAllister
Hello

I'm working on an existing Ofbiz Eclipse plugin that is based on this one:
http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm

I have added some new features:
-Parsing controller.xml
-Finding service call/invocation in (reference, usage) in java files.
Currently it's commented out because it's very slow for the first time
to parse everything. Im going to add an incremental project builder
extension to support for incremental parsing.

Im adding new things to it.

https://github.com/rasztasd/ofbiz-eclipse-project-explorer
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Eclipse plugin

hans_bakker
sounds interesting, if you think it is use full to people to use, add it
to a jira issue and I will review it...and will commit to the trunk.

Regards, Hans

On Thu, 2011-07-21 at 17:17 +0200, Daniel McAllister wrote:

> Hello
>
> I'm working on an existing Ofbiz Eclipse plugin that is based on this one:
> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
>
> I have added some new features:
> -Parsing controller.xml
> -Finding service call/invocation in (reference, usage) in java files.
> Currently it's commented out because it's very slow for the first time
> to parse everything. Im going to add an incremental project builder
> extension to support for incremental parsing.
>
> Im adding new things to it.
>
> https://github.com/rasztasd/ofbiz-eclipse-project-explorer

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Eclipse plugin

Daniel McAllister
Hello

Which Jira do you mean? Can you send me a link?

On Sat, Jul 23, 2011 at 3:58 PM, Hans Bakker
<[hidden email]> wrote:

> sounds interesting, if you think it is use full to people to use, add it
> to a jira issue and I will review it...and will commit to the trunk.
>
> Regards, Hans
>
> On Thu, 2011-07-21 at 17:17 +0200, Daniel McAllister wrote:
>> Hello
>>
>> I'm working on an existing Ofbiz Eclipse plugin that is based on this one:
>> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
>>
>> I have added some new features:
>> -Parsing controller.xml
>> -Finding service call/invocation in (reference, usage) in java files.
>> Currently it's commented out because it's very slow for the first time
>> to parse everything. Im going to add an incremental project builder
>> extension to support for incremental parsing.
>>
>> Im adding new things to it.
>>
>> https://github.com/rasztasd/ofbiz-eclipse-project-explorer
>
> --
> Ofbiz on twitter: http://twitter.com/apache_ofbiz
> Myself on twitter: http://twitter.com/hansbak
> Antwebsystems.com: Quality services for competitive rates.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Eclipse plugin

David E. Jones-2
In reply to this post by hans_bakker

An Eclipse plugin might be something better as a separate project with download links from wiki pages and such.

Not everything related to OFBiz needs to go in the OFBiz SVN repo...

-David


On Jul 23, 2011, at 7:58 AM, Hans Bakker wrote:

> sounds interesting, if you think it is use full to people to use, add it
> to a jira issue and I will review it...and will commit to the trunk.
>
> Regards, Hans
>
> On Thu, 2011-07-21 at 17:17 +0200, Daniel McAllister wrote:
>> Hello
>>
>> I'm working on an existing Ofbiz Eclipse plugin that is based on this one:
>> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
>>
>> I have added some new features:
>> -Parsing controller.xml
>> -Finding service call/invocation in (reference, usage) in java files.
>> Currently it's commented out because it's very slow for the first time
>> to parse everything. Im going to add an incremental project builder
>> extension to support for incremental parsing.
>>
>> Im adding new things to it.
>>
>> https://github.com/rasztasd/ofbiz-eclipse-project-explorer
>
> --
> Ofbiz on twitter: http://twitter.com/apache_ofbiz
> Myself on twitter: http://twitter.com/hansbak
> Antwebsystems.com: Quality services for competitive rates.
>

Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Eclipse plugin

hans_bakker
In reply to this post by Daniel McAllister
New Jira issue to which you can add your code?

On Sat, 2011-07-23 at 20:10 +0200, Daniel McAllister wrote:

> Hello
>
> Which Jira do you mean? Can you send me a link?
>
> On Sat, Jul 23, 2011 at 3:58 PM, Hans Bakker
> <[hidden email]> wrote:
> > sounds interesting, if you think it is use full to people to use, add it
> > to a jira issue and I will review it...and will commit to the trunk.
> >
> > Regards, Hans
> >
> > On Thu, 2011-07-21 at 17:17 +0200, Daniel McAllister wrote:
> >> Hello
> >>
> >> I'm working on an existing Ofbiz Eclipse plugin that is based on this one:
> >> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
> >>
> >> I have added some new features:
> >> -Parsing controller.xml
> >> -Finding service call/invocation in (reference, usage) in java files.
> >> Currently it's commented out because it's very slow for the first time
> >> to parse everything. Im going to add an incremental project builder
> >> extension to support for incremental parsing.
> >>
> >> Im adding new things to it.
> >>
> >> https://github.com/rasztasd/ofbiz-eclipse-project-explorer
> >
> > --
> > Ofbiz on twitter: http://twitter.com/apache_ofbiz
> > Myself on twitter: http://twitter.com/hansbak
> > Antwebsystems.com: Quality services for competitive rates.
> >
> >

--
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.

Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Eclipse plugin

Adrian Crum-3
In reply to this post by David E. Jones-2
+1

-Adrian

On 7/23/2011 8:41 PM, David E Jones wrote:

> An Eclipse plugin might be something better as a separate project with download links from wiki pages and such.
>
> Not everything related to OFBiz needs to go in the OFBiz SVN repo...
>
> -David
>
>
> On Jul 23, 2011, at 7:58 AM, Hans Bakker wrote:
>
>> sounds interesting, if you think it is use full to people to use, add it
>> to a jira issue and I will review it...and will commit to the trunk.
>>
>> Regards, Hans
>>
>> On Thu, 2011-07-21 at 17:17 +0200, Daniel McAllister wrote:
>>> Hello
>>>
>>> I'm working on an existing Ofbiz Eclipse plugin that is based on this one:
>>> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
>>>
>>> I have added some new features:
>>> -Parsing controller.xml
>>> -Finding service call/invocation in (reference, usage) in java files.
>>> Currently it's commented out because it's very slow for the first time
>>> to parse everything. Im going to add an incremental project builder
>>> extension to support for incremental parsing.
>>>
>>> Im adding new things to it.
>>>
>>> https://github.com/rasztasd/ofbiz-eclipse-project-explorer
>> --
>> Ofbiz on twitter: http://twitter.com/apache_ofbiz
>> Myself on twitter: http://twitter.com/hansbak
>> Antwebsystems.com: Quality services for competitive rates.
>>
Reply | Threaded
Open this post in threaded view
|

Re: Ofbiz Eclipse plugin

Daniel McAllister
I would prefer using Github. But anyway we can use anything.

Github has a Wiki page and an Issue tracker.

When i have some time i'll write down in the (Gihub) Wiki my ideas
about what the plugin should do and how.


On Sat, Jul 23, 2011 at 10:00 PM, Adrian Crum
<[hidden email]> wrote:

> +1
>
> -Adrian
>
> On 7/23/2011 8:41 PM, David E Jones wrote:
>>
>> An Eclipse plugin might be something better as a separate project with
>> download links from wiki pages and such.
>>
>> Not everything related to OFBiz needs to go in the OFBiz SVN repo...
>>
>> -David
>>
>>
>> On Jul 23, 2011, at 7:58 AM, Hans Bakker wrote:
>>
>>> sounds interesting, if you think it is use full to people to use, add it
>>> to a jira issue and I will review it...and will commit to the trunk.
>>>
>>> Regards, Hans
>>>
>>> On Thu, 2011-07-21 at 17:17 +0200, Daniel McAllister wrote:
>>>>
>>>> Hello
>>>>
>>>> I'm working on an existing Ofbiz Eclipse plugin that is based on this
>>>> one:
>>>> http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
>>>>
>>>> I have added some new features:
>>>> -Parsing controller.xml
>>>> -Finding service call/invocation in (reference, usage) in java files.
>>>> Currently it's commented out because it's very slow for the first time
>>>> to parse everything. Im going to add an incremental project builder
>>>> extension to support for incremental parsing.
>>>>
>>>> Im adding new things to it.
>>>>
>>>> https://github.com/rasztasd/ofbiz-eclipse-project-explorer
>>>
>>> --
>>> Ofbiz on twitter: http://twitter.com/apache_ofbiz
>>> Myself on twitter: http://twitter.com/hansbak
>>> Antwebsystems.com: Quality services for competitive rates.
>>>
>