Re: Using Groovy-Eclipse plugin

2011-08-09 Thread kiran
This also applies to LayeredNavigation which is missing GenericValue 
import.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

Never give up on what you really want to do. The person with big dreams 
is more powerful than one with all the facts - Unknown



From:   ki...@objectedge.com
To: user@ofbiz.apache.org
Date:   08/08/2011 08:01 PM
Subject:Using Groovy-Eclipse plugin



Hello Friends,

I am new to OfBiz project. I have download the project 
(ofbiz-trunk-2011-07-29-v1152132) and able to use it build new e-commerce 
application. Got it working quickly. Good work!

I assume the project is being developed using Eclipse IDE.

Question: Have you looked into modifying the .classpath to include groovy 
folders? I found few compilation errors in ecommerce project after doing 
so. 
E.g: 
1. duplicate classes in the default package (ContentPrep.groovy from 
ecommerce)
2. Missing ')' in RespondPermAndPrep.groovy on line 98.

I am able to step through groovy files with this plugin, but unable to 
view variables. Suspect it has to do with the way groovy is invoked from 
Java.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

Never give up on what you really want to do. The person with big dreams 
is more powerful than one with all the facts - Unknown


Using Groovy-Eclipse plugin

2011-08-08 Thread kiran
Hello Friends,

I am new to OfBiz project. I have download the project 
(ofbiz-trunk-2011-07-29-v1152132) and able to use it build new e-commerce 
application. Got it working quickly. Good work!

I assume the project is being developed using Eclipse IDE.

Question: Have you looked into modifying the .classpath to include groovy 
folders? I found few compilation errors in ecommerce project after doing 
so. 
E.g: 
1. duplicate classes in the default package (ContentPrep.groovy from 
ecommerce)
2. Missing ')' in RespondPermAndPrep.groovy on line 98.

I am able to step through groovy files with this plugin, but unable to 
view variables. Suspect it has to do with the way groovy is invoked from 
Java.

Regards,
Kiran Gawde

Senior Software Architect
Object Edge Inc
(925) 943 5558 x108

Never give up on what you really want to do. The person with big dreams 
is more powerful than one with all the facts - Unknown

Re: Ofbiz Eclipse plugin

2011-07-23 Thread 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.



Re: Ofbiz Eclipse plugin

2011-07-23 Thread 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
mailingl...@antwebsystems.com 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.




Re: Ofbiz Eclipse plugin

2011-07-23 Thread David E Jones

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.
 



Re: Ofbiz Eclipse plugin

2011-07-23 Thread Hans Bakker
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
 mailingl...@antwebsystems.com 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.



Re: Ofbiz Eclipse plugin

2011-07-23 Thread Adrian Crum

+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.



Re: Ofbiz Eclipse plugin

2011-07-23 Thread 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
adrian.c...@sandglass-software.com 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.




Ofbiz Eclipse plugin

2011-07-21 Thread 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


Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Anil Soni
Anyone used some type of Eclipse plug-in to create AJAX based layout, which we 
can directly use in framework instead of FTL ?


Regards,
Anil Soni
Cell : +91-9930302283



This Email may contain confidential or privileged information for the intended 
recipient (s) If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

__

Re: Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Sascha Rodekamp
Hi Anil,
nope, what whould you achive with such a plugin. What kind of Ajax based
layout?

2010/9/27 Anil Soni anil.s...@lntinfotech.com

 Anyone used some type of Eclipse plug-in to create AJAX based layout, which
 we can directly use in framework instead of FTL ?


 Regards,
 Anil Soni
 Cell : +91-9930302283


 
 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

 __




-- 
Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


RE: Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Anil Soni
Ajax based layout means where I can create Ajaxy components and can make Ajax 
call to my services. So I am looking for Eclipse plug-in kind of Editor/ layout 
maker where I can  design my entire page and just use that page in OFBiz 
project to reduce GUI coding effort.


-Original Message-
From: Sascha Rodekamp [mailto:sascha.rodekamp.lynx...@googlemail.com]
Sent: Monday, September 27, 2010 5:01 PM
To: user@ofbiz.apache.org
Subject: Re: Eclipse plugin for Ajax based layout maker.

Hi Anil,
nope, what whould you achive with such a plugin. What kind of Ajax based
layout?

