I have following question:
Since most common architecture in spring driven web application is following (& is simple to understand)
controller -> service -> dao
I was wondering is there any need of modeling using Sequence Diagrams in Spring driven applications? I am basically trying to find out benefit of Sequence Diagrams in case whole application is based on above architecture.


Reply With Quote


