简体   繁体   中英

Eclipse Xcore tutorials or documentation

I'm in charge of prospecting technologies to create a DSL (Domain Specific Language). As we are a Java shop, we've met already with the Eclipse Modeling Framework offerings (EMF, Sirius, Acceleo, Xbase, Xtend), and it seems we have their documentation, including published books.

However, there's a newer project, Xcore, that seems quite promising (as other innovative projects derive from it, such as efactory and incquery), but so far we've found only scant documentation on Xcore.

Can anyone refer us to updated documents/forums/blogs regarding Eclipse XCore, or confirm if the project is dormant or defunct?

The Xcore project is not dormant. However, there is not much documentation on it. The primary source is https://wiki.eclipse.org/Xcore . Also Lorenzo's book "Implementing Domain-Specific Languages with Xtext and Xtend - Second Edition" has a section on Xcore, which also is not more than the Wiki page.

You should be aware of the fact that Xcore is actually using Xbase, so it is worth to learn about Xbase (but you already know it, since you mention it in your technology stack).

I recently wrote a blog on integrating Xcore with Xtext and Gradle 3: https://blogs.itemis.com/en/using-xtext-with-xcore-and-gradle .

Further, there is Holger Schill's presentation from XtextCON "Using Xcore with Xtext": http://de.slideshare.net/holgerschill/using-xcore-with-xtext .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM