Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon] mddi adapter or stand-alone
[Epsilon] mddi adapter or stand-alone [message #378185] Fri, 15 June 2007 10:33 Go to next message
Eclipse UserFriend
Originally posted by: hein..fokus.fraunhofer

Hi,

I wonder if there is already an Epsilon adapter for the eclipse mddi
project or is there a tutorial how Epsilon can be used stand-alone?

Thanks in advance
Christian
Re: [Epsilon] mddi adapter or stand-alone [message #378188 is a reply to message #378185] Fri, 15 June 2007 12:16 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Christian,

Christian Hein wrote:
> Hi,
>
> I wonder if there is already an Epsilon adapter for the eclipse mddi
> project

Unfortunately there is no MDDI adapter yet for Epsilon (but any
contribution towards this would be more than welcome :)).

or is there a tutorial how Epsilon can be used stand-alone?
>

In
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html
there is an example of "Using ETL from Java" for transforming EMF models
in a standalone manner but the code it contains is a bit outdated. I'll
update it and get back to you asap.

Can I ask which language you are particularly interested in so that I
can also write a similar example for it?

> Thanks in advance
> Christian

Cheers,
Dimitrios
Re: [Epsilon] mddi adapter or stand-alone [message #378189 is a reply to message #378188] Fri, 15 June 2007 13:03 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Christian,

I've now updated the "Using ETL from Java" example to work with the
latest version of the code on the CVS
( http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/etl/developer/usingetlfrom java.html)

BTW, instructions for obtaining the source code of Epsilon from the CVS
are available at http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> Hi Christian,
>
> Christian Hein wrote:
>> Hi,
>>
>> I wonder if there is already an Epsilon adapter for the eclipse mddi
>> project
>
> Unfortunately there is no MDDI adapter yet for Epsilon (but any
> contribution towards this would be more than welcome :)).
>
> or is there a tutorial how Epsilon can be used stand-alone?
>>
>
> In
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html
> there is an example of "Using ETL from Java" for transforming EMF models
> in a standalone manner but the code it contains is a bit outdated. I'll
> update it and get back to you asap.
>
> Can I ask which language you are particularly interested in so that I
> can also write a similar example for it?
>
>> Thanks in advance
>> Christian
>
> Cheers,
> Dimitrios
Re: [Epsilon] mddi adapter or stand-alone [message #378261 is a reply to message #378188] Mon, 18 June 2007 08:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hein..fokus.fraunhofer

Hi Dimitrios,

> In
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html
> there is an example of "Using ETL from Java" for transforming EMF models
> in a standalone manner but the code it contains is a bit outdated. I'll
> update it and get back to you asap.
>
> Can I ask which language you are particularly interested in so that I
> can also write a similar example for it?

Thanks for your help, I'm interested mainly in ETL and EML. BTW Is there
an overview (paper, article) about the languages features that ETL
provides and which not? (comparision with ATL,QVT ...?)

Cheers,
Christian
Re: [Epsilon] mddi adapter or stand-alone [message #378262 is a reply to message #378261] Mon, 18 June 2007 09:31 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Christian,

>
> Thanks for your help, I'm interested mainly in ETL and EML. BTW Is there
> an overview (paper, article) about the languages features that ETL
> provides and which not?

Documentation on the syntax of ETL can be found in
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html.


Also it'd probably be worth playing with the basic language of Epsilon
(EOL) first as all the languages of the platform (such as ETL and EML)
inherit its syntax and capabilities.

(comparision with ATL,QVT ...?)
>

Unfortunately, we don't have a document containing a comprehensive
comparison between ETL and other transformation languages yet (mainly
due to lack of time to do that :) ). However, there is an older post in
the newsgroup that you may find useful:
news://news.eclipse.org:119/f05059$t45$1@build.eclipse.org

(Needlessly to say, should you choose to use ETL in parallel with some
other transformation language it would be really interesting to hear
back on your experiences)

> Cheers,
> Christian

Cheers,
Dimitrios
Re: [Epsilon] mddi adapter or stand-alone [message #601915 is a reply to message #378185] Fri, 15 June 2007 12:16 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Christian,

Christian Hein wrote:
> Hi,
>
> I wonder if there is already an Epsilon adapter for the eclipse mddi
> project

Unfortunately there is no MDDI adapter yet for Epsilon (but any
contribution towards this would be more than welcome :)).

or is there a tutorial how Epsilon can be used stand-alone?
>

In
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html
there is an example of "Using ETL from Java" for transforming EMF models
in a standalone manner but the code it contains is a bit outdated. I'll
update it and get back to you asap.

Can I ask which language you are particularly interested in so that I
can also write a similar example for it?

> Thanks in advance
> Christian

Cheers,
Dimitrios
Re: [Epsilon] mddi adapter or stand-alone [message #601923 is a reply to message #378188] Fri, 15 June 2007 13:03 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Christian,

I've now updated the "Using ETL from Java" example to work with the
latest version of the code on the CVS
( http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/etl/developer/usingetlfrom java.html)

BTW, instructions for obtaining the source code of Epsilon from the CVS
are available at http://www.eclipse.org/gmt/epsilon/doc/EpsilonCVS.pdf

Cheers,
Dimitrios

Dimitrios Kolovos wrote:
> Hi Christian,
>
> Christian Hein wrote:
>> Hi,
>>
>> I wonder if there is already an Epsilon adapter for the eclipse mddi
>> project
>
> Unfortunately there is no MDDI adapter yet for Epsilon (but any
> contribution towards this would be more than welcome :)).
>
> or is there a tutorial how Epsilon can be used stand-alone?
>>
>
> In
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html
> there is an example of "Using ETL from Java" for transforming EMF models
> in a standalone manner but the code it contains is a bit outdated. I'll
> update it and get back to you asap.
>
> Can I ask which language you are particularly interested in so that I
> can also write a similar example for it?
>
>> Thanks in advance
>> Christian
>
> Cheers,
> Dimitrios
Re: [Epsilon] mddi adapter or stand-alone [message #602030 is a reply to message #378188] Mon, 18 June 2007 08:49 Go to previous message
Eclipse UserFriend
Originally posted by: hein..fokus.fraunhofer

Hi Dimitrios,

> In
> http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html
> there is an example of "Using ETL from Java" for transforming EMF models
> in a standalone manner but the code it contains is a bit outdated. I'll
> update it and get back to you asap.
>
> Can I ask which language you are particularly interested in so that I
> can also write a similar example for it?

Thanks for your help, I'm interested mainly in ETL and EML. BTW Is there
an overview (paper, article) about the languages features that ETL
provides and which not? (comparision with ATL,QVT ...?)

Cheers,
Christian
Re: [Epsilon] mddi adapter or stand-alone [message #602037 is a reply to message #378261] Mon, 18 June 2007 09:31 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Christian,

>
> Thanks for your help, I'm interested mainly in ETL and EML. BTW Is there
> an overview (paper, article) about the languages features that ETL
> provides and which not?

Documentation on the syntax of ETL can be found in
http://dev.eclipse.org/viewcvs/indextech.cgi/org.eclipse.gmt /epsilon/org.epsilon.eclipse.help/index.html


Also it'd probably be worth playing with the basic language of Epsilon
(EOL) first as all the languages of the platform (such as ETL and EML)
inherit its syntax and capabilities.

(comparision with ATL,QVT ...?)
>

Unfortunately, we don't have a document containing a comprehensive
comparison between ETL and other transformation languages yet (mainly
due to lack of time to do that :) ). However, there is an older post in
the newsgroup that you may find useful:
news://news.eclipse.org:119/f05059$t45$1@build.eclipse.org

(Needlessly to say, should you choose to use ETL in parallel with some
other transformation language it would be really interesting to hear
back on your experiences)

> Cheers,
> Christian

Cheers,
Dimitrios
Previous Topic:can somebody give me version numbers of their working MOFScipt Plugin config?
Next Topic:[TCS] TGE: Support for own languages
Goto Forum:
  


Current Time: Thu Mar 28 19:57:34 GMT 2024

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

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

Back to the top