You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Ahmed Mohombe (JIRA)" <de...@cayenne.apache.org> on 2007/02/23 19:06:54 UTC

[JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

ERDiagram for Object Entities in Cayenne Modeler
------------------------------------------------

                 Key: CAY-762
                 URL: https://issues.apache.org/cayenne/browse/CAY-762
             Project: Cayenne
          Issue Type: New Feature
          Components: CayenneModeler GUI
    Affects Versions: 3.0
            Reporter: Ahmed Mohombe
         Assigned To: Andrus Adamchik


Please add an ER Diagram to the Cayenne Modeler. This is the feature that I miss the most from WebObjects.
For start it would be even enough to have  an ER Diagram View (so no interactive activities) - just display and layout of entities.
I think this would help allot and would increase the productivity with CM - most people think visually.

I don't think that it would be complicated to implement, the most complicated question to answer is what graph library is allowed to use, due to the restrictive "license compatibility" of the Apache license.

Thanks in advance,

Ahmed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

Posted by Andrus Adamchik <an...@objectstyle.org>.
This takes us back to the Modeler plugins discussion. If we have a  
plugin environment in place, third party plugins will not have any  
licensing restrictions (kind of like Maven, hehe)

Andrus


On Feb 26, 2007, at 12:50 AM, Mike Kienenberger wrote:

> We'll have to do a "complicated license talk" with the ASF no matter
> what happens unless the published license of the code appears in the
> list of approved ASF licenses.
>
> And anything that does not fall under "Category A: Authorized
> Licenses" will be difficult to integrate.
> http://people.apache.org/~cliffs/3party.html#category-a
>
> GPL falls under "Category X: Excluded Licenses"
>
> On 2/25/07, Adrian Wiesmann <aw...@somap.org> wrote:
>> > The license appears to be the Open Software License despite the
>> > commentary at the top of the page.   We'd have to run this  
>> license by
>> > legal-discuss before we could use it as it has not yet been  
>> classified
>> > by the ASF yet.
>>
>> I asked Francisco if he would mind if I redistribute parts of his  
>> code
>> under the GPLv2. This was no problem for him. I'd first contact  
>> Francisco
>> before doing some complicated licence talk with the ASF.
>>
>> But first of all it would be required that everybody is OK with  
>> adding
>> some (this) diagram editor to Cayenne. My earlier mail was just a
>> suggestion. Please first have a look at alternatives and at the
>> source/implementation in question...
>>
>> Adrian
>>
>


Re: [JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

Posted by Mike Kienenberger <mk...@gmail.com>.
We'll have to do a "complicated license talk" with the ASF no matter
what happens unless the published license of the code appears in the
list of approved ASF licenses.

And anything that does not fall under "Category A: Authorized
Licenses" will be difficult to integrate.
http://people.apache.org/~cliffs/3party.html#category-a

GPL falls under "Category X: Excluded Licenses"

On 2/25/07, Adrian Wiesmann <aw...@somap.org> wrote:
> > The license appears to be the Open Software License despite the
> > commentary at the top of the page.   We'd have to run this license by
> > legal-discuss before we could use it as it has not yet been classified
> > by the ASF yet.
>
> I asked Francisco if he would mind if I redistribute parts of his code
> under the GPLv2. This was no problem for him. I'd first contact Francisco
> before doing some complicated licence talk with the ASF.
>
> But first of all it would be required that everybody is OK with adding
> some (this) diagram editor to Cayenne. My earlier mail was just a
> suggestion. Please first have a look at alternatives and at the
> source/implementation in question...
>
> Adrian
>

Re: [JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

Posted by Malcolm Edgar <ma...@gmail.com>.
+1  - I think this would be an awesome addition.

regards Malcolm Edgar

On 2/26/07, Adrian Wiesmann <aw...@somap.org> wrote:
> > The license appears to be the Open Software License despite the
> > commentary at the top of the page.   We'd have to run this license by
> > legal-discuss before we could use it as it has not yet been classified
> > by the ASF yet.
>
> I asked Francisco if he would mind if I redistribute parts of his code
> under the GPLv2. This was no problem for him. I'd first contact Francisco
> before doing some complicated licence talk with the ASF.
>
> But first of all it would be required that everybody is OK with adding
> some (this) diagram editor to Cayenne. My earlier mail was just a
> suggestion. Please first have a look at alternatives and at the
> source/implementation in question...
>
> Adrian
>

Re: [JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

Posted by Adrian Wiesmann <aw...@somap.org>.
> The license appears to be the Open Software License despite the
> commentary at the top of the page.   We'd have to run this license by
> legal-discuss before we could use it as it has not yet been classified
> by the ASF yet.

I asked Francisco if he would mind if I redistribute parts of his code
under the GPLv2. This was no problem for him. I'd first contact Francisco
before doing some complicated licence talk with the ASF.

But first of all it would be required that everybody is OK with adding
some (this) diagram editor to Cayenne. My earlier mail was just a
suggestion. Please first have a look at alternatives and at the
source/implementation in question...

Adrian

Re: [JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

Posted by Mike Kienenberger <mk...@gmail.com>.
The license appears to be the Open Software License despite the
commentary at the top of the page.   We'd have to run this license by
legal-discuss before we could use it as it has not yet been classified
by the ASF yet.

http://people.apache.org/~cliffs/3party.html

On 2/25/07, Adrian Wiesmann <aw...@somap.org> wrote:
> > I don't think that it would be complicated to implement, the most
> > complicated question to answer is what graph library is allowed to use,
> > due to the restrictive "license compatibility" of the Apache license.
>
> I had the same problem and therefor was contacting Francisco Morero the
> author of the jdbcmanager tool. He has written some Diagram viewer for his
> tool and I asked him for permission to use his sourcecode. I chose his
> source because it did not require any third party libraries but was
> working with the normal Swing distribution.
>
> The integration was a question of a few hours. Perhaps that would be a
> solution for Cayenne as well. Afaik there was some traffic on one of the
> Cayenne lists a few years ago concerning this.
>
> Regards,
> Adrian
>

Re: [JIRA] Created: (CAY-762) ERDiagram for Object Entities in Cayenne Modeler

Posted by Adrian Wiesmann <aw...@somap.org>.
> I don't think that it would be complicated to implement, the most
> complicated question to answer is what graph library is allowed to use,
> due to the restrictive "license compatibility" of the Apache license.

I had the same problem and therefor was contacting Francisco Morero the
author of the jdbcmanager tool. He has written some Diagram viewer for his
tool and I asked him for permission to use his sourcecode. I chose his
source because it did not require any third party libraries but was
working with the normal Swing distribution.

The integration was a question of a few hours. Perhaps that would be a
solution for Cayenne as well. Afaik there was some traffic on one of the
Cayenne lists a few years ago concerning this.

Regards,
Adrian