User Interface functionality modelling languages?
Posted
by naugtur
on Stack Overflow
See other posts from Stack Overflow
or by naugtur
Published on 2010-02-04T14:11:52Z
Indexed on
2010/04/05
9:23 UTC
Read the original article
Hit count: 337
I am looking for a UI functionality modelling language (UML-alike "thing", but for user interfaces) that is already accepted and maybe has its design patterns and handles the problem better than state or activity diagram.
(If there is no such thing I'm planning to develop that BTW :))
This question came to mind as a result of a discovery that UML and its diagrams fails at describing complicated UI functionality with event-driven flow of execution (ie. javascript/jQuery big projects)
EDIT: I've been thinking of using BPMN but It was not created for this purpose.
EDIT2: See this community topic of mine - I decided to start developing said language.
© Stack Overflow or respective owner