Home » Modeling » UML2 Tools » Integrating UML2 Tools and RCP application
Integrating UML2 Tools and RCP application [message #474445] |
Thu, 19 June 2008 13:32  |
Eclipse User |
|
|
|
Hello,
How can I integrate the UML2Tools plugin with my RCP application?
I wanna create and open UML diagrams in my application but I don't know
how to call this plugin.
Thanks in advance for all replies,
Nogueira
|
|
| |
Re: Integrating UML2 Tools and RCP application [message #474454 is a reply to message #474445] |
Sat, 28 June 2008 02:28   |
Eclipse User |
|
|
|
Nogueira,
The UML2Tools has quite a vast list of requirements, which go way beyond
what is in the basic RCP runtime or SDK.
Check out the "Build Dependencies" in the download page:
http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
You might not need the entire Eclipse SDK, just Platform (which is more
than the RCP anyway) should be enough. But you will still need EMF, EMF
Query, Transaction, Validation, UML2, OCL, GEF and GMF.
Cheers,
Rafael
Nogueira wrote:
> Hello,
>
> How can I integrate the UML2Tools plugin with my RCP application?
> I wanna create and open UML diagrams in my application but I don't know
> how to call this plugin.
>
> Thanks in advance for all replies,
>
> Nogueira
>
|
|
|
Re: Integrating UML2 Tools and RCP application [message #474455 is a reply to message #474454] |
Mon, 30 June 2008 16:59   |
Eclipse User |
|
|
|
Hi Rafael
I got the impression that Nogueira was asking how to call a uml editor
(eg clazz) in RCP, in effect how to build a RCP UML tool.
I did something similar using only clazz but I would like the ability to
add my own profiles to the class diag. The way I did this was to copy
the solution generated by GMF's RCP output (my RCP contains my own DSL
editor (non UML) plus the uml2tools class diag editor). Since I have my
own DSL editor, the dependencies are covered but I am not sure if this
is the best method for doing this. ie is there a class that allows a
user to select their choice of uml2tools diag eg class, use case etc?
regards
Steve
Rafael Chaves wrote:
> Nogueira,
>
> The UML2Tools has quite a vast list of requirements, which go way beyond
> what is in the basic RCP runtime or SDK.
>
> Check out the "Build Dependencies" in the download page:
>
> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
>
> You might not need the entire Eclipse SDK, just Platform (which is more
> than the RCP anyway) should be enough. But you will still need EMF, EMF
> Query, Transaction, Validation, UML2, OCL, GEF and GMF.
>
> Cheers,
>
> Rafael
>
> Nogueira wrote:
>> Hello,
>>
>> How can I integrate the UML2Tools plugin with my RCP application?
>> I wanna create and open UML diagrams in my application but I don't
>> know how to call this plugin.
>>
>> Thanks in advance for all replies,
>>
>> Nogueira
>>
|
|
| |
Re: Integrating UML2 Tools and RCP application [message #489781 is a reply to message #489690] |
Mon, 05 October 2009 18:09  |
Eclipse User |
|
|
|
We have tried this RCP project inside Omondo in 2006. The project was made by a talented master student (Brahim) and he received his degree with grade A+
The RCP UML application was working well but couldn't really be used in a professional project without heavy long term financial investment. We have therefore decided to stop the project and not to upgrade it since Eclipse 3.2.
After this experience I would say that the only way it could work is to bundle Eclipse + jar of modeling plugins inside an RCP application and then add your source code.
UML tools need other plugins such as GMF, GEF, EMF, UML2 etc...it is impossible to do another way except if you develop from scratch these plugins.
|
|
| |
Re: Integrating UML2 Tools and RCP application [message #620468 is a reply to message #474445] |
Sat, 28 June 2008 02:28  |
Eclipse User |
|
|
|
Nogueira,
The UML2Tools has quite a vast list of requirements, which go way beyond
what is in the basic RCP runtime or SDK.
Check out the "Build Dependencies" in the download page:
http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
You might not need the entire Eclipse SDK, just Platform (which is more
than the RCP anyway) should be enough. But you will still need EMF, EMF
Query, Transaction, Validation, UML2, OCL, GEF and GMF.
Cheers,
Rafael
Nogueira wrote:
> Hello,
>
> How can I integrate the UML2Tools plugin with my RCP application?
> I wanna create and open UML diagrams in my application but I don't know
> how to call this plugin.
>
> Thanks in advance for all replies,
>
> Nogueira
>
|
|
|
Re: Integrating UML2 Tools and RCP application [message #620469 is a reply to message #474454] |
Mon, 30 June 2008 16:59  |
Eclipse User |
|
|
|
Hi Rafael
I got the impression that Nogueira was asking how to call a uml editor
(eg clazz) in RCP, in effect how to build a RCP UML tool.
I did something similar using only clazz but I would like the ability to
add my own profiles to the class diag. The way I did this was to copy
the solution generated by GMF's RCP output (my RCP contains my own DSL
editor (non UML) plus the uml2tools class diag editor). Since I have my
own DSL editor, the dependencies are covered but I am not sure if this
is the best method for doing this. ie is there a class that allows a
user to select their choice of uml2tools diag eg class, use case etc?
regards
Steve
Rafael Chaves wrote:
> Nogueira,
>
> The UML2Tools has quite a vast list of requirements, which go way beyond
> what is in the basic RCP runtime or SDK.
>
> Check out the "Build Dependencies" in the download page:
>
> http://www.eclipse.org/modeling/mdt/downloads/?project=uml2t ools
>
> You might not need the entire Eclipse SDK, just Platform (which is more
> than the RCP anyway) should be enough. But you will still need EMF, EMF
> Query, Transaction, Validation, UML2, OCL, GEF and GMF.
>
> Cheers,
>
> Rafael
>
> Nogueira wrote:
>> Hello,
>>
>> How can I integrate the UML2Tools plugin with my RCP application?
>> I wanna create and open UML diagrams in my application but I don't
>> know how to call this plugin.
>>
>> Thanks in advance for all replies,
>>
>> Nogueira
>>
|
|
| |
Re: Integrating UML2 Tools and RCP application [message #624891 is a reply to message #489690] |
Mon, 05 October 2009 18:09  |
Eclipse User |
|
|
|
We have tried this RCP project inside Omondo in 2006. The project was made by a talented master student (Brahim) and he received his degree with grade A+
The RCP UML application was working well but couldn't really be used in a professional project without heavy long term financial investment. We have therefore decided to stop the project and not to upgrade it since Eclipse 3.2.
After this experience I would say that the only way it could work is to bundle Eclipse + jar of modeling plugins inside an RCP application and then add your source code.
UML tools need other plugins such as GMF, GEF, EMF, UML2 etc...it is impossible to do another way except if you develop from scratch these plugins.
|
|
|
Goto Forum:
Current Time: Wed Jul 23 13:25:04 EDT 2025
Powered by FUDForum. Page generated in 0.06814 seconds
|