The Wayback Machine - https://web.archive.org/web/20201216013333/https://github.com/patrickneubauer/XMLIntellEdit
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status

Modernizing Domain-Specific Languages with XMLText and IntellEdit

Logo

The necessity of software evolution caused by novel requirements is often triggered alongside the advancement of underlying languages and tools.

Although modern language workbenches decrease the opportunity cost of creating new language implementations, they do not offer automated and complete integration of existing languages. Moreover, they still require complex language engineering skills and extensive manual implementation effort to suit the expectations of domain experts, e.g., in terms of editor capabilities.

XMLIntellEdit represents a framework for evolving domain-specific languages by automating the generation of modernized languages offering advanced editing capabilities, such as extended validation, content-assist, and quick fix solutions.

Our approach builds on techniques from Model-Driven Engineering and Search-based Software Engineering research.

Initial results indicate that XML Schema definitions containing restrictions can be applied for the automated generation of advanced editing facilities.

Modules

See also XMLIntellEdit Project Website.

How to run

After importing the maven project in Eclipse, run the following command: mvn clean install

Alternatively, right-click on the "xmlintelledit-parent" project and select "Run as > Maven install".

External Resources

You can’t perform that action at this time.