As part of the MONDO project, I've implemented a version of ATL/MR which can read models indexed by Hawk. It's on the integrate-hawk-emf branch of my bluezio/ATL_MR fork:
However, the current approach couples ATL/MR directly to Hawk, which is not desirable. It'd be better if users could just drop our .jar files somewhere and add a line to some configuration file, for instance.
Have there been any advances in this regard? The October set of EU deliverables is approaching, and I'd like to have a final version in the main branches of this repository and the mondo-integration repository.
As part of the MONDO project, I've implemented a version of ATL/MR which can read models indexed by Hawk. It's on the integrate-hawk-emf branch of my bluezio/ATL_MR fork:
https://github.com/bluezio/ATL_MR/tree/integrate-hawk-emf
However, the current approach couples ATL/MR directly to Hawk, which is not desirable. It'd be better if users could just drop our .jar files somewhere and add a line to some configuration file, for instance.