2010/9/27 Anil Soni anil.s...@lntinfotech.com

 Anyone used some type of Eclipse plug-in to create AJAX based layout, which
 we can directly use in framework instead of FTL ?


 Regards,
 Anil Soni
 Cell : +91-9930302283


 
 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

 __




--
Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


__

This Email may contain confidential or privileged information for the intended 
recipient (s) If you are not the intended recipient, please do not use or 
disseminate the information, notify the sender and delete it from your system.

__


Re: Eclipse plugin for Ajax based layout maker.

2010-09-27 Thread Sascha Rodekamp
Hm Anil,
hm you can use i.e. Aptana which is a good Eclipse based Web developing
tool, there you have an jQuery Integration (beside other libraries). But i
don't think that there is something special for OFBiz.
http://www.aptana.com/products/studio2

2010/9/27 Anil Soni anil.s...@lntinfotech.com

 Ajax based layout means where I can create Ajaxy components and can make
 Ajax call to my services. So I am looking for Eclipse plug-in kind of
 Editor/ layout maker where I can  design my entire page and just use that
 page in OFBiz project to reduce GUI coding effort.


 -Original Message-
 From: Sascha Rodekamp [mailto:sascha.rodekamp.lynx...@googlemail.com]
 Sent: Monday, September 27, 2010 5:01 PM
 To: user@ofbiz.apache.org
 Subject: Re: Eclipse plugin for Ajax based layout maker.

 Hi Anil,
 nope, what whould you achive with such a plugin. What kind of Ajax based
 layout?

 2010/9/27 Anil Soni anil.s...@lntinfotech.com

  Anyone used some type of Eclipse plug-in to create AJAX based layout,
 which
  we can directly use in framework instead of FTL ?
 
 
  Regards,
  Anil Soni
  Cell : +91-9930302283
 
 
  
  This Email may contain confidential or privileged information for the
  intended recipient (s) If you are not the intended recipient, please do
 not
  use or disseminate the information, notify the sender and delete it from
  your system.
 
  __




 --
 Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


 __

 This Email may contain confidential or privileged information for the
 intended recipient (s) If you are not the intended recipient, please do not
 use or disseminate the information, notify the sender and delete it from
 your system.

 __




-- 
Sascha Rodekamp
Lynx-Consulting GmbH
Johanniskirchplatz 6
D-33615 Bielefeld
http://www.lynx.de


groove eclipse plugin

2010-05-17 Thread BJ Freeman

is it any advantage in writing scripts for ofbiz?

=
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro




Re: groove eclipse plugin

2010-05-17 Thread James McGill
On Mon, May 17, 2010 at 2:40 PM, Jacques Le Roux 
jacques.le.r...@les7arts.com wrote:

 I use it but I did not find much, maybe some syntax coloration, not even
 sure

 Jacques


I've tried to use it, but it really doesn't do the things I want an IDE to
do, such as completing class member names.

I get more utility out of Vim, for Froovy and for freemarker templates.

The FTL plugin for Eclipse tended to crash on me, with the slightest error
in the document.


James


Re: groove eclipse plugin

2010-05-17 Thread David E Jones

On May 17, 2010, at 3:49 PM, James McGill wrote:

 On Mon, May 17, 2010 at 2:40 PM, Jacques Le Roux 
 jacques.le.r...@les7arts.com wrote:
 
 I use it but I did not find much, maybe some syntax coloration, not even
 sure
 
 Jacques
 
 
 I've tried to use it, but it really doesn't do the things I want an IDE to
 do, such as completing class member names.
 
 I get more utility out of Vim, for Froovy and for freemarker templates.
 
 The FTL plugin for Eclipse tended to crash on me, with the slightest error
 in the document.

I've been trying the community (free) edition of IntelliJ IDEA for Groovy, XML, 
and other types of files used in OFBiz and it does a pretty good job. It's not 
open source, but it is at least free.

-David



Re: groove eclipse plugin

2010-05-17 Thread Adrian Crum

On 5/17/2010 2:49 PM, James McGill wrote:

The FTL plugin for Eclipse tended to crash on me, with the slightest error
in the document.


You need to keep the FreeMarker jar updated in your Eclipse plugin 
folder. Just copy the latest jar over the old one.


-Adrian


Re: groove eclipse plugin

2010-05-17 Thread BJ Freeman
ok I found a klutzy way.

click on groovy.ui.GroovyMain and do a
run
put in the arguments for the script of file
per below.

you can also do this from a command line as long as the files and jar
are local with no eclipse
java -jar [path from were you are to groovy.jar]groovy.jar
groovy.ui.GroovyMain


