Quote:
Originally Posted by frendo23
Can I create UML diagram in web programming??
|
Unified Modeling Language is intended to represent any interaction between objects.
If you are not using OOP for your web application, you may find that UML is not the best medium for expressing your application's architecture.
Quote:
Originally Posted by frendo23
If it is possible, what should i do or how should i do it??
|
Hopefully this
Model-View-Controller UML tutorial will provide you with some good ideas to get started.