Reputation: 5454
Can someone point out examples on the Web for simple UML diagrams for a web application?
Example - I have a LIST screen that allows the user to change sequence number [one of the columns] and season Type [select drop down in another column]. It has save and cancel buttons for saving the changed values and removing the changes.
What should the activity / sequence and state diagram for the same?
Upvotes: 2
Views: 4022
Reputation: 8228
I don´t think UML is the appropriate language to model web application interfaces. In fact the same OMG is now promoting a new standard for this called IFML http://www.ifml.org/
Upvotes: 1