error: neither -e or filename provided
usage: groovy [options] [args]
options:
  -p   process files line by line and print
result
   (see also -n)
  -D,--define name=value define a system property
  -a,--autosplit splitPatternsplit lines using splitPattern
(default '\s')
   using implicit 'split' variable
  -c,--encoding charset  specify the encoding of the files
  -d,--debug   debug mode will print out full stack
traces
  -e script  specify a command line script
  -h,--helpusage information
  -i extension   modify files in place; create backup if
   extension is given (e.g. '.bak')
  -l portlisten on a port and process inbound
lines
  -n   process files line by line using implicit
   'line' variable
  -v,--version display the Groovy and JVM versions


=
BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation 
http://www.businessesnetwork.com/automation/viewforum.php?f=93
Specialtymarket.com http://www.specialtymarket.com/

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro


Jacques Le Roux sent the following on 5/17/2010 2:40 PM:
 I use it but I did not find much, maybe some syntax coloration, not even
 sure
 
 Jacques
 
 From: BJ Freeman bjf...@free-man.net
 is it any advantage in writing scripts for ofbiz?

 =
 BJ Freeman
 http://bjfreeman.elance.com
 Strategic Power Office with Supplier Automation
 http://www.businessesnetwork.com/automation/viewforum.php?f=93
 Specialtymarket.com http://www.specialtymarket.com/

 Systems Integrator-- Glad to Assist

 Chat  Y! messenger: bjfr33man
 Linkedin
 http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro



 
 




Re: Eclipse plugin.

2010-02-06 Thread 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 sascha.rodek...@lynx.de:
 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


Re: Eclipse plugin.

2010-02-06 Thread Jacques Le Roux

Sounds like a plan... to me...

Jacques

From: Bruno Busco bruno.bu...@gmail.com

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 sascha.rodek...@lynx.de:

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






Re: Eclipse plugin.

2010-02-06 Thread Christopher Snow

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 sascha.rodek...@lynx.de:
  

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





Re: Eclipse plugin.

2010-02-06 Thread 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 
sno...@snowconsulting.co.uk 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 sascha.rodek...@lynx.de:


 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






Re: Eclipse plugin.

2010-01-26 Thread 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



Re: Eclipse plugin.

2010-01-26 Thread Jacques Le Roux

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 mailingl...@antwebsystems.com

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





Re: Eclipse plugin.

2010-01-26 Thread Jacques Le Roux

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 jacques.le.r...@les7arts.com

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 mailingl...@antwebsystems.com

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







Re: Eclipse plugin.

2010-01-26 Thread 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 jacques.le.r...@les7arts.com
  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 mailingl...@antwebsystems.com
  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



Re: Eclipse plugin.

2010-01-26 Thread Ruth Hoffman

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?



Re: Eclipse plugin.

2010-01-26 Thread 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
daniel.rosow...@lynx.de has plans to complete the plugin

Also one of my people Chatree Srichart chatree.srich...@gmail.com 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



Re: Eclipse plugin.

2010-01-26 Thread Ruth Hoffman

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
daniel.rosow...@lynx.de has plans to complete the plugin

Also one of my people Chatree Srichart chatree.srich...@gmail.com 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?




Re: Eclipse plugin.

2010-01-26 Thread Jacques Le Roux

Good news!

Jacques

From: Ruth Hoffman rhoff...@aesolves.com

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
daniel.rosow...@lynx.de has plans to complete the plugin

Also one of my people Chatree Srichart chatree.srich...@gmail.com 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?








Re: Eclipse plugin.

2010-01-26 Thread Tim Ruppert
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
 daniel.rosow...@lynx.de has plans to complete the plugin
 
 Also one of my people Chatree Srichart chatree.srich...@gmail.com 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
Description: S/MIME cryptographic signature


Re: Eclipse plugin.

2010-01-26 Thread Sascha Rodekamp
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

Re: Eclipse plugin.

2009-09-15 Thread Tim Ruppert
There's been talk about it in the community in the past, but I don't  
think there's been any real action as of yet.


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

o:801.649.6594
f:801.649.6595

On Sep 14, 2009, at 11:31 PM, snowc wrote:



Hi Ashish,

I'm currently doing some work developing a small eclipse rcp  
application for

a client that connects to an ofbiz backend.

