Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Re: [EMF] Generate RAP instead of RCP
Re: [EMF] Generate RAP instead of RCP [message #61293] Wed, 21 November 2007 00:08 Go to next message
Reinhold Bihler is currently offline Reinhold BihlerFriend
Messages: 64
Registered: July 2009
Member
David,

I also would like to know how a EMF.editor can be turned into a
RAP application. At Eclipse Summit Europe I talked with the RAP folks.
They said that it should be no problem in principle. There might only be
some detail issues with some not so common widgets. They couldn't
give a more specific answer at that point because they were not that
familar with EMF.

A tutorial or a how-to about turning a EMF.editor into a RAP application
would be cool. Maybe the RAP folks can give more specific info now
so I added this post to their newsgroup.

I could provide a EMF.editor sample plugin and maybe a RAP expert
could transfrom it into a RAP application and document how it is done?

Regards,

Reinhold


"Ed Merks" <merks@ca.ibm.com> wrote in message
news:fh9gfn$bg7$3@build.eclipse.org...
> David,
>
> I was told RAP folks, but have not confirmed myself, that a generated EMF
> editor (they didn't specify RCP or otherwise) generally works except for
> some issues with cell editors in the properties view. Probably it's best
> just to try it and report back the problems you find. Then we can think
> about how best to help address those.
>
>
> david wrote:
>> Hi,
>>
>> Has anyone looked at generating a RAP based viewing application rather
>> than a RCP based on from the ECore model? If not then can someone outline
>> the parts of the code that would need to change to accommodate such a
>> change?
>>
>> Thx.
>>
>> David
>>
Re: [EMF] Generate RAP instead of RCP [message #62603 is a reply to message #61293] Fri, 23 November 2007 15:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

I've been working with EMF quite a while and it would be very interesting to
see how much is missing to get a sample editor working. From my point of
view I see at least two problems:

1.) missing cell editors => RAP's property view is read-only. Editing of
model element attributes would not work
2.) Workspace is shared between sessions => the same file could be opened
multiple times for editing - this could lead to a lot of unfortunate
consequences...

But still you never know before you have tried. So feel free to send me a
simple sample editor and I will see what I can find out.


Ciao
Frank


"Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
news:fhvsun$6sm$1@build.eclipse.org...
> David,
>
> I also would like to know how a EMF.editor can be turned into a
> RAP application. At Eclipse Summit Europe I talked with the RAP folks.
> They said that it should be no problem in principle. There might only be
> some detail issues with some not so common widgets. They couldn't
> give a more specific answer at that point because they were not that
> familar with EMF.
>
> A tutorial or a how-to about turning a EMF.editor into a RAP application
> would be cool. Maybe the RAP folks can give more specific info now
> so I added this post to their newsgroup.
>
> I could provide a EMF.editor sample plugin and maybe a RAP expert
> could transfrom it into a RAP application and document how it is done?
>
> Regards,
>
> Reinhold
>
>
> "Ed Merks" <merks@ca.ibm.com> wrote in message
> news:fh9gfn$bg7$3@build.eclipse.org...
>> David,
>>
>> I was told RAP folks, but have not confirmed myself, that a generated EMF
>> editor (they didn't specify RCP or otherwise) generally works except for
>> some issues with cell editors in the properties view. Probably it's best
>> just to try it and report back the problems you find. Then we can think
>> about how best to help address those.
>>
>>
>> david wrote:
>>> Hi,
>>>
>>> Has anyone looked at generating a RAP based viewing application rather
>>> than a RCP based on from the ECore model? If not then can someone
>>> outline the parts of the code that would need to change to accommodate
>>> such a change?
>>>
>>> Thx.
>>>
>>> David
>>>
>
>
Re: [EMF] Generate RAP instead of RCP [message #62699 is a reply to message #62603] Sat, 24 November 2007 15:30 Go to previous messageGo to next message
Reinhold Bihler is currently offline Reinhold BihlerFriend
Messages: 64
Registered: July 2009
Member
Frank,

I made a new entry in the eclipse wiki that describes how to generate the
editor
and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
I also uploaded a zip file to the wiki that contains the generated plugins.
http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip

It would be really cool if you (or somebody else) could turn this plugins
into RAP applications and document how this is done on that wiki page!

To edit the wiki page you need a eclipse bugzilla account which can be
registered here: https://bugs.eclipse.org/bugs/createaccount.cgi

> 1.) missing cell editors => RAP's property view is read-only. Editing of
> model element attributes would not work

This limits the editor to a viewer but the RAP team will probably implement
editing in the future?

Best Regards,

Reinhold

> 2.) Workspace is shared between sessions => the same file could be opened
> multiple times for editing - this could lead to a lot of unfortunate
> consequences...
>
> But still you never know before you have tried. So feel free to send me a
> simple sample editor and I will see what I can find out.
>
>
> Ciao
> Frank
>
>
> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
> news:fhvsun$6sm$1@build.eclipse.org...
>> David,
>>
>> I also would like to know how a EMF.editor can be turned into a
>> RAP application. At Eclipse Summit Europe I talked with the RAP folks.
>> They said that it should be no problem in principle. There might only be
>> some detail issues with some not so common widgets. They couldn't
>> give a more specific answer at that point because they were not that
>> familar with EMF.
>>
>> A tutorial or a how-to about turning a EMF.editor into a RAP application
>> would be cool. Maybe the RAP folks can give more specific info now
>> so I added this post to their newsgroup.
>>
>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>> could transfrom it into a RAP application and document how it is done?
>>
>> Regards,
>>
>> Reinhold
>>
>>
>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>> news:fh9gfn$bg7$3@build.eclipse.org...
>>> David,
>>>
>>> I was told RAP folks, but have not confirmed myself, that a generated
>>> EMF editor (they didn't specify RCP or otherwise) generally works except
>>> for some issues with cell editors in the properties view. Probably it's
>>> best just to try it and report back the problems you find. Then we can
>>> think about how best to help address those.
>>>
>>>
>>> david wrote:
>>>> Hi,
>>>>
>>>> Has anyone looked at generating a RAP based viewing application rather
>>>> than a RCP based on from the ECore model? If not then can someone
>>>> outline the parts of the code that would need to change to accommodate
>>>> such a change?
>>>>
>>>> Thx.
>>>>
>>>> David
>>>>
>>
>>
>
>
Re: [EMF] Generate RAP instead of RCP [message #63947 is a reply to message #62699] Mon, 03 December 2007 14:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

I did some first investigations on that topic and it seems that this will
take some more effort than I assumed. There are at least hacks of
org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and org.eclipse.ui.ide
necessary to have a chance to get things somewhat working. I will not go
into detail here since I'm still too far away to draw any conclusions
whether it will work or not at the end. Unfortunately I don't have the time
to dig deeper into this at the moment, so results will take some time.

Ciao
Frank

"Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
news:fi9g3c$aib$1@build.eclipse.org...
> Frank,
>
> I made a new entry in the eclipse wiki that describes how to generate the
> editor
> and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
> I also uploaded a zip file to the wiki that contains the generated
> plugins.
> http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip
>
> It would be really cool if you (or somebody else) could turn this plugins
> into RAP applications and document how this is done on that wiki page!
>
> To edit the wiki page you need a eclipse bugzilla account which can be
> registered here: https://bugs.eclipse.org/bugs/createaccount.cgi
>
>> 1.) missing cell editors => RAP's property view is read-only. Editing of
>> model element attributes would not work
>
> This limits the editor to a viewer but the RAP team will probably
> implement
> editing in the future?
>
> Best Regards,
>
> Reinhold
>
>> 2.) Workspace is shared between sessions => the same file could be opened
>> multiple times for editing - this could lead to a lot of unfortunate
>> consequences...
>>
>> But still you never know before you have tried. So feel free to send me a
>> simple sample editor and I will see what I can find out.
>>
>>
>> Ciao
>> Frank
>>
>>
>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>> news:fhvsun$6sm$1@build.eclipse.org...
>>> David,
>>>
>>> I also would like to know how a EMF.editor can be turned into a
>>> RAP application. At Eclipse Summit Europe I talked with the RAP folks.
>>> They said that it should be no problem in principle. There might only be
>>> some detail issues with some not so common widgets. They couldn't
>>> give a more specific answer at that point because they were not that
>>> familar with EMF.
>>>
>>> A tutorial or a how-to about turning a EMF.editor into a RAP application
>>> would be cool. Maybe the RAP folks can give more specific info now
>>> so I added this post to their newsgroup.
>>>
>>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>>> could transfrom it into a RAP application and document how it is done?
>>>
>>> Regards,
>>>
>>> Reinhold
>>>
>>>
>>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>>> news:fh9gfn$bg7$3@build.eclipse.org...
>>>> David,
>>>>
>>>> I was told RAP folks, but have not confirmed myself, that a generated
>>>> EMF editor (they didn't specify RCP or otherwise) generally works
>>>> except for some issues with cell editors in the properties view.
>>>> Probably it's best just to try it and report back the problems you
>>>> find. Then we can think about how best to help address those.
>>>>
>>>>
>>>> david wrote:
>>>>> Hi,
>>>>>
>>>>> Has anyone looked at generating a RAP based viewing application rather
>>>>> than a RCP based on from the ECore model? If not then can someone
>>>>> outline the parts of the code that would need to change to accommodate
>>>>> such a change?
>>>>>
>>>>> Thx.
>>>>>
>>>>> David
>>>>>
>>>
>>>
>>
>>
>
>
Re: [EMF] Generate RAP instead of RCP [message #64014 is a reply to message #63947] Mon, 03 December 2007 15:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

This is a multi-part message in MIME format.
--------------080909060103020903060906
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Frank,

I have quite a bit of time over Christmas to hack on anything I want
because it's personal time. I'd be most interested in helping out with
this. If I had a little help getting started on how to set things up on
the RAP side of things (to test it out and understand where things are
working poorly right now) I could likely make good progress on the EMF
side of things. (I'm also interested in the GWT stuff that Tom Schindl
is working on; he's going help get me started with a bit of spoon
feeding as well.)


Frank Appel wrote:
> Hi,
>
> I did some first investigations on that topic and it seems that this will
> take some more effort than I assumed. There are at least hacks of
> org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and org.eclipse.ui.ide
> necessary to have a chance to get things somewhat working. I will not go
> into detail here since I'm still too far away to draw any conclusions
> whether it will work or not at the end. Unfortunately I don't have the time
> to dig deeper into this at the moment, so results will take some time.
>
> Ciao
> Frank
>
> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
> news:fi9g3c$aib$1@build.eclipse.org...
>
>> Frank,
>>
>> I made a new entry in the eclipse wiki that describes how to generate the
>> editor
>> and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
>> I also uploaded a zip file to the wiki that contains the generated
>> plugins.
>> http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip
>>
>> It would be really cool if you (or somebody else) could turn this plugins
>> into RAP applications and document how this is done on that wiki page!
>>
>> To edit the wiki page you need a eclipse bugzilla account which can be
>> registered here: https://bugs.eclipse.org/bugs/createaccount.cgi
>>
>>
>>> 1.) missing cell editors => RAP's property view is read-only. Editing of
>>> model element attributes would not work
>>>
>> This limits the editor to a viewer but the RAP team will probably
>> implement
>> editing in the future?
>>
>> Best Regards,
>>
>> Reinhold
>>
>>
>>> 2.) Workspace is shared between sessions => the same file could be opened
>>> multiple times for editing - this could lead to a lot of unfortunate
>>> consequences...
>>>
>>> But still you never know before you have tried. So feel free to send me a
>>> simple sample editor and I will see what I can find out.
>>>
>>>
>>> Ciao
>>> Frank
>>>
>>>
>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>> news:fhvsun$6sm$1@build.eclipse.org...
>>>
>>>> David,
>>>>
>>>> I also would like to know how a EMF.editor can be turned into a
>>>> RAP application. At Eclipse Summit Europe I talked with the RAP folks.
>>>> They said that it should be no problem in principle. There might only be
>>>> some detail issues with some not so common widgets. They couldn't
>>>> give a more specific answer at that point because they were not that
>>>> familar with EMF.
>>>>
>>>> A tutorial or a how-to about turning a EMF.editor into a RAP application
>>>> would be cool. Maybe the RAP folks can give more specific info now
>>>> so I added this post to their newsgroup.
>>>>
>>>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>>>> could transfrom it into a RAP application and document how it is done?
>>>>
>>>> Regards,
>>>>
>>>> Reinhold
>>>>
>>>>
>>>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>>>> news:fh9gfn$bg7$3@build.eclipse.org...
>>>>
>>>>> David,
>>>>>
>>>>> I was told RAP folks, but have not confirmed myself, that a generated
>>>>> EMF editor (they didn't specify RCP or otherwise) generally works
>>>>> except for some issues with cell editors in the properties view.
>>>>> Probably it's best just to try it and report back the problems you
>>>>> find. Then we can think about how best to help address those.
>>>>>
>>>>>
>>>>> david wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Has anyone looked at generating a RAP based viewing application rather
>>>>>> than a RCP based on from the ECore model? If not then can someone
>>>>>> outline the parts of the code that would need to change to accommodate
>>>>>> such a change?
>>>>>>
>>>>>> Thx.
>>>>>>
>>>>>> David
>>>>>>
>>>>>>
>>>>
>>>
>>
>
>
>


--------------080909060103020903060906
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Frank,<br>
<br>
I have quite a bit of time over Christmas to hack on anything I want
because it's personal time.&nbsp; I'd be most interested in helping out with
this.&nbsp; If I had a little help getting started on how to set things up
on the RAP side of things (to test it out and understand where things
are working poorly right now) I could likely make good progress on the
EMF side of things.&nbsp; (I'm also interested in the GWT stuff that Tom
Schindl is working on; he's going help get me started with a bit of
spoon feeding as well.)<br>
<br>
<br>
Frank Appel wrote:
<blockquote cite="mid:fj12qa$3tg$1@build.eclipse.org" type="cite">
<pre wrap="">Hi,

I did some first investigations on that topic and it seems that this will
take some more effort than I assumed. There are at least hacks of
org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and org.eclipse.ui.ide
necessary to have a chance to get things somewhat working. I will not go
into detail here since I'm still too far away to draw any conclusions
whether it will work or not at the end. Unfortunately I don't have the time
to dig deeper into this at the moment, so results will take some time.

Ciao
Frank

"Reinhold Bihler" <a class="moz-txt-link-rfc2396E" href="mailto:reinhold.bihler@gmx.de">&lt;reinhold.bihler@gmx.de&gt;</a> schrieb im Newsbeitrag
<a class="moz-txt-link-freetext" href="news:fi9g3c$aib$1@build.eclipse.org">news:fi9g3c$aib$1@build.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Frank,

I made a new entry in the eclipse wiki that describes how to generate the
editor
and how to use it. See <a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/EMF_Editor_goes_RAP">http://wiki.eclipse.org/EMF_Editor_goes_RAP</a>
I also uploaded a zip file to the wiki that contains the generated
plugins.
<a class="moz-txt-link-freetext" href="http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip">http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip</a>

It would be really cool if you (or somebody else) could turn this plugins
into RAP applications and document how this is done on that wiki page!

To edit the wiki page you need a eclipse bugzilla account which can be
registered here: <a class="moz-txt-link-freetext" href="https://bugs.eclipse.org/bugs/createaccount.cgi">https://bugs.eclipse.org/bugs/createaccount.cgi</a>

</pre>
<blockquote type="cite">
<pre wrap="">1.) missing cell editors =&gt; RAP's property view is read-only. Editing of
model element attributes would not work
</pre>
</blockquote>
<pre wrap="">This limits the editor to a viewer but the RAP team will probably
implement
editing in the future?

Best Regards,

Reinhold

</pre>
<blockquote type="cite">
<pre wrap="">2.) Workspace is shared between sessions =&gt; the same file could be opened
multiple times for editing - this could lead to a lot of unfortunate
consequences...

