Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » [Xtext] Open source projects using Xtext
[Xtext] Open source projects using Xtext [message #735747] Wed, 12 October 2011 15:59 Go to next message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

Hello,
I am looking for open source projects using Xtext. I would like to use those projects to study how models built using textual DSLs evolve over time.

Can you suggest any name?
You could also provide me some projects which are not open-source if you can give me access to the source code.

I am hope this is not too much OT for the forum,

Federico


Re: [Xtext] Open source projects using Xtext [message #735753 is a reply to message #735747] Wed, 12 October 2011 16:14 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hi,

do you know http://www.eclipse.org/Xtext/community/ ???

~Christian


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: [Xtext] Open source projects using Xtext [message #741327 is a reply to message #735753] Wed, 19 October 2011 12:29 Go to previous messageGo to next message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

No, I did not know that website, thank you for the advice.

By the way those are projects developing a DSL using XText, I would need some projects usings a DSL developed by Xtext, because I am loolink into the development of artefacts realized with a textual DSL, not into the evolution of the definition of a language.


Re: [Xtext] Open source projects using Xtext [message #741358 is a reply to message #741327] Wed, 19 October 2011 13:03 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hi,

i dont see why these should be two different things. developing a dsl without using it is useless.

~Christian


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: [Xtext] Open source projects using Xtext [message #741426 is a reply to message #741358] Wed, 19 October 2011 14:12 Go to previous messageGo to next message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

Of course, I agree with you.

The projects listed in Xtext Community are projects which develop DSLs, not necessarily projects which uses those DSLs. Those projects are different, in the same way that Xtext itself and projects using it are separated.

If you consider Xtext as the meta-metamodel, a DSL developed with it as the metamodel I am looking for the model.

For example the first project listed under Xtext Community is APPlause (http://applause.github.com/). The project contains the source code of the language itself and some examples but any real appliacation developed with it. So I can not find what I am looking for under APPlause. I wrote this message hoping to find someone who created a DSL _AND_ is using it in a project. Another option is to find someone who is just using a DSL developed by someone (for example APPlause).


Re: [Xtext] Open source projects using Xtext [message #741477 is a reply to message #741426] Wed, 19 October 2011 15:15 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
what about https://github.com/applause/applause/tree/master/examples

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: [Xtext] Open source projects using Xtext [message #741480 is a reply to message #741477] Wed, 19 October 2011 15:17 Go to previous messageGo to next message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

Yes, I am aware that some examples are available (as I wrote in my previous post) but I would like to study the evolution of real applications, not examples built to show some functionalities.

Re: [Xtext] Open source projects using Xtext [message #741489 is a reply to message #741480] Wed, 19 October 2011 15:25 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
Hat about mwe2 and the xtext lamguage itself - you find 1000 usages forthat at least Wink

Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: [Xtext] Open source projects using Xtext [message #741495 is a reply to message #735747] Wed, 19 October 2011 15:30 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Cloudsmith/geppetto at github has support for developing Puppet DSLs.

The Puppet community is large, with lots of available source code in
various places (many at github). Best place to get in contact with the
community is via the user mailinglist (also available as a newsgroup at:
gmane.comp.sysutils.puppet.user )

Regards
- henrik

On 10/12/11 5:59 PM, Federico Tomassetti wrote:
> Hello,
> I am looking for open source projects using Xtext. I would like to use
> those projects to study how models built using textual DSLs evolve over
> time.
> Can you suggest any name? You could also provide me some projects which
> are not open-source if you can give me access to the source code.
>
> I am hope this is not too much OT for the forum,
>
> Federico
Re: [Xtext] Open source projects using Xtext [message #741719 is a reply to message #741480] Wed, 19 October 2011 20:46 Go to previous messageGo to next message
Michel Simeon is currently offline Michel SimeonFriend
Messages: 130
Registered: December 2009
Senior Member
This one is a real application. MADS (Multipurpose Agricultural Data System) is a free open-source tool for modelling and analysis of agricultural activities - crops, livestock, forestry and others - in developing countries, at sector, regional or project level. Data entry, i.e. the definition of models with all their parameters, is done using a DSL written using XText. An interpreter runs calculations and produces results. It can be found at http://mads.sourceforge.net/.

MS
Re: [Xtext] Open source projects using Xtext [message #742072 is a reply to message #741719] Thu, 20 October 2011 06:28 Go to previous message
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

First of all thank you to everyone for the good advices.

@Christian: yes, examine Xtext grammars would be very interesting and a nice idea. However I think grammars are a particular kind of models, which do not evolve a lot. Maybe Mwe2 scripts are a bit different. I want definitely to take a look into them.

@Henrik: that sounds perfect! I will write right now to the mailing-list

@Michel: I will look to this project, it sounds interesting.

Thank you guys!

Federico


Previous Topic:Decision can match input such as "RULE_INT" using multiple alternatives: 2, 3
Next Topic:Sharing bindings with extended DSLs
Goto Forum:
  


Current Time: Thu Apr 25 06:38:25 GMT 2024

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

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

Back to the top