As I'm learning more about developing eclipse applications, I can  
see areas
where developer productivity could be increased by providing a  
richer ofbiz
development environment.  I was wondering if any work had already  
been done

towards creating an eclipse plugin?

Many thanks,

Chris


Ashish Vijaywargiya-4 wrote:


Hello Chris,

Can you please provide more details on this subject?
I am trying difficult to understand what exactly you are looking for.

--
Ashish

On Tue, Sep 15, 2009 at 2:03 AM, snowc chsnow...@gmail.com wrote:



Has anyone made any advances on an eclipse plugin for ofbiz?
--
View this message in context:
http://www.nabble.com/Eclipse-plugin.-tp25443077p25443077.html
Sent from the OFBiz - User mailing list archive at Nabble.com.







--
View this message in context: 
http://www.nabble.com/Eclipse-plugin.-tp25443077p25448014.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME cryptographic signature


Eclipse plugin.

2009-09-14 Thread snowc

Has anyone made any advances on an eclipse plugin for ofbiz?
-- 
View this message in context: 
http://www.nabble.com/Eclipse-plugin.-tp25443077p25443077.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: Eclipse plugin.

2009-09-14 Thread Ashish Vijaywargiya
Hello Chris,

Can you please provide more details on this subject?
I am trying difficult to understand what exactly you are looking for.

--
Ashish

On Tue, Sep 15, 2009 at 2:03 AM, snowc chsnow...@gmail.com wrote:


 Has anyone made any advances on an eclipse plugin for ofbiz?
 --
 View this message in context:
 http://www.nabble.com/Eclipse-plugin.-tp25443077p25443077.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.




Re: Eclipse plugin.

2009-09-14 Thread snowc

Hi Ashish,

I'm currently doing some work developing a small eclipse rcp application for
a client that connects to an ofbiz backend.

As I'm learning more about developing eclipse applications, I can see areas
where developer productivity could be increased by providing a richer ofbiz
development environment.  I was wondering if any work had already been done
towards creating an eclipse plugin?

Many thanks,

Chris


Ashish Vijaywargiya-4 wrote:
 
 Hello Chris,
 
 Can you please provide more details on this subject?
 I am trying difficult to understand what exactly you are looking for.
 
 --
 Ashish
 
 On Tue, Sep 15, 2009 at 2:03 AM, snowc chsnow...@gmail.com wrote:
 

 Has anyone made any advances on an eclipse plugin for ofbiz?
 --
 View this message in context:
 http://www.nabble.com/Eclipse-plugin.-tp25443077p25443077.html
 Sent from the OFBiz - User mailing list archive at Nabble.com.


 
 

-- 
View this message in context: 
http://www.nabble.com/Eclipse-plugin.-tp25443077p25448014.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: Eclipse plugin for OFBiz - try it out!

2008-01-16 Thread Anders Hessellund
Hi,

I've updated some details on the plugin and (as promised) made the source
code available. You can download it from the link below. Please let me know
if you encounter any problems.

   http://www.itu.dk/people/hessellund/smartemf/index.php?page=sourcecode

-- Anders

2007/11/30, Anders Hessellund [EMAIL PROTECTED]:

 Hi,

 I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
 purpose of the plugin is to navigate the logical structure of OFBiz projects
 and check conformance between service interfaces and java implementations.
 Check out this little flash demo of the tool in action. At the end of the
 demo, there is a link to the download site.


 http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htmhttp://www.itu.dk/%7Ehessellund/smartemf/ofbizexplorer.htm

 Any feedback, suggestions etc is greatly appreciated!

 -- Anders




-- 
Anders Hessellund
IT University of Copenhagen
Rued Langgaards Vej 7
2300 København S, DK
www.itu.dk/people/hessellund/


Re: Eclipse plugin for OFBiz - try it out!

2007-12-05 Thread Jacques Le Roux
 Le Roux [EMAIL PROTECTED]
  Just tried with 3.4M3 and EMF 2.4 with 7 OFBiz projects (differents
 instances) and ... it worked (after a ... long time).
 
  This look like a great enhancement. What about simple-method services
 (kidding ;o) ?
 
  Jacques
 
  De : Anders Hessellund [EMAIL PROTECTED]
  he he, sure! I am writing a paper about it which is due in three weeks.
  After that, I'll make the source available.
 
  -- Anders
 
  2007/11/30, Hans Bakker [EMAIL PROTECTED]:
  
   very interestinghowever..
   If you would make the source also downloadable now AND contribute it
 to
   the OFBiz project, we could help you further develop it. :-)
  
   On Fri, 2007-11-30 at 14:22 +0100, Anders Hessellund wrote:
