Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] Blog post

Brian,

Thanks for the plug of Sapphire in your blog post! 

I did notice a couple of items in need of correcting...

1. "The Sapphire framework then takes those annotations to define a model
(using EMF of course) on the fly representing your XML."

Sapphire does not use EMF for any part of modeling or data binding. The
developer specifies semantics in interfaces and annotations. The annotation
processor generates implementation classes. The XML binding code directly
reads and writes on the live DOM API exposed by the XML editor.

2. The reference to "latest milestone update site" makes it sound like it
references Sapphire, but it is actually referencing Graphiti. Should
probably clarify that.

- Konstantin



Back to the top