Home » Modeling » UML2 » Complete Project Development
| | | | |
Re: Complete Project Development [message #477883 is a reply to message #477874] |
Fri, 24 October 2008 14:12 |
Gonzalo Aguilar Delgado Messages: 14 Registered: July 2009 |
Junior Member |
|
|
Hi Ed,
Thank you, I used it to generate a UML graph and generate code. And it
works! But I want to have a more complete solution.
Best regards,
El Thu, 23 Oct 2008 12:32:16 -0400, Ed Merks escribió:
> Gonzalo,
>
> It might even be the case that you can use EMF's Ecore importer to
> convert to Ecore:
>
> http://help.eclipse.org/ganymede/index.jsp?topic=/
org.eclipse.emf.doc/tutorials/clibmod/clibmod.html
>
> You could export that to UML, or you could just use Ecore Tools'
> graphical editor to edit Ecore directly just like a UML class diagram.
> Ecore's not as powerful as UML, but is a lot simpler, and you can
> generate code from it easily...
>
>
> Gonzalo Aguilar Delgado wrote:
>> Hi all!
>>
>> I'm really new to Eclipse EMF and UML2. I did some projects with
>> documentation done with UML using Rational Rose some time ago.
>>
>> But Know I find current Eclipse UML2 implementation not usable at all.
>>
>> Do you think it's possible to manage a REAL java project with the
>> Eclipse UML2 tools? I mean do it from the begining to the end.
>>
>> Thank you in advance.
>>
>>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>
> <head>
> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
> </head>
> <body bgcolor="#ffffff" text="#000000"> Gonzalo,<br>
> <br>
> It might even be the case that you can use EMF's Ecore importer to
> convert to Ecore:<br>
> <blockquote><a
> href="http://help.eclipse.org/ganymede/index.jsp?topic=/
org.eclipse.emf.doc/tutorials/clibmod/clibmod.html">http://
help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.emf.d oc/tutorials/
clibmod/clibmod.html</a><br>
> </blockquote>
> You could export that to UML, or you could just use Ecore Tools'
> graphical editor to edit Ecore directly just like a UML class diagram.
> Ecore's not as powerful as UML, but is a lot simpler, and you can
> generate code from it easily...<br>
> <br>
> <br>
> Gonzalo Aguilar Delgado wrote:
> <blockquote cite="mid:gdppbj$hq2$1@build.eclipse.org" type="cite">
> <pre wrap="">Hi all!
>
> I'm really new to Eclipse EMF and UML2. I did some projects with
> documentation done with UML using Rational Rose some time ago.
>
> But Know I find current Eclipse UML2 implementation not usable at all.
>
> Do you think it's possible to manage a REAL java project with the
> Eclipse UML2 tools? I mean do it from the begining to the end.
>
> Thank you in advance.
>
> </pre>
> </blockquote>
> </body>
> </html>
|
|
| | |
Re: Complete Project Development [message #477887 is a reply to message #477885] |
Fri, 24 October 2008 23:19 |
Gonzalo Aguilar Delgado Messages: 14 Registered: July 2009 |
Junior Member |
|
|
Great!
I tested it a little bit and looks promising...
Let's do a try
Thank you for the answer.
El Fri, 24 Oct 2008 11:30:36 -0400, Kenn Hussey escribió:
> The Papyrus component has yet to make its initial code contribution, but
> the plan is to provide a complely integrated environment for editing UML
> models, which should include things like reverse-engineering from Java.
> Sebastien, the component lead, could perhaps provide more details...
>
> Kenn
>
> "Gonzalo Aguilar Delgado" <gad@aguilardelgado.com> wrote in message
> news:gdsl99$mgk$3@build.eclipse.org...
>> Hi Kenn,
>>
>> So do you mean that it's possible to do Papyrus to do all project
>> management and code generation?
>>
>> I will take a look now.
>>
>> Thank's!
>>
>>
>> El Thu, 23 Oct 2008 12:31:09 -0400, Kenn Hussey escribió:
>>
>>> Mind you, the UML2 Tools component is currently focused more on
>>> automatic generation of the standard UML diagrams than a complete
>>> modeling environment that one would expect from a commercial tool.
>>> Note that the new Papyrus component (newsgroup copied) will provide
>>> something more along the lines of an end-user consumable environment
>>> for editing UML (and related) models...
>>>
>>> Kenn
>>>
>>> "James Bruck" <jbruck@ca.ibm.com> wrote in message
>>> news:gdq45j$i8f$1@build.eclipse.org...
>>>> Hi Gonzalo,
>>>>
>>>> I'm not certain if your issue is with the UML2 project itself, which
>>>> really just defines the UML API, or with the UML2Tools project? You
>>>> may want to cross post this to the UML2Tools newsgroup.
>>>>
>>>> There are many great tools built on top of the opensource UML2 API
>>>> that may be what you are looking for.
>>>> Keep in mind that UML2Tools project is just starting out and is also
>>>> a free tool.
>>>>
>>>> The next version of RationalRose is IBM's RSA product. RSA far out
>>>> performs Rose in many ways. You may want to check that out.
>>>>
>>>> Cheers,
>>>> - James.
>>>>
>>>>
>>>>
>>>>
>>>> "Gonzalo Aguilar Delgado" <gad@aguilardelgado.com> wrote in message
>>>> news:gdppbj$hq2$1@build.eclipse.org...
>>>>> Hi all!
>>>>>
>>>>> I'm really new to Eclipse EMF and UML2. I did some projects with
>>>>> documentation done with UML using Rational Rose some time ago.
>>>>>
>>>>> But Know I find current Eclipse UML2 implementation not usable at
>>>>> all.
>>>>>
>>>>> Do you think it's possible to manage a REAL java project with the
>>>>> Eclipse UML2 tools? I mean do it from the begining to the end.
>>>>>
>>>>> Thank you in advance.
>>>>>
>>>>>
>>>>>
>>>>
|
|
| | | | | |
Re: Complete Project Development [message #627074 is a reply to message #477864] |
Thu, 23 October 2008 16:32 |
Ed Merks Messages: 33222 Registered: July 2009 |
Senior Member |
|
|
This is a multi-part message in MIME format.
--------------090004000506030304000100
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Gonzalo,
It might even be the case that you can use EMF's Ecore importer to
convert to Ecore:
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.emf.doc/tutorials/clibmod/clibmod.html
You could export that to UML, or you could just use Ecore Tools'
graphical editor to edit Ecore directly just like a UML class diagram.
Ecore's not as powerful as UML, but is a lot simpler, and you can
generate code from it easily...
Gonzalo Aguilar Delgado wrote:
> Hi all!
>
> I'm really new to Eclipse EMF and UML2. I did some projects with
> documentation done with UML using Rational Rose some time ago.
>
> But Know I find current Eclipse UML2 implementation not usable at all.
>
> Do you think it's possible to manage a REAL java project with the Eclipse
> UML2 tools? I mean do it from the begining to the end.
>
> Thank you in advance.
>
>
--------------090004000506030304000100
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Gonzalo,<br>
<br>
It might even be the case that you can use EMF's Ecore importer to
convert to Ecore:<br>
<blockquote><a
href=" http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.emf.doc/tutorials/clibmod/clibmod.html"> http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.emf.doc/tutorials/clibmod/clibmod.html</a><br>
</blockquote>
You could export that to UML, or you could just use Ecore Tools'
graphical editor to edit Ecore directly just like a UML class diagram.
Ecore's not as powerful as UML, but is a lot simpler, and you can
generate code from it easily...<br>
<br>
<br>
Gonzalo Aguilar Delgado wrote:
<blockquote cite="mid:gdppbj$hq2$1@build.eclipse.org" type="cite">
<pre wrap="">Hi all!
I'm really new to Eclipse EMF and UML2. I did some projects with
documentation done with UML using Rational Rose some time ago.
But Know I find current Eclipse UML2 implementation not usable at all.
Do you think it's possible to manage a REAL java project with the Eclipse
UML2 tools? I mean do it from the begining to the end.
Thank you in advance.
</pre>
</blockquote>
</body>
</html>
--------------090004000506030304000100--
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
| |
Re: Complete Project Development [message #627083 is a reply to message #477874] |
Fri, 24 October 2008 14:12 |
Gonzalo Aguilar Delgado Messages: 14 Registered: July 2009 |
Junior Member |
|
|
Hi Ed,
Thank you, I used it to generate a UML graph and generate code. And it
works! But I want to have a more complete solution.
Best regards,
El Thu, 23 Oct 2008 12:32:16 -0400, Ed Merks escribió:
> Gonzalo,
>
> It might even be the case that you can use EMF's Ecore importer to
> convert to Ecore:
>
> http://help.eclipse.org/ganymede/index.jsp?topic=/
org.eclipse.emf.doc/tutorials/clibmod/clibmod.html
>
> You could export that to UML, or you could just use Ecore Tools'
> graphical editor to edit Ecore directly just like a UML class diagram.
> Ecore's not as powerful as UML, but is a lot simpler, and you can
> generate code from it easily...
>
>
> Gonzalo Aguilar Delgado wrote:
>> Hi all!
>>
>> I'm really new to Eclipse EMF and UML2. I did some projects with
>> documentation done with UML using Rational Rose some time ago.
>>
>> But Know I find current Eclipse UML2 implementation not usable at all.
>>
>> Do you think it's possible to manage a REAL java project with the
>> Eclipse UML2 tools? I mean do it from the begining to the end.
>>
>> Thank you in advance.
>>
>>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html>
> <head>
> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
> </head>
> <body bgcolor="#ffffff" text="#000000"> Gonzalo,<br>
> <br>
> It might even be the case that you can use EMF's Ecore importer to
> convert to Ecore:<br>
> <blockquote><a
> href="http://help.eclipse.org/ganymede/index.jsp?topic=/
org.eclipse.emf.doc/tutorials/clibmod/clibmod.html">http://
help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.emf.d oc/tutorials/
clibmod/clibmod.html</a><br>
> </blockquote>
> You could export that to UML, or you could just use Ecore Tools'
> graphical editor to edit Ecore directly just like a UML class diagram.
> Ecore's not as powerful as UML, but is a lot simpler, and you can
> generate code from it easily...<br>
> <br>
> <br>
> Gonzalo Aguilar Delgado wrote:
> <blockquote cite="mid:gdppbj$hq2$1@build.eclipse.org" type="cite">
> <pre wrap="">Hi all!
>
> I'm really new to Eclipse EMF and UML2. I did some projects with
> documentation done with UML using Rational Rose some time ago.
>
> But Know I find current Eclipse UML2 implementation not usable at all.
>
> Do you think it's possible to manage a REAL java project with the
> Eclipse UML2 tools? I mean do it from the begining to the end.
>
> Thank you in advance.
>
> </pre>
> </blockquote>
> </body>
> </html>
|
|
| | |
Re: Complete Project Development [message #627097 is a reply to message #477885] |
Fri, 24 October 2008 23:19 |
Gonzalo Aguilar Delgado Messages: 14 Registered: July 2009 |
Junior Member |
|
|
Great!
I tested it a little bit and looks promising...
Let's do a try
Thank you for the answer.
El Fri, 24 Oct 2008 11:30:36 -0400, Kenn Hussey escribió:
> The Papyrus component has yet to make its initial code contribution, but
> the plan is to provide a complely integrated environment for editing UML
> models, which should include things like reverse-engineering from Java.
> Sebastien, the component lead, could perhaps provide more details...
>
> Kenn
>
> "Gonzalo Aguilar Delgado" <gad@aguilardelgado.com> wrote in message
> news:gdsl99$mgk$3@build.eclipse.org...
>> Hi Kenn,
>>
>> So do you mean that it's possible to do Papyrus to do all project
>> management and code generation?
>>
>> I will take a look now.
>>
>> Thank's!
>>
>>
>> El Thu, 23 Oct 2008 12:31:09 -0400, Kenn Hussey escribió:
>>
>>> Mind you, the UML2 Tools component is currently focused more on
>>> automatic generation of the standard UML diagrams than a complete
>>> modeling environment that one would expect from a commercial tool.
>>> Note that the new Papyrus component (newsgroup copied) will provide
>>> something more along the lines of an end-user consumable environment
>>> for editing UML (and related) models...
>>>
>>> Kenn
>>>
>>> "James Bruck" <jbruck@ca.ibm.com> wrote in message
>>> news:gdq45j$i8f$1@build.eclipse.org...
>>>> Hi Gonzalo,
>>>>
>>>> I'm not certain if your issue is with the UML2 project itself, which
>>>> really just defines the UML API, or with the UML2Tools project? You
>>>> may want to cross post this to the UML2Tools newsgroup.
>>>>
>>>> There are many great tools built on top of the opensource UML2 API
>>>> that may be what you are looking for.
>>>> Keep in mind that UML2Tools project is just starting out and is also
>>>> a free tool.
>>>>
>>>> The next version of RationalRose is IBM's RSA product. RSA far out
>>>> performs Rose in many ways. You may want to check that out.
>>>>
>>>> Cheers,
>>>> - James.
>>>>
>>>>
>>>>
>>>>
>>>> "Gonzalo Aguilar Delgado" <gad@aguilardelgado.com> wrote in message
>>>> news:gdppbj$hq2$1@build.eclipse.org...
>>>>> Hi all!
>>>>>
>>>>> I'm really new to Eclipse EMF and UML2. I did some projects with
>>>>> documentation done with UML using Rational Rose some time ago.
>>>>>
>>>>> But Know I find current Eclipse UML2 implementation not usable at
>>>>> all.
>>>>>
>>>>> Do you think it's possible to manage a REAL java project with the
>>>>> Eclipse UML2 tools? I mean do it from the begining to the end.
>>>>>
>>>>> Thank you in advance.
>>>>>
>>>>>
>>>>>
>>>>
|
|
| | | |
Goto Forum:
Current Time: Fri Oct 04 22:16:32 GMT 2024
Powered by FUDForum. Page generated in 0.07141 seconds
|