Learn, how to create your own embedded DSL with Xtend. I will demonstrate, how to engage named parameters and even how to do a custom syntax highlighting.
This episode shows, how to significantly simplify java BigDecimal expressions using the Xbase operator overloading together with the "bd" number literal.
Jnario is a language making it possible to write concise tests that can effectively document the behavior of your Java programs. It's written with Xtext, uses Xbase expressions to define the tests and provides the rspec/cucumber 'look and feel'
In this episode I demonstrate, how to create multiple output configurations (also called outlets) with different default settings and use it within an IGenerator implementation.