aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes pattern vs architecture? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "pattern vs architecture?" Watch "pattern vs architecture?" New topic
Author

pattern vs architecture?

tony lee
Ranch Hand

Joined: Jan 21, 2002
Posts: 52
Hi Friends,
I can't find Model-View-Controller (MVC) pattern in J2EE Pattern Framework. I think MVC is a kind of architecture. Maybe pattern and architecture are the same thing. Do you agree with me ?


SCJP2, SCWCD
adam snopek
Greenhorn

Joined: Oct 29, 2001
Posts: 10
Pattern is usually more generic whereas an architecture or framework is usually more specific or created for a specific use.
For example a M.V.C. architecture defines specific layers, which deal with different types of logic. View handles the graphic and data rendering, controller can route the info. and model can presist the data, but there is nothing stoping you from using mvc whithin each of the layers.
I hope this helps.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: pattern vs architecture?
 
Similar Threads
Design Pattern doubt.
diff between architectural pattern,design pattern and architecture
Complete J2ee Technical Flow
difference between architecture /pattern /framework
MVC design pattern in the Client Server Architecture?