-
Get a monthly update on best practices for delivering successful software.
There have been some interesting experiments in breaking the bounds of the rectalinear forms-and-reports browser interface. One example, John Resig's dModeler, is a cut at a UML class modeler. In his words it is:
A web-based UML
modeling program that my team wrote for the 4th Red Bull Programming
competition. We weren’t able to complete all that much of it, but we
did get creation of classes, links, drawing, signups, logins, and
parameter creation finished. At some point it may be fun to sit down
and modify what we wrote and get it fully operational and possibly
release it.
There's no AJAX logic behind it to provide any logic or even persist it, but I encourage folks to look at it that you can provide rich client functionality in the browser. Think outside the grid.
Update 1: you may need to use Firefox to get this to work. Ironically, it was designed to work with IE, but the login has some Javascript errors. Firefox will blissfully ignore the logins and get you to the diagram.
Related posts:
Topics: Design Patterns, Patterns, Rich Interactions
Firedraw, http://www.firedraw.org is in-browser Ajax based modeling tool. Users can draw Flow Diagram and ERD in the browser itself without downloading or installing anything. All content is shared at server so it allows easy file sharing and collaboration. Soon UML extensions will be added alongwith other fixes.
Your’s,
Team Ignited Minds
ignitedminds.co.in
Comment by Deepak Kapoor, Monday, July 28, 2008 @ 5:04 am