| Author |
suggest best site fro uml
|
narasimharao konjeti
Ranch Hand
Joined: Apr 26, 2003
Posts: 130
|
|
Please suggest the best site for the mvc architecture design. How far can uml usefull while designing the application. thanks in advance
|
"Unwise to sweat petty stuff, wise to pet sweaty stuff."
|
 |
Ashok Talluri
Ranch Hand
Joined: Sep 24, 2001
Posts: 31
|
|
Hi The best thing to understand about MVC design is Struts library from apache. Download the source code and guide from it. UMLCafe on Rational used to be have good discussion about UML aspects. But now I don't whether it is still there. -Ashok
|
 |
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
|
|
Hmm. Although they like to claim it, Struts is neither the only way to do MVC, nor the only project that does it. MVC (model-view-controller)is an architectural pattern, and as such says nothing about servlets. Do a search in this forum for MVC, and you should see lots of opinions and examples of ways to use and abuse the MVC pattern. Try this thread for a start.
|
A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
It's kind of a stretch to even call Struts (or any similar servlet architecture) MVC. Struts is faithful to some of the principles but it is its own thing in many ways. The history comes from fat clients with all three components in memory together. Interestingly Swing is described by Sun as a complete MVC implementation internally. In building applications we can mostly fit that whole MVC into the View component. A couple references I found recently said MVC is obsolete, and we should think about Model Document nowadays. Might be Microsoft propoganda to justify OLE.
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
 |
|
|
subject: suggest best site fro uml
|
|
|