Hi,
   
I've written a little, very pre-liminary Eclipse plugin for OFBiz.
 The
purpose of the plugin is to navigate the logical structure of OFBiz
   projects
and check conformance between service interfaces and java
   implementations.
Check out this little flash demo of the tool in action. At the end
 of
   the
demo, there is a link to the download site.
   
   http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
   
Any feedback, suggestions etc is greatly appreciated!
   
-- Anders
   --
   http://Antwebsystems.com : OFBiz Quality support for competitive
 rates.
  
  
  
  
 
 
  --
  Anders Hessellund
  IT University of Copenhagen
  Rued Langgaards Vej 7
  2300 København S, DK
  www.itu.dk/people/hessellund/
 




-- 
Anders Hessellund
IT University of Copenhagen
Rued Langgaards Vej 7
2300 København S, DK
www.itu.dk/people/hessellund/



Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Scott Gray
I haven't downloaded the plugin yet but the demo looks very very cool!  I
would love to see tools like this become part of the project.

Thanks
Scott

On 01/12/2007, Anders Hessellund [EMAIL PROTECTED] wrote:

 Hi,

 I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
 purpose of the plugin is to navigate the logical structure of OFBiz
 projects
 and check conformance between service interfaces and java implementations.
 Check out this little flash demo of the tool in action. At the end of the
 demo, there is a link to the download site.

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

 Any feedback, suggestions etc is greatly appreciated!

 -- Anders



Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Walter Vaughan

Anders Hessellund wrote:


Thanks,

When you encounter errors/problems with the plugin, please let me know.
 


Windows and a previous Pentaho installation... :)

Installed the all in one bundle in on my windows box. Kept getting you 
must have Java 6 error even after I removed all the JDK's I had 
installed and JRE's and installed JDK 1.6.03.


Finally I checked the Path environment and the first thing was 
.C:\pentaho\java\bin which was the cause of the problem..


Removed that and it starts up fine.


Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Anders Hessellund
Thanks,

Just tried with 3.4M3 and EMF 2.4 with 7 OFBiz projects (differents
 instances) and ... it worked (after a ... long time).


he he, both usability and stability leave plenty of room for improvement.
Keep an eye on the PDE Error View when running the plugin, that should
indicate my errors. So far, I've focused on writing the analysis engine. I
probably should have mentioned in the original mail that apart from
requiring Eclipse 3.3 and EMF 2.3, one should note that the plugin
identifies ofbiz-projects by checking if the following file exists (path
relative to project root):

   /framework/base/config/component-load.xml

What about simple-method services (kidding ;o) ?


That should be pretty easy to dobut at the moment I'd rather focus on
figuring out whether this plugin actually adds any value.

Anyway, please report any technical/conceptual errors then I'll return the
favor by making the source code available around Christmas ;)

-- Anders


2007/11/30, Jacques Le Roux [EMAIL PROTECTED]:

 Just tried with 3.4M3 and EMF 2.4 with 7 OFBiz projects (differents
 instances) and ... it worked (after a ... long time).

 This look like a great enhancement. What about simple-method services
 (kidding ;o) ?

 Jacques

 De : Anders Hessellund [EMAIL PROTECTED]
 he he, sure! I am writing a paper about it which is due in three weeks.
 After that, I'll make the source available.

 -- Anders

 2007/11/30, Hans Bakker [EMAIL PROTECTED]:
 
  very interestinghowever..
  If you would make the source also downloadable now AND contribute it to
  the OFBiz project, we could help you further develop it. :-)
 
  On Fri, 2007-11-30 at 14:22 +0100, Anders Hessellund wrote:
   Hi,
  
   I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
   purpose of the plugin is to navigate the logical structure of OFBiz
  projects
   and check conformance between service interfaces and java
  implementations.
   Check out this little flash demo of the tool in action. At the end of
  the
   demo, there is a link to the download site.
  
  http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
  
   Any feedback, suggestions etc is greatly appreciated!
  
   -- Anders
  --
  http://Antwebsystems.com : OFBiz Quality support for competitive rates.
 
 
 
 


 --
 Anders Hessellund
 IT University of Copenhagen
 Rued Langgaards Vej 7
 2300 København S, DK
 www.itu.dk/people/hessellund/




