• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Architecture --> Models

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! Can someone please explain, at a high level, the hierarchy of architecture, patterns, and models? From what I understand, they are layers of abstraction with the architecture being the most concrete. Is that correct?
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Architecture is high level design, and most important parts (core) of systems.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A arquitecture is the deployment of applications using UML and Patterns in diferents systems as web servers, applicattion servers, bd servers,...for offering a service to the mundial society.
For example: google
For example: to connect public administration of the states with applicattion servers via ESB and offering services to the WWW web. It's a arquitectura with applicattion server. After this it's needed a software arquitectura using UML, Patterns, Frameworks and Java tecnoligies. (deploy of applicattion).
All this builds a social service.
 
reply
    Bookmark Topic Watch Topic
  • New Topic