-
UML State transition diagram for web apps
If you are creating a state transition diagram to model a web app in Java, what would you normally be modelning the states of? THe controller servlet? For example, in an e-commerce app, multiple things are involved, likea login screen possibly, an online caatalog, a shopping cart, a payment, etc. Yet, except for the cart, and the controller servlet that manages the session, nothing else actually changes state. What would you model with such a diagram? Thanks.
-
The shopping cart itself can have many states. Use MVC pattern.
Similar Threads
-
Replies: 0
Last Post: 04-20-2006, 09:21 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|