Re: Eclipse plugin.

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

Re: Eclipse plugin.

hans_bakker
The current status of this 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

Regards,
Hans


On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
> Has anyone made any advances on an eclipse plugin for ofbiz?
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Jacques Le Roux
Administrator
Thanks Hans,

I completly forgot about this, though I think the last time I had a look it was not so advanced

Jacques

From: "Hans Bakker" <[hidden email]>

> The current status of this 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
>
> Regards,
> Hans
>
>
> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>> Has anyone made any advances on an eclipse plugin for ofbiz?
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Jacques Le Roux
Administrator
Hans,

I don't remember why I did not decide to use it. Do you use it regularly, is it stable ?

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Thanks Hans,
>
> I completly forgot about this, though I think the last time I had a look it was not so advanced
>
> Jacques
>
> From: "Hans Bakker" <[hidden email]>
>> The current status of this 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
>>
>> Regards,
>> Hans
>>
>>
>> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>>> Has anyone made any advances on an eclipse plugin for ofbiz?
>> --
>> Antwebsystems.com: Quality OFBiz services for competitive rates
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

hans_bakker
Hi Jaques,

I just tried it again and looks like it is working.

it however only does java services. I do not think it is very difficult
to extend it to minilanguage services, entities def files, config files
etc. The source is downloadable too and i am just looking at it in the
eclipse plugin developer.

the big job has been done actually so far as i can see.....I do not have
much experience with eclipse plugin development however.....

Regards,
Hans

On Tue, 2010-01-26 at 11:17 +0100, Jacques Le Roux wrote:

> Hans,
>
> I don't remember why I did not decide to use it. Do you use it regularly, is it stable ?
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
> > Thanks Hans,
> >
> > I completly forgot about this, though I think the last time I had a look it was not so advanced
> >
> > Jacques
> >
> > From: "Hans Bakker" <[hidden email]>
> >> The current status of this 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
> >>
> >> Regards,
> >> Hans
> >>
> >>
> >> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
> >>> Has anyone made any advances on an eclipse plugin for ofbiz?
> >> --
> >> Antwebsystems.com: Quality OFBiz services for competitive rates
> >>
> >
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Jacques Le Roux
Administrator
Thanks Hans,

Looks promising :o)

Jacques

From: "Hans Bakker" <[hidden email]>

> Hi Jaques,
>
> I just tried it again and looks like it is working.
>
> it however only does java services. I do not think it is very difficult
> to extend it to minilanguage services, entities def files, config files
> etc. The source is downloadable too and i am just looking at it in the
> eclipse plugin developer.
>
> the big job has been done actually so far as i can see.....I do not have
> much experience with eclipse plugin development however.....
>
> Regards,
> Hans
>
> On Tue, 2010-01-26 at 11:17 +0100, Jacques Le Roux wrote:
>> Hans,
>>
>> I don't remember why I did not decide to use it. Do you use it regularly, is it stable ?
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>> > Thanks Hans,
>> >
>> > I completly forgot about this, though I think the last time I had a look it was not so advanced
>> >
>> > Jacques
>> >
>> > From: "Hans Bakker" <[hidden email]>
>> >> The current status of this 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
>> >>
>> >> Regards,
>> >> Hans
>> >>
>> >>
>> >> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>> >>> Has anyone made any advances on an eclipse plugin for ofbiz?
>> >> --
>> >> Antwebsystems.com: Quality OFBiz services for competitive rates
>> >>
>> >
>>
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Ruth Hoffman-2
In reply to this post by hans_bakker
Hi Hans:
The "Wink" demo is really nice and informative!
On a side note: How hard is it to use Wink?

TIA
Ruth

Hans Bakker wrote:

> The current status of this 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
>
> Regards,
> Hans
>
>
> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>  
>> Has anyone made any advances on an eclipse plugin for ofbiz?
>>    
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

hans_bakker
Hi Ruth, i did not make the demo...it was done by he creator of the
plugin: Anders Hessellund.

he just mailed me and informed that Daniel Rosowski
<[hidden email]> has plans to complete the plugin....

Also one of my people Chatree Srichart <[hidden email]> will
have  look at it....

get together and see who is doing what?

Regards,
Hans

