Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO/Dawn] Webcomponent
[CDO/Dawn] Webcomponent [message #892577] Thu, 28 June 2012 16:14 Go to next message
Eclipse UserFriend
Hi,
is the Dawn web component still alive or are there plans to continue the
development? I looked through the git repositories and could not find
the plugins mentioned in the Getting_Started_With_Dawn_Web tutorial.


Best regards
Thomas
Re: [CDO/Dawn] Webcomponent [message #892608 is a reply to message #892577] Thu, 28 June 2012 17:28 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 28.06.2012 18:14, schrieb Thomas Forster:
> Hi,
> is the Dawn web component still alive or are there plans to continue the development? I looked through the git
> repositories and could not find the plugins mentioned in the Getting_Started_With_Dawn_Web tutorial.
I hope that Martin can comment on this...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [CDO/Dawn] Webcomponent [message #892610 is a reply to message #892608] Thu, 28 June 2012 17:37 Go to previous messageGo to next message
Martin Fluegge is currently offline Martin FlueggeFriend
Messages: 141
Registered: July 2009
Senior Member
Am 28.06.2012 19:28, schrieb Eike Stepper:
> Am 28.06.2012 18:14, schrieb Thomas Forster:
>> Hi,
>> is the Dawn web component still alive or are there plans to continue
>> the development? I looked through the git repositories and could not
>> find the plugins mentioned in the Getting_Started_With_Dawn_Web tutorial.
> I hope that Martin can comment on this...

Currently there is no development in this area, sorry.

You should find the bundles in the CDO incubator repository.

http://git.eclipse.org/c/cdo/cdo.incubator.git

Cheers,

Martin

>
> Cheers
> /Eike
>
> ----
> http://www.esc-net.de
> http://thegordian.blogspot.com
> http://twitter.com/eikestepper
>
>
Re: [CDO/Dawn] Webcomponent [message #892678 is a reply to message #892610] Fri, 29 June 2012 07:22 Go to previous messageGo to next message
Eclipse UserFriend
Am 28.06.2012 19:37, schrieb Martin Flügge:
> Am 28.06.2012 19:28, schrieb Eike Stepper:
>> Am 28.06.2012 18:14, schrieb Thomas Forster:
>>> Hi,
>>> is the Dawn web component still alive or are there plans to continue
>>> the development? I looked through the git repositories and could not
>>> find the plugins mentioned in the Getting_Started_With_Dawn_Web tutorial.
>> I hope that Martin can comment on this...
>
> Currently there is no development in this area, sorry.
>
> You should find the bundles in the CDO incubator repository.
>
> http://git.eclipse.org/c/cdo/cdo.incubator.git
>
> Cheers,
>
> Martin
>
>>
>> Cheers
>> /Eike
>>
>> ----
>> http://www.esc-net.de
>> http://thegordian.blogspot.com
>> http://twitter.com/eikestepper
>>
>>
>
Thank you,
Regards Thomas
Re: [CDO/Dawn] Webcomponent [message #892777 is a reply to message #892610] Fri, 29 June 2012 15:09 Go to previous messageGo to next message
Eclipse UserFriend
Am 28.06.2012 19:37, schrieb Martin Flügge:
> Am 28.06.2012 19:28, schrieb Eike Stepper:
>> Am 28.06.2012 18:14, schrieb Thomas Forster:
>>> Hi,
>>> is the Dawn web component still alive or are there plans to continue
>>> the development? I looked through the git repositories and could not
>>> find the plugins mentioned in the Getting_Started_With_Dawn_Web tutorial.
>> I hope that Martin can comment on this...
>
> Currently there is no development in this area, sorry.
>
> You should find the bundles in the CDO incubator repository.
>
> http://git.eclipse.org/c/cdo/cdo.incubator.git
>
> Cheers,
>
> Martin
>
>>
>> Cheers
>> /Eike
>>
>> ----
>> http://www.esc-net.de
>> http://thegordian.blogspot.com
>> http://twitter.com/eikestepper
>>
>>
>
Hi,

yesterday I played around a little bit and got the web server running
with latest cdo/dawn releases. In the debugger I could assure that the
servlet responds, the renderer returns something, however the diagram is
not displayed in the browser. I assume it is a dependency to the plug-in
org.prototypejs (declared in the org.eclipse.emf.cdo.dawn.web plug-in),
which I threw out of the dependencies as I had not really a clue where
to find that plug-in - and it still compiled.
Any idea where to find that plug-in?
The second question is whether you generated the Web based Java script
representation out of the GMF genmodel and how this could be performed?
I saw a Paper where oaw was mentioned (if I'm not mistaken), are there
any scripts available?

Regards Thomas
Re: [CDO/Dawn] Webcomponent [message #892891 is a reply to message #892777] Sun, 01 July 2012 13:32 Go to previous messageGo to next message
Martin Fluegge is currently offline Martin FlueggeFriend
Messages: 141
Registered: July 2009
Senior Member
Am 29.06.2012 17:09, schrieb Thomas Forster:
> Am 28.06.2012 19:37, schrieb Martin Flügge:
>> Am 28.06.2012 19:28, schrieb Eike Stepper:
>>> Am 28.06.2012 18:14, schrieb Thomas Forster:
>>>> Hi,
>>>> is the Dawn web component still alive or are there plans to continue
>>>> the development? I looked through the git repositories and could not
>>>> find the plugins mentioned in the Getting_Started_With_Dawn_Web
>>>> tutorial.
>>> I hope that Martin can comment on this...
>>
>> Currently there is no development in this area, sorry.
>>
>> You should find the bundles in the CDO incubator repository.
>>
>> http://git.eclipse.org/c/cdo/cdo.incubator.git
>>
>> Cheers,
>>
>> Martin
>>
>>>
>>> Cheers
>>> /Eike
>>>
>>> ----
>>> http://www.esc-net.de
>>> http://thegordian.blogspot.com
>>> http://twitter.com/eikestepper
>>>
>>>
>>
> Hi,
>
> yesterday I played around a little bit and got the web server running
> with latest cdo/dawn releases. In the debugger I could assure that the
> servlet responds, the renderer returns something, however the diagram is
> not displayed in the browser. I assume it is a dependency to the plug-in
> org.prototypejs (declared in the org.eclipse.emf.cdo.dawn.web plug-in),
> which I threw out of the dependencies as I had not really a clue where
> to find that plug-in - and it still compiled.
> Any idea where to find that plug-in?

The bundle should be part of the external feature mentioned in the tuorial:

http://mfdawn.sourceforge.net/dawn/

or you can get it from the specific SVN:

https://mfdawn.svn.sourceforge.net/svnroot/mfdawn/trunk/Dawn/plugins/org.prototypejs

> The second question is whether you generated the Web based Java script
> representation out of the GMF genmodel and how this could be performed?

No, currently there is no generator available for the editor specific
web stuff. It is written by hand (or actually generated by a very old
and outdated generator and then adapted by hand)

> I saw a Paper where oaw was mentioned (if I'm not mistaken), are there
> any scripts available?

No, the first generator based on the old version of Dawn. When porting
it to Eclipse/CDO I did not migrate the generator because to many things
changed.

Cheers,

Martin

>
> Regards Thomas
>
>
>
Re: [CDO/Dawn] Webcomponent [message #892987 is a reply to message #892891] Mon, 02 July 2012 08:34 Go to previous messageGo to next message
Eclipse UserFriend
Am 01.07.2012 15:32, schrieb Martin Flügge:
> erator because to many things
> changed.
Thanks, it works,

Regards

Thomas
Re: [CDO/Dawn] Webcomponent [message #893385 is a reply to message #892987] Tue, 03 July 2012 19:08 Go to previous message
Martin Fluegge is currently offline Martin FlueggeFriend
Messages: 141
Registered: July 2009
Senior Member
Am 02.07.2012 10:34, schrieb Thomas Forster:
> Am 01.07.2012 15:32, schrieb Martin Flügge:
>> erator because to many things
>> changed.
> Thanks, it works,

You are welcome :)
>
> Regards
>
> Thomas
>
Previous Topic:[CDO] Cohabitation of both standard EMF and CDO-Native implementations
Next Topic:[CDO/Hibernate] Auditing/Revisions support in hibernate store
Goto Forum:
  


Current Time: Tue Apr 16 05:09:18 GMT 2024

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

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

Back to the top