PDA

View Full Version : UML Diagrams



JEBriggs
8 Aug 2007, 11:30 AM
UML diagrams are helpful. I just attached one on the 2.0 layout hierarchy.

jack.slocum
8 Aug 2007, 1:41 PM
That's nice - thanks for sharing!

JEBriggs
11 Sep 2007, 10:43 AM
I'm in the process of learning Ext and have posted a blog entry on the Ext data class. It represents my attempt to understand and may not be correct.

The blog entry is at http://myext.blogspot.com/2007/08/test.html

Here's the UML diagram:

http://lh5.google.com/jbuser111/Rua4mQAB6qI/AAAAAAAAAD8/fY-KTt0UQZE/s800/StoreHighLevel.JPG

Ronaldo
12 Sep 2007, 1:01 AM
Thanks! A complete UML diagram is indeed very usefull. Is this version 1.1 or version 2.0 of Ext?

JEBriggs
12 Sep 2007, 6:10 AM
Thanks! A complete UML diagram is indeed very usefull. Is this version 1.1 or version 2.0 of Ext?


I'm working off of 2.0, but I don't think there's much difference between 1.1 and 2.0 in the data classes (that's a guess).

cfulnecky
27 Oct 2007, 11:14 AM
Check out JS/UML (http://www.jsuml.org) an eclipse plugin for generating uml diagrams and documentation. Currently requires eclipse 3.3 and 1.6jvm to run.

Will probably require some tweaking to support the code formatting for Ext.
It currently does a good job with YAHOO.yui and prototype and dojo conventions.

JEBriggs
27 Oct 2007, 3:50 PM
Cool. Thanks! I was just looking for something like this.

Animal
28 Oct 2007, 4:07 AM
That looks great and captures what the docs tell you in their wordy way.

The was a slight mistake in the docs though which I've just fixed. Ext.data.DataProxy is in fact Observable.

This can be very useful, and it would be good to have that represented on any diagram.