I am currently looking at creating an application for drawing entity relationships (data models).
Looking at Sproutcore and Cappuccino, they both look wise enough to handle such things (see 280 slides for an example of a cappuccino) ...
Ideally, I need an infrastructure that allows users to drag and drop components and then bind them together, and then when the user is ready to “freeze” these objects, since JSON is ready to be stored in some kind of database so that they can load again .. .
Which of the mentioned frameworks is more focused on it?
Or is it easiest to spread in places where it is lacking?
Or would it be easier to end up making my own jQuery / prototype?
source
share