-- 
Anders Hessellund
IT University of Copenhagen
Rued Langgaards Vej 7
2300 København S, DK
www.itu.dk/people/hessellund/


RE: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Case Torres
Anders, 
Awesome piece of work! I'll download it today.
The presentation was great as well.

Thanks much, Case 


Case Torres
[EMAIL PROTECTED]


-Original Message-
From: Anders Hessellund [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 30, 2007 5:23 AM
To: ofbiz
Subject: Eclipse plugin for OFBiz - try it out!

Hi,

I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
purpose of the plugin is to navigate the logical structure of OFBiz projects
and check conformance between service interfaces and java implementations.
Check out this little flash demo of the tool in action. At the end of the
demo, there is a link to the download site.

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

Any feedback, suggestions etc is greatly appreciated!

-- Anders



Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Hans Bakker
I looked at the flash demo and it sure looks impressive..
congratulationsi am only wondering why you not make the source
available now

On Fri, 2007-11-30 at 15:00 +0100, Anders Hessellund wrote:
 he he, sure! I am writing a paper about it which is due in three weeks.
 After that, I'll make the source available.
 
 -- Anders
 
 2007/11/30, Hans Bakker [EMAIL PROTECTED]:
 
  very interestinghowever..
  If you would make the source also downloadable now AND contribute it to
  the OFBiz project, we could help you further develop it. :-)
 
  On Fri, 2007-11-30 at 14:22 +0100, Anders Hessellund wrote:
   Hi,
  
   I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
   purpose of the plugin is to navigate the logical structure of OFBiz
  projects
   and check conformance between service interfaces and java
  implementations.
   Check out this little flash demo of the tool in action. At the end of
  the
   demo, there is a link to the download site.
  
  http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
  
   Any feedback, suggestions etc is greatly appreciated!
  
   -- Anders
  --
  http://Antwebsystems.com : OFBiz Quality support for competitive rates.
 
 
 
 
 
 
-- 
http://Antwebsystems.com : OFBiz Quality support for competitive rates.





Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Anders Hessellund
Thanks,

When you encounter errors/problems with the plugin, please let me know.

-- Anders

2007/11/30, Case Torres [EMAIL PROTECTED]:

 Anders,
 Awesome piece of work! I'll download it today.
 The presentation was great as well.

 Thanks much, Case


 Case Torres
 [EMAIL PROTECTED]


 -Original Message-
 From: Anders Hessellund [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 30, 2007 5:23 AM
 To: ofbiz
 Subject: Eclipse plugin for OFBiz - try it out!

 Hi,

 I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
 purpose of the plugin is to navigate the logical structure of OFBiz
 projects
 and check conformance between service interfaces and java implementations.
 Check out this little flash demo of the tool in action. At the end of the
 demo, there is a link to the download site.

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

 Any feedback, suggestions etc is greatly appreciated!

 -- Anders




-- 
Anders Hessellund
IT University of Copenhagen
Rued Langgaards Vej 7
2300 København S, DK
www.itu.dk/people/hessellund/


Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Hans Bakker
very interestinghowever..
If you would make the source also downloadable now AND contribute it to
the OFBiz project, we could help you further develop it. :-)

On Fri, 2007-11-30 at 14:22 +0100, Anders Hessellund wrote:
 Hi,
 
 I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
 purpose of the plugin is to navigate the logical structure of OFBiz projects
 and check conformance between service interfaces and java implementations.
 Check out this little flash demo of the tool in action. At the end of the
 demo, there is a link to the download site.
 
http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
 
 Any feedback, suggestions etc is greatly appreciated!
 
 -- Anders
-- 
http://Antwebsystems.com : OFBiz Quality support for competitive rates.





Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Jacques Le Roux
Hi Anders,

Just great ! I will try it as soon as I can

Bravo !

Jacques

De : Anders Hessellund [EMAIL PROTECTED]
 Hi,
 
 I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
 purpose of the plugin is to navigate the logical structure of OFBiz projects
 and check conformance between service interfaces and java implementations.
 Check out this little flash demo of the tool in action. At the end of the
 demo, there is a link to the download site.
 
http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
 
 Any feedback, suggestions etc is greatly appreciated!
 
 -- Anders
 


Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Jacques Le Roux
Actually I was a bit too enthusiast. I know it's not targetted to use 3.4M3 and 
EMF 2.4 but I get a lot of errors like this one in
Eclipse log and only folders containing only simple-methods service are 
visible as trees in the OFBizExplorerV2 view

