Re: Maven Diagram Maker

2007-05-13 Thread Ralph Goers
Piotr Tabor wrote: OK. Thanks. In fact I had switched to JAI ( Java Advanced Imaging API https://jai.dev.java.net/) - but I didn't corrected all places in my proposal. It's licensed on Java Reasearch License and Java Distribution License (JDL) . I don't kno

Re: Maven Diagram Maker

2007-05-13 Thread Jason van Zyl
On 12 May 07, at 9:31 AM 12 May 07, Ralph Goers wrote: Piotr Tabor wrote: Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker I'm not sure that Jimi's license is acceptable according to http:// people.apache.org/~cliffs/3party.html. You would need to get ve

Re: Maven Diagram Maker

2007-05-13 Thread Jason van Zyl
On 12 May 07, at 4:28 AM 12 May 07, Piotr Tabor wrote: Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker Great, thanks. Jason. Piotr Tabor Jason van Zyl pisze: I still think a summary in the wiki is the best place to start. This will get lost amidst the noise. On

Re: Maven Diagram Maker

2007-05-13 Thread Jason van Zyl
On 11 May 07, at 11:25 PM 11 May 07, Milos Kleint wrote: On 5/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: i'm not sure about the IDE integration usefulness. The workflow in IDE is a bit different from the proposed one. (Speaking of dependency graph only now) In the IDE you want interac

Re: Maven Diagram Maker

2007-05-13 Thread Piotr Tabor
Peter Kolbus wrote > First: My experience so far has been that Prefuse can create simple > shapes (boxes, ellipses, etc) and does an excellent job with those in > forced ("spring-loaded") layouts, but won't be appropriate for shapes as > complex as UML classes and components, since Prefuse shapes a

Re: Maven Diagram Maker

2007-05-13 Thread Piotr Tabor
Ralph Goers pisze: > Piotr Tabor wrote: >> Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker > I'm not sure that Jimi's license is acceptable according to > http://people.apache.org/~cliffs/3party.html. You would need to get > verification tha

Re: Maven Diagram Maker

2007-05-13 Thread Milos Kleint
you might want to consider http://graph.netbeans.org/ http://graph.netbeans.org/screenshots.html it doesn't have any of the advanced graph layouts by it's own. Not sure if they are planned. However it handles complex shapes, UI interaction and effects quite well. it's independent of netbeans an

Re: Maven Diagram Maker

2007-05-12 Thread Peter Kolbus
I've been spending the last couple of days with Prefuse with the intention of creating a Maven plugin to implement the Dependency Graphing proposal (http://docs.codehaus.org/display/MAVEN/Dependency+Graphing), also for Google Summer of Code. I have three concerns about the appropriateness of Prefu

Re: Maven Diagram Maker

2007-05-12 Thread Carlos Sanchez
yep, it's here http://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/grafo/ samples in http://people.apache.org/~carlos/grafo/ I'm copying Peter Kolbus as he's going to be working on this in the Summer of Code program under my mentorship On 5/12/07, Brett Porter <[EMAIL PROTECTED]> wrote:

Re: Maven Diagram Maker

2007-05-12 Thread Brett Porter
Sorry, I was horribly vague. A few people have been toying with graphing libraries and there is some code in the sandbox that uses prefuse already, which it would be great to reuse. - Brett On 12/05/2007, at 11:03 AM, Evan Worley wrote: While I don't know all the details of prefuse, I don't

Re: Maven Diagram Maker

2007-05-12 Thread Evan Worley
While I don't know all the details of prefuse, I don't believe so. It seems to be a fresh approach and I think the layout algorithms were the result of one of the developer's Ph.D thesis. I have done a few prototypes with prefuse and I was extremely impressed. This was after trying a handful of

Re: Maven Diagram Maker

2007-05-12 Thread Brett Porter
On 12/05/2007, at 12:31 AM, Evan Worley wrote: As for the graph and layout, I can attest that the Piotr has selecting the best graphing platform available. Prefuse has been able to do leaps and bounds more than jung or jgraph, so I would be optimistic about his ability to manage the layo

Re: Maven Diagram Maker

2007-05-12 Thread Ralph Goers
Piotr Tabor wrote: Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker I'm not sure that Jimi's license is acceptable according to http://people.apache.org/~cliffs/3party.html. You would need to get verification that it's inclusion is approved before us

Re: Maven Diagram Maker

2007-05-12 Thread Piotr Tabor
I know that there are *big* problems with automatic layout with nearly every tool. So it is the reason why I am going to provide possibility to "lock nodes". The "locked" node will be assigned to final position - and layout strategy mustn't move it. It will be difficult - i think - in prefuse to

Re: Maven Diagram Maker

2007-05-12 Thread Piotr Tabor
Done: http://docs.codehaus.org/display/MAVENUSER/Maven+Diagram+Maker Piotr Tabor Jason van Zyl pisze: > I still think a summary in the wiki is the best place to start. This > will get lost amidst the noise. > > > On 11 May 07, at 4:22 AM 11 May 07, Piotr Tabor wrote: > >

Re: Maven Diagram Maker

2007-05-12 Thread Evan Worley
As for the graph and layout, I can attest that the Piotr has selecting the best graphing platform available. Prefuse has been able to do leaps and bounds more than jung or jgraph, so I would be optimistic about his ability to manage the layout. Evan On 5/11/07, Milos Kleint <[EMAIL PROTECTED]>

Re: Maven Diagram Maker

2007-05-11 Thread Milos Kleint
On 5/11/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 11 May 07, at 2:08 PM 11 May 07, Barrie Treloar wrote: > On 5/11/07, Piotr Tabor <[EMAIL PROTECTED]> wrote: >> I would like to provide two components: a graphical editor and a >> Maven >> plug-in. >> 'The Graphical Editor will offer live (

Re: Maven Diagram Maker

2007-05-11 Thread Jason van Zyl
iagram – to visualize the inheritance and composition aspects of the class hierarchy. The information will be obtained by reflection. Of course the mechanism of the connectors will be universal enough to make the addition of a new aspect of a project as simple as possible. Why „Maven Diagram-Maker&q

Re: Maven Diagram Maker

2007-05-11 Thread Rahul Thakur
11, 2007 11:22 PM Subject: Maven Diagram Maker I will create this summer (as a Google Summer of Code participant - with Jason van Zyl as a mentor) a software system that will allow, during the build process of a project, to automatically generate diagrams of chosen aspects of the project. I wou

Re: Maven Diagram Maker

2007-05-11 Thread Jason van Zyl
On 11 May 07, at 2:08 PM 11 May 07, Barrie Treloar wrote: On 5/11/07, Piotr Tabor <[EMAIL PROTECTED]> wrote: I would like to provide two components: a graphical editor and a Maven plug-in. 'The Graphical Editor will offer live (WYSIWYG) preparation of a graphical presentation of the project

Re: Maven Diagram Maker

2007-05-11 Thread Barrie Treloar
On 5/11/07, Piotr Tabor <[EMAIL PROTECTED]> wrote: I would like to provide two components: a graphical editor and a Maven plug-in. 'The Graphical Editor will offer live (WYSIWYG) preparation of a graphical presentation of the project by setting such properties as: - Type and subset of data,

Maven Diagram Maker

2007-05-11 Thread Piotr Tabor
alize the inheritance and composition aspects of the class hierarchy. The information will be obtained by reflection. Of course the mechanism of the connectors will be universal enough to make the addition of a new aspect of a project as simple as possible. Why „Maven Diagram-Maker"?