Kennis Tools that make you smile

Tools that make you smile

Once in a while you stumble onto something that stands out and makes you smile. Check out  websequencediagrams.com. It's a nifty tool for sequence diagrams.

No more dragging, drawing, adjusting, moving lines. Just type. It's a bit like a wiki, don't worry too much on how it looks (it looks great!).

For the diagram above, use:

View->Controller: post project form
Controller->Controller:JSR-303
Controller->Manager:createProject
Manager->Manager:authorize()
Manager->Service: createProject
Service->Hibernate: persist(project)
Hibernate->Hibernate:JSR-303