[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: [Validation] Re: headless validation?

Cool, I didn't know that this was available.  Will check it out.  My first 
pass of constraints are written in Java, but I expect the use of constraints 
in .ocl file will be of great interest to others in my project.

btw, I always test plugins like this running in both Eclipse UML2 and in 
Rational RSM/A 7.0 (although the latter would prohibit dependency on OCL 
1.2).

> Say, have you looked at the dynamic constraint provider that loads OCL
> constraints from *.ocl documents?  Check it out in the latest MDT OCL 1.2
> I-build (the example is older than that, but there may have been changes).
> The plugin.xml can grow to be quite a load in the extension registry. 
> This
> is a tidy alternative, and of course, I never have time to work on a more
> model-driven approach to the Java constraints ...