Reputation: 423
What is the best method to modeling a jsp application? The usual UML diagrams? Searching about the subject I have found something about UWE (UML-based Web Engineering) and WAE (Web Application Extension), which one is most used? Thanks.
Upvotes: 0
Views: 284
Reputation: 4343
Modeling a JSP application.
This is still just a basic componentized/imperative/declarative (via configuration) constructed application. So really the standard set. Class, Sequence, Component are the defaults. I would actually consider Use Case with a mapping to the System Components or exposed MVC route/controls would be handy. That is what I have done in the past for this domain,
I would not even look at a UML profile unless you are looking for the following.
I have written UML tooling and designed profiles but have not used either UML profiles mentioned. However I have glanced at them and will share what I see.
Upvotes: 1