But still you never know before you have tried. So feel free to send me a
simple sample editor and I will see what I can find out.


Ciao
Frank


"Reinhold Bihler" <a class="moz-txt-link-rfc2396E" href="mailto:reinhold.bihler@gmx.de">&lt;reinhold.bihler@gmx.de&gt;</a> schrieb im Newsbeitrag
<a class="moz-txt-link-freetext" href="news:fhvsun$6sm$1@build.eclipse.org">news:fhvsun$6sm$1@build.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">David,

I also would like to know how a EMF.editor can be turned into a
RAP application. At Eclipse Summit Europe I talked with the RAP folks.
They said that it should be no problem in principle. There might only be
some detail issues with some not so common widgets. They couldn't
give a more specific answer at that point because they were not that
familar with EMF.

A tutorial or a how-to about turning a EMF.editor into a RAP application
would be cool. Maybe the RAP folks can give more specific info now
so I added this post to their newsgroup.

I could provide a EMF.editor sample plugin and maybe a RAP expert
could transfrom it into a RAP application and document how it is done?

Regards,

Reinhold


"Ed Merks" <a class="moz-txt-link-rfc2396E" href="mailto:merks@ca.ibm.com">&lt;merks@ca.ibm.com&gt;</a> wrote in message
<a class="moz-txt-link-freetext" href="news:fh9gfn$bg7$3@build.eclipse.org">news:fh9gfn$bg7$3@build.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">David,