!ENTRY OFBizExplorerV2 4 4 2007-11-30 15:21:26.343
!MESSAGE Unable to resolve path: geronimo

!ENTRY OFBizExplorerV2 4 4 2007-11-30 15:21:26.343
!MESSAGE Error occurred while loading folder framework
!STACK 0
dk.itu.smartemf.explorer.ExplorerException: Unable to resolve path: geronimo
 at 
dk.itu.smartemf.explorer.ResourceLoader.resolveOFBizPath(ResourceLoader.java:103)
 at 
dk.itu.smartemf.explorer.ComponentLoadParser.processStartElement(ComponentLoadParser.java:59)
 at dk.itu.smartemf.explorer.Parser.processDocument(Parser.java:41)
 at dk.itu.smartemf.explorer.Parser.processDocument(Parser.java:29)
 at dk.itu.smartemf.explorer.ResourceLoader$3.run(ResourceLoader.java:254)
 at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Jacques

De : Jacques Le Roux [EMAIL PROTECTED]
 Just tried with 3.4M3 and EMF 2.4 with 7 OFBiz projects (differents 
 instances) and ... it worked (after a ... long time).

 This look like a great enhancement. What about simple-method services 
 (kidding ;o) ?

 Jacques

 De : Anders Hessellund [EMAIL PROTECTED]
 he he, sure! I am writing a paper about it which is due in three weeks.
 After that, I'll make the source available.

 -- Anders

 2007/11/30, Hans Bakker [EMAIL PROTECTED]:
 
  very interestinghowever..
  If you would make the source also downloadable now AND contribute it to
  the OFBiz project, we could help you further develop it. :-)
 
  On Fri, 2007-11-30 at 14:22 +0100, Anders Hessellund wrote:
   Hi,
  
   I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
   purpose of the plugin is to navigate the logical structure of OFBiz
  projects
   and check conformance between service interfaces and java
  implementations.
   Check out this little flash demo of the tool in action. At the end of
  the
   demo, there is a link to the download site.
  
  http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
  
   Any feedback, suggestions etc is greatly appreciated!
  
   -- Anders
  --
  http://Antwebsystems.com : OFBiz Quality support for competitive rates.
 
 
 
 


 -- 
 Anders Hessellund
 IT University of Copenhagen
 Rued Langgaards Vej 7
 2300 København S, DK
 www.itu.dk/people/hessellund/




Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Anders Hessellund
Hi,

I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
purpose of the plugin is to navigate the logical structure of OFBiz projects
and check conformance between service interfaces and java implementations.
Check out this little flash demo of the tool in action. At the end of the
demo, there is a link to the download site.

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

Any feedback, suggestions etc is greatly appreciated!

-- Anders


Re: Eclipse plugin for OFBiz - try it out!

2007-11-30 Thread Jacques Le Roux
Just tried with 3.4M3 and EMF 2.4 with 7 OFBiz projects (differents instances) 
and ... it worked (after a ... long time).

This look like a great enhancement. What about simple-method services (kidding 
;o) ?

Jacques

De : Anders Hessellund [EMAIL PROTECTED]
he he, sure! I am writing a paper about it which is due in three weeks.
After that, I'll make the source available.

-- Anders

2007/11/30, Hans Bakker [EMAIL PROTECTED]:

 very interestinghowever..
 If you would make the source also downloadable now AND contribute it to
 the OFBiz project, we could help you further develop it. :-)

 On Fri, 2007-11-30 at 14:22 +0100, Anders Hessellund wrote:
  Hi,
 
  I've written a little, very pre-liminary Eclipse plugin for OFBiz. The
  purpose of the plugin is to navigate the logical structure of OFBiz
 projects
  and check conformance between service interfaces and java
 implementations.
  Check out this little flash demo of the tool in action. At the end of
 the
  demo, there is a link to the download site.
 
 http://www.itu.dk/~hessellund/smartemf/ofbizexplorer.htm
 
  Any feedback, suggestions etc is greatly appreciated!
 
  -- Anders
 --
 http://Antwebsystems.com : OFBiz Quality support for competitive rates.






-- 
Anders Hessellund
IT University of Copenhagen
Rued Langgaards Vej 7
2300 København S, DK
www.itu.dk/people/hessellund/