Software development may suffer from considerable accidental complexity caused by the adopted technology. DSLs are a form of reducing such a complexity, moving the focus to the essential complexity of software. DSLs may also facilitate non-programmers to take part in the development of systems.
My PhD thesis addressed the development of APIs for Object-Oriented Frameworks that allow instantiation code to closely resemble domain concepts, and in turn, facilitate the definition of a DSL for developing applications based on a given framework.
Click on to see related publications; to visit the repository on Github.
- Automating the construction of domain-specific modeling languages for object-oriented frameworks.
André L. Santos, Kai Koskimies, Antónia Lopes
J. Syst. Softw. 2010 - Modular Hot Spots: A Pattern Language for Developing High-Level Framework Reuse Interfaces using Aspects.
André L. Santos, Kai Koskimies
EuroPLoP 2008 - Automated Domain-Specific Modeling Languages for Generating Framework-Based Applications.
André L. Santos, Kai Koskimies, Antónia Lopes
SPLC 2008 - Framework specialization aspects.
André L. Santos, Antónia Lopes, Kai Koskimies
AOSD 2007
OO Framework + Specialization Layer
A technique to enrich a framework with a layer of specialization aspects – entities that form a uniform interface for fine-grained instantiation. This layer models the concepts of an application based on the framework, and hence, it embodies the abstract syntax of a modeling language for the framework domain. I’ve proposed Aspect-Oriented Programming for implementing the specialization layer, demonstrating how to achieve it for Java frameworks with AspectJ.
The ALFAMA workbench is a prototype that automatizes the definition of the abstract syntax of a modeling language in EMF from the specialization layer.
- Java Extensions for Design Pattern Instantiation.
André L. Santos, Duarte Coelho
ICSR 2016
Jedi
Java language extensions (via annotations) for design pattern instantiation, built as Lombok plugins.
This work was developed in the MSc thesis of Duarte Coelho.
- Xdiagram: a declarative textual DSL for describing diagram editors (tool demo).
André L. Santos, Eduardo Gomes
SLE 2016
XDiagram
A technical DSL to define graphical DSLs in the ecosystem of Eclipse (EMF).