I was told RAP folks, but have not confirmed myself, that a generated
EMF editor (they didn't specify RCP or otherwise) generally works
except for some issues with cell editors in the properties view.
Probably it's best just to try it and report back the problems you
find. Then we can think about how best to help address those.


david wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,

Has anyone looked at generating a RAP based viewing application rather
than a RCP based on from the ECore model? If not then can someone
outline the parts of the code that would need to change to accommodate
such a change?

Thx.

David

</pre>
</blockquote>
</blockquote>
<pre wrap="">
</pre>
</blockquote>
<pre wrap="">
</pre>
</blockquote>
<pre wrap="">
</pre>
</blockquote>
<pre wrap=""><!---->

</pre>
</blockquote>
<br>
</body>
</html>

--------------080909060103020903060906--
Re: [EMF] Generate RAP instead of RCP [message #64106 is a reply to message #64014] Mon, 03 December 2007 22:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jkrause.innoopract.com

Hi Ed,

I would like to suggest to dedicate an hour (or more as needed) for this
next week. We could sit together before or after the Runtime Summit and
do an initial setup and some hacking. Just be aware that my EMF
knowledge is pretty superficial.

Would that work for you?

Jochen


Ed Merks wrote:
> Frank,
>
> I have quite a bit of time over Christmas to hack on anything I want
> because it's personal time. I'd be most interested in helping out with
> this. If I had a little help getting started on how to set things up on
> the RAP side of things (to test it out and understand where things are
> working poorly right now) I could likely make good progress on the EMF
> side of things. (I'm also interested in the GWT stuff that Tom Schindl
> is working on; he's going help get me started with a bit of spoon
> feeding as well.)
>
>
> Frank Appel wrote:
>> Hi,
>>
>> I did some first investigations on that topic and it seems that this will
>> take some more effort than I assumed. There are at least hacks of
>> org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and org.eclipse.ui.ide
>> necessary to have a chance to get things somewhat working. I will not go
>> into detail here since I'm still too far away to draw any conclusions
>> whether it will work or not at the end. Unfortunately I don't have the time
>> to dig deeper into this at the moment, so results will take some time.
>>
>> Ciao
>> Frank
>>
>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>> news:fi9g3c$aib$1@build.eclipse.org...
>>
>>> Frank,
>>>
>>> I made a new entry in the eclipse wiki that describes how to generate the
>>> editor
>>> and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
>>> I also uploaded a zip file to the wiki that contains the generated
>>> plugins.
>>> http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip
>>>
>>> It would be really cool if you (or somebody else) could turn this plugins
>>> into RAP applications and document how this is done on that wiki page!
>>>
>>> To edit the wiki page you need a eclipse bugzilla account which can be
>>> registered here: https://bugs.eclipse.org/bugs/createaccount.cgi
>>>
>>>
>>>> 1.) missing cell editors => RAP's property view is read-only. Editing of
>>>> model element attributes would not work
>>>>
>>> This limits the editor to a viewer but the RAP team will probably
>>> implement
>>> editing in the future?
>>>
>>> Best Regards,
>>>
>>> Reinhold
>>>
>>>
>>>> 2.) Workspace is shared between sessions => the same file could be opened
>>>> multiple times for editing - this could lead to a lot of unfortunate
>>>> consequences...
>>>>
>>>> But still you never know before you have tried. So feel free to send me a
>>>> simple sample editor and I will see what I can find out.
>>>>
>>>>
>>>> Ciao
>>>> Frank
>>>>
>>>>
>>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>>> news:fhvsun$6sm$1@build.eclipse.org...
>>>>
>>>>> David,
>>>>>
>>>>> I also would like to know how a EMF.editor can be turned into a
>>>>> RAP application. At Eclipse Summit Europe I talked with the RAP folks.
>>>>> They said that it should be no problem in principle. There might only be
>>>>> some detail issues with some not so common widgets. They couldn't
>>>>> give a more specific answer at that point because they were not that
>>>>> familar with EMF.
>>>>>
>>>>> A tutorial or a how-to about turning a EMF.editor into a RAP application
>>>>> would be cool. Maybe the RAP folks can give more specific info now
>>>>> so I added this post to their newsgroup.
>>>>>
>>>>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>>>>> could transfrom it into a RAP application and document how it is done?
>>>>>
>>>>> Regards,
>>>>>
>>>>> Reinhold
>>>>>
>>>>>
>>>>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>>>>> news:fh9gfn$bg7$3@build.eclipse.org...
>>>>>
>>>>>> David,
>>>>>>
>>>>>> I was told RAP folks, but have not confirmed myself, that a generated
>>>>>> EMF editor (they didn't specify RCP or otherwise) generally works
>>>>>> except for some issues with cell editors in the properties view.
>>>>>> Probably it's best just to try it and report back the problems you
>>>>>> find. Then we can think about how best to help address those.
>>>>>>
>>>>>>
>>>>>> david wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Has anyone looked at generating a RAP based viewing application rather
>>>>>>> than a RCP based on from the ECore model? If not then can someone
>>>>>>> outline the parts of the code that would need to change to accommodate
>>>>>>> such a change?
>>>>>>>
>>>>>>> Thx.
>>>>>>>
>>>>>>> David
>>>>>>>
>>>>>>>
>>>>>
>>>>
>>>
>>
>>
>>
>
Re: [EMF] Generate RAP instead of RCP [message #64129 is a reply to message #64106] Mon, 03 December 2007 22:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Jochen,

This sounds like fun! We can take our complementary in-depth and
superficial knowledge and combine it into a fully in-depth whole. If
the result is that I have a setup I can use on my machine to play with
this stuff that will be most excellent. We can talk about strategies
for longer term support. Perhaps we need specialized RAP flavors for
some of these GUI components (as we need for GWT)...

I'm really looking forward to next week. See you there!


Jochen Krause wrote:
> Hi Ed,
>
> I would like to suggest to dedicate an hour (or more as needed) for
> this next week. We could sit together before or after the Runtime
> Summit and do an initial setup and some hacking. Just be aware that my
> EMF knowledge is pretty superficial.
>
> Would that work for you?
>
> Jochen
>
>
> Ed Merks wrote:
>> Frank,
>>
>> I have quite a bit of time over Christmas to hack on anything I want
>> because it's personal time. I'd be most interested in helping out
>> with this. If I had a little help getting started on how to set
>> things up on the RAP side of things (to test it out and understand
>> where things are working poorly right now) I could likely make good
>> progress on the EMF side of things. (I'm also interested in the GWT
>> stuff that Tom Schindl is working on; he's going help get me started
>> with a bit of spoon feeding as well.)
>>
>>
>> Frank Appel wrote:
>>> Hi,
>>>
>>> I did some first investigations on that topic and it seems that this
>>> will take some more effort than I assumed. There are at least hacks
>>> of org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and
>>> org.eclipse.ui.ide necessary to have a chance to get things somewhat
>>> working. I will not go into detail here since I'm still too far away
>>> to draw any conclusions whether it will work or not at the end.
>>> Unfortunately I don't have the time to dig deeper into this at the
>>> moment, so results will take some time.
>>>
>>> Ciao
>>> Frank
>>>
>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>> news:fi9g3c$aib$1@build.eclipse.org...
>>>
>>>> Frank,
>>>>
>>>> I made a new entry in the eclipse wiki that describes how to
>>>> generate the editor
>>>> and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
>>>> I also uploaded a zip file to the wiki that contains the generated
>>>> plugins.
>>>> http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip
>>>>
>>>> It would be really cool if you (or somebody else) could turn this
>>>> plugins
>>>> into RAP applications and document how this is done on that wiki page!
>>>>
>>>> To edit the wiki page you need a eclipse bugzilla account which can be
>>>> registered here: https://bugs.eclipse.org/bugs/createaccount.cgi
>>>>
>>>>
>>>>> 1.) missing cell editors => RAP's property view is read-only.
>>>>> Editing of model element attributes would not work
>>>>>
>>>> This limits the editor to a viewer but the RAP team will probably
>>>> implement
>>>> editing in the future?
>>>>
>>>> Best Regards,
>>>>
>>>> Reinhold
>>>>
>>>>
>>>>> 2.) Workspace is shared between sessions => the same file could be
>>>>> opened multiple times for editing - this could lead to a lot of
>>>>> unfortunate consequences...
>>>>>
>>>>> But still you never know before you have tried. So feel free to
>>>>> send me a simple sample editor and I will see what I can find out.
>>>>>
>>>>>
>>>>> Ciao
>>>>> Frank
>>>>>
>>>>>
>>>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>>>> news:fhvsun$6sm$1@build.eclipse.org...
>>>>>
>>>>>> David,
>>>>>>
>>>>>> I also would like to know how a EMF.editor can be turned into a
>>>>>> RAP application. At Eclipse Summit Europe I talked with the RAP
>>>>>> folks.
>>>>>> They said that it should be no problem in principle. There might
>>>>>> only be
>>>>>> some detail issues with some not so common widgets. They couldn't
>>>>>> give a more specific answer at that point because they were not that
>>>>>> familar with EMF.
>>>>>>
>>>>>> A tutorial or a how-to about turning a EMF.editor into a RAP
>>>>>> application
>>>>>> would be cool. Maybe the RAP folks can give more specific info now
>>>>>> so I added this post to their newsgroup.
>>>>>>
>>>>>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>>>>>> could transfrom it into a RAP application and document how it is
>>>>>> done?
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Reinhold
>>>>>>
>>>>>>
>>>>>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>>>>>> news:fh9gfn$bg7$3@build.eclipse.org...
>>>>>>
>>>>>>> David,
>>>>>>>
>>>>>>> I was told RAP folks, but have not confirmed myself, that a
>>>>>>> generated EMF editor (they didn't specify RCP or otherwise)
>>>>>>> generally works except for some issues with cell editors in the
>>>>>>> properties view. Probably it's best just to try it and report
>>>>>>> back the problems you find. Then we can think about how best to
>>>>>>> help address those.
>>>>>>>
>>>>>>>
>>>>>>> david wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Has anyone looked at generating a RAP based viewing application
>>>>>>>> rather than a RCP based on from the ECore model? If not then
>>>>>>>> can someone outline the parts of the code that would need to
>>>>>>>> change to accommodate such a change?
>>>>>>>>
>>>>>>>> Thx.
>>>>>>>>
>>>>>>>> David
>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>
Re: [EMF] Generate RAP instead of RCP [message #64152 is a reply to message #64129] Mon, 03 December 2007 22:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.us.ibm.com

I'll join you guys, I have superficial knowledge of both RAP and EMF :)

We have to cover all sides of the spectrum you know :)

Cheers,

~ Chris
Re: [EMF] Generate RAP instead of RCP [message #69426 is a reply to message #64129] Wed, 09 January 2008 17:35 Go to previous messageGo to next message
David Wynter is currently offline David WynterFriend
Messages: 4624
Registered: July 2009
Senior Member
Did anything come out of this meeting of minds?

I have an existing AJAX application using Dojo, JSONRPC (from
oss.metaparadigm.com) and the Plexus lightweight container on the
Servlet end with the security component, request handling logic and JPOX
OR layer. Most of this was generated using the Dentaku project on
codehaus, now sadly inactive.

I'd really like to have a similar setup but with these generated
technologies: RAP or RCP front end, JSONRPC, Equinox, Jetty, Hibernate.
But am finsing it a little hard to get started. I have not found how
people are hooking the RAP front end into the servlet request handling,
any pointers?

Thx.

David




Ed Merks wrote:
> Jochen,
>
> This sounds like fun! We can take our complementary in-depth and
> superficial knowledge and combine it into a fully in-depth whole. If
> the result is that I have a setup I can use on my machine to play with
> this stuff that will be most excellent. We can talk about strategies
> for longer term support. Perhaps we need specialized RAP flavors for
> some of these GUI components (as we need for GWT)...
>
> I'm really looking forward to next week. See you there!
>
>
> Jochen Krause wrote:
>> Hi Ed,
>>
>> I would like to suggest to dedicate an hour (or more as needed) for
>> this next week. We could sit together before or after the Runtime
>> Summit and do an initial setup and some hacking. Just be aware that my
>> EMF knowledge is pretty superficial.
>>
>> Would that work for you?
>>
>> Jochen
>>
>>
>> Ed Merks wrote:
>>> Frank,
>>>
>>> I have quite a bit of time over Christmas to hack on anything I want
>>> because it's personal time. I'd be most interested in helping out
>>> with this. If I had a little help getting started on how to set
>>> things up on the RAP side of things (to test it out and understand
>>> where things are working poorly right now) I could likely make good
>>> progress on the EMF side of things. (I'm also interested in the GWT
>>> stuff that Tom Schindl is working on; he's going help get me started
>>> with a bit of spoon feeding as well.)
>>>
>>>
>>> Frank Appel wrote:
>>>> Hi,
>>>>
>>>> I did some first investigations on that topic and it seems that this
>>>> will take some more effort than I assumed. There are at least hacks
>>>> of org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and
>>>> org.eclipse.ui.ide necessary to have a chance to get things somewhat
>>>> working. I will not go into detail here since I'm still too far away
>>>> to draw any conclusions whether it will work or not at the end.
>>>> Unfortunately I don't have the time to dig deeper into this at the
>>>> moment, so results will take some time.
>>>>
>>>> Ciao
>>>> Frank
>>>>
>>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>>> news:fi9g3c$aib$1@build.eclipse.org...
>>>>
>>>>> Frank,
>>>>>
>>>>> I made a new entry in the eclipse wiki that describes how to
>>>>> generate the editor
>>>>> and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
>>>>> I also uploaded a zip file to the wiki that contains the generated
>>>>> plugins.
>>>>> http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip
>>>>>
>>>>> It would be really cool if you (or somebody else) could turn this
>>>>> plugins
>>>>> into RAP applications and document how this is done on that wiki page!
>>>>>
>>>>> To edit the wiki page you need a eclipse bugzilla account which can be
>>>>> registered here: https://bugs.eclipse.org/bugs/createaccount.cgi
>>>>>
>>>>>
>>>>>> 1.) missing cell editors => RAP's property view is read-only.
>>>>>> Editing of model element attributes would not work
>>>>>>
>>>>> This limits the editor to a viewer but the RAP team will probably
>>>>> implement
>>>>> editing in the future?
>>>>>
>>>>> Best Regards,
>>>>>
>>>>> Reinhold
>>>>>
>>>>>
>>>>>> 2.) Workspace is shared between sessions => the same file could be
>>>>>> opened multiple times for editing - this could lead to a lot of
>>>>>> unfortunate consequences...
>>>>>>
>>>>>> But still you never know before you have tried. So feel free to
>>>>>> send me a simple sample editor and I will see what I can find out.
>>>>>>
>>>>>>
>>>>>> Ciao
>>>>>> Frank
>>>>>>
>>>>>>
>>>>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>>>>> news:fhvsun$6sm$1@build.eclipse.org...
>>>>>>
>>>>>>> David,
>>>>>>>
>>>>>>> I also would like to know how a EMF.editor can be turned into a
>>>>>>> RAP application. At Eclipse Summit Europe I talked with the RAP
>>>>>>> folks.
>>>>>>> They said that it should be no problem in principle. There might
>>>>>>> only be
>>>>>>> some detail issues with some not so common widgets. They couldn't
>>>>>>> give a more specific answer at that point because they were not that
>>>>>>> familar with EMF.
>>>>>>>
>>>>>>> A tutorial or a how-to about turning a EMF.editor into a RAP
>>>>>>> application
>>>>>>> would be cool. Maybe the RAP folks can give more specific info now
>>>>>>> so I added this post to their newsgroup.
>>>>>>>
>>>>>>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>>>>>>> could transfrom it into a RAP application and document how it is
>>>>>>> done?
>>>>>>>
>>>>>>> Regards,
>>>>>>>
>>>>>>> Reinhold
>>>>>>>
>>>>>>>
>>>>>>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>>>>>>> news:fh9gfn$bg7$3@build.eclipse.org...
>>>>>>>
>>>>>>>> David,
>>>>>>>>
>>>>>>>> I was told RAP folks, but have not confirmed myself, that a
>>>>>>>> generated EMF editor (they didn't specify RCP or otherwise)
>>>>>>>> generally works except for some issues with cell editors in the
>>>>>>>> properties view. Probably it's best just to try it and report
>>>>>>>> back the problems you find. Then we can think about how best to
>>>>>>>> help address those.
>>>>>>>>
>>>>>>>>
>>>>>>>> david wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Has anyone looked at generating a RAP based viewing application
>>>>>>>>> rather than a RCP based on from the ECore model? If not then
>>>>>>>>> can someone outline the parts of the code that would need to
>>>>>>>>> change to accommodate such a change?
>>>>>>>>>
>>>>>>>>> Thx.
>>>>>>>>>
>>>>>>>>> David
>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>
Re: [EMF] Generate RAP instead of RCP [message #69484 is a reply to message #69426] Wed, 09 January 2008 18:15 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

David,

I have https://bugs.eclipse.org/bugs/show_bug.cgi?id=213988 which
contains a RAPified version of the EMF UI support and a hand modified
(RAPified) Library RCP application. But then I became distracted and
haven't had time to look at it since.


david wrote:
> Did anything come out of this meeting of minds?
>
> I have an existing AJAX application using Dojo, JSONRPC (from
> oss.metaparadigm.com) and the Plexus lightweight container on the
> Servlet end with the security component, request handling logic and
> JPOX OR layer. Most of this was generated using the Dentaku project on
> codehaus, now sadly inactive.
>
> I'd really like to have a similar setup but with these generated
> technologies: RAP or RCP front end, JSONRPC, Equinox, Jetty,
> Hibernate. But am finsing it a little hard to get started. I have not
> found how people are hooking the RAP front end into the servlet
> request handling, any pointers?
>
> Thx.
>
> David
>
>
>
>
> Ed Merks wrote:
>> Jochen,
>>
>> This sounds like fun! We can take our complementary in-depth and
>> superficial knowledge and combine it into a fully in-depth whole. If
>> the result is that I have a setup I can use on my machine to play
>> with this stuff that will be most excellent. We can talk about
>> strategies for longer term support. Perhaps we need specialized RAP
>> flavors for some of these GUI components (as we need for GWT)...
>>
>> I'm really looking forward to next week. See you there!
>>
>>
>> Jochen Krause wrote:
>>> Hi Ed,
>>>
>>> I would like to suggest to dedicate an hour (or more as needed) for
>>> this next week. We could sit together before or after the Runtime
>>> Summit and do an initial setup and some hacking. Just be aware that
>>> my EMF knowledge is pretty superficial.
>>>
>>> Would that work for you?
>>>
>>> Jochen
>>>
>>>
>>> Ed Merks wrote:
>>>> Frank,
>>>>
>>>> I have quite a bit of time over Christmas to hack on anything I
>>>> want because it's personal time. I'd be most interested in helping
>>>> out with this. If I had a little help getting started on how to
>>>> set things up on the RAP side of things (to test it out and
>>>> understand where things are working poorly right now) I could
>>>> likely make good progress on the EMF side of things. (I'm also
>>>> interested in the GWT stuff that Tom Schindl is working on; he's
>>>> going help get me started with a bit of spoon feeding as well.)
>>>>
>>>>
>>>> Frank Appel wrote:
>>>>> Hi,
>>>>>
>>>>> I did some first investigations on that topic and it seems that
>>>>> this will take some more effort than I assumed. There are at least
>>>>> hacks of org.eclipse.emf.edit.ui, org.eclipse.emf.common.ui ui and
>>>>> org.eclipse.ui.ide necessary to have a chance to get things
>>>>> somewhat working. I will not go into detail here since I'm still
>>>>> too far away to draw any conclusions whether it will work or not
>>>>> at the end. Unfortunately I don't have the time to dig deeper into
>>>>> this at the moment, so results will take some time.
>>>>>
>>>>> Ciao
>>>>> Frank
>>>>>
>>>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im Newsbeitrag
>>>>> news:fi9g3c$aib$1@build.eclipse.org...
>>>>>
>>>>>> Frank,
>>>>>>
>>>>>> I made a new entry in the eclipse wiki that describes how to
>>>>>> generate the editor
>>>>>> and how to use it. See http://wiki.eclipse.org/EMF_Editor_goes_RAP
>>>>>> I also uploaded a zip file to the wiki that contains the
>>>>>> generated plugins.
>>>>>> http://wiki.eclipse.org/images/b/b7/SimplePOPlugins.zip
>>>>>>
>>>>>> It would be really cool if you (or somebody else) could turn this
>>>>>> plugins
>>>>>> into RAP applications and document how this is done on that wiki
>>>>>> page!
>>>>>>
>>>>>> To edit the wiki page you need a eclipse bugzilla account which
>>>>>> can be
>>>>>> registered here: https://bugs.eclipse.org/bugs/createaccount.cgi
>>>>>>
>>>>>>
>>>>>>> 1.) missing cell editors => RAP's property view is read-only.
>>>>>>> Editing of model element attributes would not work
>>>>>>>
>>>>>> This limits the editor to a viewer but the RAP team will probably
>>>>>> implement
>>>>>> editing in the future?
>>>>>>
>>>>>> Best Regards,
>>>>>>
>>>>>> Reinhold
>>>>>>
>>>>>>
>>>>>>> 2.) Workspace is shared between sessions => the same file could
>>>>>>> be opened multiple times for editing - this could lead to a lot
>>>>>>> of unfortunate consequences...
>>>>>>>
>>>>>>> But still you never know before you have tried. So feel free to
>>>>>>> send me a simple sample editor and I will see what I can find out.
>>>>>>>
>>>>>>>
>>>>>>> Ciao
>>>>>>> Frank
>>>>>>>
>>>>>>>
>>>>>>> "Reinhold Bihler" <reinhold.bihler@gmx.de> schrieb im
>>>>>>> Newsbeitrag news:fhvsun$6sm$1@build.eclipse.org...
>>>>>>>
>>>>>>>> David,
>>>>>>>>
>>>>>>>> I also would like to know how a EMF.editor can be turned into a
>>>>>>>> RAP application. At Eclipse Summit Europe I talked with the RAP
>>>>>>>> folks.
>>>>>>>> They said that it should be no problem in principle. There
>>>>>>>> might only be
>>>>>>>> some detail issues with some not so common widgets. They couldn't
>>>>>>>> give a more specific answer at that point because they were not
>>>>>>>> that
>>>>>>>> familar with EMF.
>>>>>>>>
>>>>>>>> A tutorial or a how-to about turning a EMF.editor into a RAP
>>>>>>>> application
>>>>>>>> would be cool. Maybe the RAP folks can give more specific info now
>>>>>>>> so I added this post to their newsgroup.
>>>>>>>>
>>>>>>>> I could provide a EMF.editor sample plugin and maybe a RAP expert
>>>>>>>> could transfrom it into a RAP application and document how it
>>>>>>>> is done?
>>>>>>>>
>>>>>>>> Regards,
>>>>>>>>
>>>>>>>> Reinhold
>>>>>>>>
>>>>>>>>
>>>>>>>> "Ed Merks" <merks@ca.ibm.com> wrote in message
>>>>>>>> news:fh9gfn$bg7$3@build.eclipse.org...
>>>>>>>>
>>>>>>>>> David,
>>>>>>>>>
>>>>>>>>> I was told RAP folks, but have not confirmed myself, that a
>>>>>>>>> generated EMF editor (they didn't specify RCP or otherwise)
>>>>>>>>> generally works except for some issues with cell editors in
>>>>>>>>> the properties view. Probably it's best just to try it and
>>>>>>>>> report back the problems you find. Then we can think about
>>>>>>>>> how best to help address those.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> david wrote:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Has anyone looked at generating a RAP based viewing
>>>>>>>>>> application rather than a RCP based on from the ECore model?
>>>>>>>>>> If not then can someone outline the parts of the code that
>>>>>>>>>> would need to change to accommodate such a change?
>>>>>>>>>>
>>>>>>>>>> Thx.
>>>>>>>>>>
>>>>>>>>>> David
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
Previous Topic:add a popup to table viewer
Next Topic:getColumnImage
Goto Forum:
  


Current Time: Thu Apr 18 10:58:40 GMT 2024

Powered by FUDForum. Page generated in 0.02510 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top