On Tue, 2010-01-26 at 08:10 -0500, Ruth Hoffman wrote:

> Hi Hans:
> The "Wink" demo is really nice and informative!
> On a side note: How hard is it to use Wink?
>
> TIA
> Ruth
>
> Hans Bakker wrote:
> > The current status of this 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
> >
> > Regards,
> > Hans
> >
> >
> > On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
> >  
> >> Has anyone made any advances on an eclipse plugin for ofbiz?
> >>    
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Ruth Hoffman-2
Hi Hans,
Thanks. I'll contact Anders directly.
Regards,
Ruth

Hans Bakker wrote:

> Hi Ruth, i did not make the demo...it was done by he creator of the
> plugin: Anders Hessellund.
>
> he just mailed me and informed that Daniel Rosowski
> <[hidden email]> has plans to complete the plugin....
>
> Also one of my people Chatree Srichart <[hidden email]> will
> have  look at it....
>
> get together and see who is doing what?
>
> Regards,
> Hans
>
> On Tue, 2010-01-26 at 08:10 -0500, Ruth Hoffman wrote:
>  
>> Hi Hans:
>> The "Wink" demo is really nice and informative!
>> On a side note: How hard is it to use Wink?
>>
>> TIA
>> Ruth
>>
>> Hans Bakker wrote:
>>    
>>> The current status of this 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
>>>
>>> Regards,
>>> Hans
>>>
>>>
>>> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>>>  
>>>      
>>>> Has anyone made any advances on an eclipse plugin for ofbiz?
>>>>    
>>>>        
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Jacques Le Roux
Administrator
In reply to this post by Ruth Hoffman-2
Hi Ruth,

I used wink years ago (2005 I guess) to make 2 small demos for the POS (in French sorry)
http://www.les7arts.com/assist/OFBiz/POS1.htm
http://www.les7arts.com/assist/OFBiz/POS2.htm

It's really easy

Jacques

From: "Ruth Hoffman" <[hidden email]>

> Hi Hans:
> The "Wink" demo is really nice and informative!
> On a side note: How hard is it to use Wink?
>
> TIA
> Ruth
>
> Hans Bakker wrote:
>> The current status of this 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
>>
>> Regards,
>> Hans
>>
>>
>> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>>  
>>> Has anyone made any advances on an eclipse plugin for ofbiz?
>>>    
>

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Jacques Le Roux
Administrator
In reply to this post by Ruth Hoffman-2
Good news!

Jacques

From: "Ruth Hoffman" <[hidden email]>

> Hi Hans,
> Thanks. I'll contact Anders directly.
> Regards,
> Ruth
>
> Hans Bakker wrote:
>> Hi Ruth, i did not make the demo...it was done by he creator of the
>> plugin: Anders Hessellund.
>>
>> he just mailed me and informed that Daniel Rosowski
>> <[hidden email]> has plans to complete the plugin....
>>
>> Also one of my people Chatree Srichart <[hidden email]> will
>> have  look at it....
>>
>> get together and see who is doing what?
>>
>> Regards,
>> Hans
>>
>> On Tue, 2010-01-26 at 08:10 -0500, Ruth Hoffman wrote:
>>  
>>> Hi Hans:
>>> The "Wink" demo is really nice and informative!
>>> On a side note: How hard is it to use Wink?
>>>
>>> TIA
>>> Ruth
>>>
>>> Hans Bakker wrote:
>>>    
>>>> The current status of this 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
>>>>
>>>> Regards,
>>>> Hans
>>>>
>>>>
>>>> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>>>>  
>>>>      
>>>>> Has anyone made any advances on an eclipse plugin for ofbiz?
>>>>>    
>>>>>        
>

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Tim Ruppert
In reply to this post by Ruth Hoffman-2
Wink's a really nice program - good to see it put to such good use.

Cheers,
Ruppert
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595

On Jan 26, 2010, at 6:20 AM, Ruth Hoffman wrote:

> Hi Hans,
> Thanks. I'll contact Anders directly.
> Regards,
> Ruth
>
> Hans Bakker wrote:
>> Hi Ruth, i did not make the demo...it was done by he creator of the
>> plugin: Anders Hessellund.
>>
>> he just mailed me and informed that Daniel Rosowski
>> <[hidden email]> has plans to complete the plugin....
>>
>> Also one of my people Chatree Srichart <[hidden email]> will
>> have  look at it....
>>
>> get together and see who is doing what?
>>
>> Regards,
>> Hans
>>
>> On Tue, 2010-01-26 at 08:10 -0500, Ruth Hoffman wrote:
>>  
>>> Hi Hans:
>>> The "Wink" demo is really nice and informative!
>>> On a side note: How hard is it to use Wink?
>>>
>>> TIA
>>> Ruth
>>>
>>> Hans Bakker wrote:
>>>    
>>>> The current status of this 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
>>>>
>>>> Regards,
>>>> Hans
>>>>
>>>>
>>>> On Mon, 2009-09-14 at 13:33 -0700, snowc wrote:
>>>>        
>>>>> Has anyone made any advances on an eclipse plugin for ofbiz?
>>>>>            


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Sascha Rodekamp
In reply to this post by hans_bakker
Hey everybody,

yep Daniel Rosowski, a colleque of mine, began to extend the plugin and we
still keep working on it.
For now the features are in early development state but it will grow :-)
(hopefully soon)

Have a nice Day
Sascha




Sascha Rodekamp
Consultant
Lynx-Consulting GmbH
Johanniskirchplatz 6
33615 Bielefeld
Deutschland
Fon: +49 521 5247-0
Fax: +49 521 5247-250
Mobil: +49 151 140 698 93


Company and Management Headquarters:
Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de

Court Registration: Amtsgericht Bielefeld HRB 35946
Chief Executive Officers: Karsten Noss, Dirk Osterkamp

----------------------------------------------------------------------------------------------------
This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
----------------------------------------------------------------------------------------------------


SAP Special Expertise Partner ERP Upgrade

Erfolg ist eine Folge. 20 Jahre Lynx
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Bruno Busco
May be a stupid question...but...couldn't we think to have the plugin
developed in the OFBiz project itself?

-Bruno

2010/1/26 Sascha Rodekamp <[hidden email]>:

> Hey everybody,
>
> yep Daniel Rosowski, a colleque of mine, began to extend the plugin and we
> still keep working on it.
> For now the features are in early development state but it will grow :-)
> (hopefully soon)
>
> Have a nice Day
> Sascha
>
>
>
>
> Sascha Rodekamp
> Consultant
> Lynx-Consulting GmbH
> Johanniskirchplatz 6
> 33615 Bielefeld
> Deutschland
> Fon: +49 521 5247-0
> Fax: +49 521 5247-250
> Mobil: +49 151 140 698 93
>
>
> Company and Management Headquarters:
> Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
> Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de
>
> Court Registration: Amtsgericht Bielefeld HRB 35946
> Chief Executive Officers: Karsten Noss, Dirk Osterkamp
>
> ----------------------------------------------------------------------------------------------------
> This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
> ----------------------------------------------------------------------------------------------------
>
>
> SAP Special Expertise Partner ERP Upgrade
>
> Erfolg ist eine Folge. 20 Jahre Lynx
Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Jacques Le Roux-2-2
Sounds like a plan... to me...

Jacques

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

> May be a stupid question...but...couldn't we think to have the plugin
> developed in the OFBiz project itself?
>
> -Bruno
>
> 2010/1/26 Sascha Rodekamp <[hidden email]>:
>> Hey everybody,
>>
>> yep Daniel Rosowski, a colleque of mine, began to extend the plugin and we
>> still keep working on it.
>> For now the features are in early development state but it will grow :-)
>> (hopefully soon)
>>
>> Have a nice Day
>> Sascha
>>
>>
>>
>>
>> Sascha Rodekamp
>> Consultant
>> Lynx-Consulting GmbH
>> Johanniskirchplatz 6
>> 33615 Bielefeld
>> Deutschland
>> Fon: +49 521 5247-0
>> Fax: +49 521 5247-250
>> Mobil: +49 151 140 698 93
>>
>>
>> Company and Management Headquarters:
>> Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
>> Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de
>>
>> Court Registration: Amtsgericht Bielefeld HRB 35946
>> Chief Executive Officers: Karsten Noss, Dirk Osterkamp
>>
>> ----------------------------------------------------------------------------------------------------
>> This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received
>> this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please
>> inform us immediately and destroy the original transmittal. Thank you for your cooperation.
>> ----------------------------------------------------------------------------------------------------
>>
>>
>> SAP Special Expertise Partner ERP Upgrade
>>
>> Erfolg ist eine Folge. 20 Jahre Lynx
>

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Chris Snow-3
In reply to this post by Bruno Busco
As long as we don't build a dependency on it from the framework!!!

Bruno Busco wrote:

> May be a stupid question...but...couldn't we think to have the plugin
> developed in the OFBiz project itself?
>
> -Bruno
>
> 2010/1/26 Sascha Rodekamp <[hidden email]>:
>  
>> Hey everybody,
>>
>> yep Daniel Rosowski, a colleque of mine, began to extend the plugin and we
>> still keep working on it.
>> For now the features are in early development state but it will grow :-)
>> (hopefully soon)
>>
>> Have a nice Day
>> Sascha
>>
>>
>>
>>
>> Sascha Rodekamp
>> Consultant
>> Lynx-Consulting GmbH
>> Johanniskirchplatz 6
>> 33615 Bielefeld
>> Deutschland
>> Fon: +49 521 5247-0
>> Fax: +49 521 5247-250
>> Mobil: +49 151 140 698 93
>>
>>
>> Company and Management Headquarters:
>> Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
>> Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de
>>
>> Court Registration: Amtsgericht Bielefeld HRB 35946
>> Chief Executive Officers: Karsten Noss, Dirk Osterkamp
>>
>> ----------------------------------------------------------------------------------------------------
>> This e-mail may contain trade secrets or privileged, undisclosed, or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying, or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.
>> ----------------------------------------------------------------------------------------------------
>>
>>
>> SAP Special Expertise Partner ERP Upgrade
>>
>> Erfolg ist eine Folge. 20 Jahre Lynx
>>    

Reply | Threaded
Open this post in threaded view
|

Re: Eclipse plugin.

Abdullah Shaikh
I guess there is no question of dependency here :), its just a plugin which
will help working with OFBiz, not like a component which will run along with
other components.

- Abdullah

On Sat, Feb 6, 2010 at 10:31 PM, Christopher Snow <
[hidden email]> wrote:

> As long as we don't build a dependency on it from the framework!!!
>
>
> Bruno Busco wrote:
>
>> May be a stupid question...but...couldn't we think to have the plugin
>> developed in the OFBiz project itself?
>>
>> -Bruno
>>
>> 2010/1/26 Sascha Rodekamp <[hidden email]>:
>>
>>
>>> Hey everybody,
>>>
>>> yep Daniel Rosowski, a colleque of mine, began to extend the plugin and
>>> we
>>> still keep working on it.
>>> For now the features are in early development state but it will grow :-)
>>> (hopefully soon)
>>>
>>> Have a nice Day
>>> Sascha
>>>
>>>
>>>
>>>
>>> Sascha Rodekamp
>>> Consultant
>>> Lynx-Consulting GmbH
>>> Johanniskirchplatz 6
>>> 33615 Bielefeld
>>> Deutschland
>>> Fon: +49 521 5247-0
>>> Fax: +49 521 5247-250
>>> Mobil: +49 151 140 698 93
>>>
>>>
>>> Company and Management Headquarters:
>>> Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
>>> Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de
>>>
>>> Court Registration: Amtsgericht Bielefeld HRB 35946
>>> Chief Executive Officers: Karsten Noss, Dirk Osterkamp
>>>
>>>
>>> ----------------------------------------------------------------------------------------------------
>>> This e-mail may contain trade secrets or privileged, undisclosed, or
>>> otherwise confidential information. If you have received this e-mail in
>>> error, you are hereby notified that any review, copying, or distribution of
>>> it is strictly prohibited. Please inform us immediately and destroy the
>>> original transmittal. Thank you for your cooperation.
>>>
>>> ----------------------------------------------------------------------------------------------------
>>>
>>>
>>> SAP Special Expertise Partner ERP Upgrade
>>>
>>> Erfolg ist eine Folge. 20 Jahre Lynx
>>>
>>>
>>
>