Ads
tools
Using Balsamiq mock-ups to create UML models in your iPhone (updated)
We have blogged before ( here and here ) about UML tools for the iPhone but those two tools were NOT modeling tools but a reference guide for the UML you could consult when drawing UML diagrams.
Coloring models
The idea of applying a specific color schema to (UML) models in order to facilitate their understandability can be traced back to (at least) Peter Coad, Eric Lefebvre, and Jeff De Luca in their book Java Modeling In Color With UML . In there they proposed a four-color schema for UML class diagrams. In short, the color of a class would depend on the type of domain concept modeled by that class (moment-interval -> pink, party-place-thing -> green, description -> blue, role-participation -> yellow).
Deep interviews with modeling and MDE tool creators - A coffee with series
I learnt a lot when Greg and I did our study of web-based project management portals , specially when interviewing their creators.
Even if each interview took a lot of time (preparing the interview, transcribing and processing it,...), it was arguably the best source of information and by far the most interesting one since it gave us the opportunity to understand the rationale behind the tool design decisions and evolution.
Eclipse Doc2Model project has been created
The new Eclipse Doc2Model project has now been created. The goal of this project is to provide an extensible framework for producing EMF models from plain text and structured documents (e.g. OpenOffice documents).
The idea is to take textual documents containing the specification of the system and, instead of retyping information to produce the corresponding model, try to (partially) generate the corresponding system model by parsing and analyzing the text.
Back-annotation of data models at run-time
Zuzel , a Master Student at the University of Toronto under the supervision of Greg Wilson (and the occasional collaboration of myself, Robert Clarisó and Mike Conley) is working on a method/tool to back-annotate data models at run-time .
Concrete, a lightweight, web-based model editor
Martin Thiede announces "Concrete" a web-base model editor which can be configured for different DSLs by providing a metamodel and optional concrete syntax definition in HTML/CSS.
Models are created mainly by typing text in the browser, using autocompletion, constraint checks, etc. They are exchanged in JSON format with any backend, e.g. via AJAX.
SinelaboreRT - Generate efficient source code from UML state diagrams!
State machines are without any doubt a very good choice for designing and implementing the behavior of reactive systems. Whether you've used statecharts to model a device, a subsystem, or a module, you might ask yourself why you don't just generate code from that model.
UML Process Aid - free iPhone UML app (for documentation)
After iUML , we have now a second UML tool for your iPhone: UML Process Aid (direct link to the tool in the iTunes App Store ).
Mixing use cases, classes,states... in a single diagram with Gaphor
Some monts ago, Greg Wilson and I talked about how nice it would be to be able to mix different kinds of model elements (as use cases, classes, states,...) in the same UML diagram.
This is specially useful when using UML as Sketch in order to communicate your design ideas with other members of the team.
UMLCanvas - bringing UML diagrams to the web
The UMLCanvas project is an important component of the WebUML initiative (commented here )
UmlCanvas is a Javascript library that turns an HTML5 Canvas element into a dynamic and interactive UML diagram editor (only for class diagrams so far).
