• 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

about project architecture

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is project architecture?give brief explanation about
project architecture?
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why do you ask? Where did you hear/read this term?
 
shruti patel
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i was asked this question in interview and i answered the tier which is used in our project.
but still i need more information about this.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Doesn't sound like this belongs in the "IDEs, Version Control and other tools" forum. I am moving it to a more appropriate forum; please follow the link at the top of the post to continue the discussion.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by shruti patel:
what is project architecture?give brief explanation about
project architecture?



i guess you have asked about software architecture.

Whenever you are into a new development project people in the top level will show some diagrams with box and line notations and say that's the architecture of the system.After that everyone will forget that.

There is 'n' number of definitions for software architecture. But from my opinion software architecture is the communication of explicit and documented design decisions to solve particular set of business goals.it consists the structure,collaboration and dynamics of the system. Moreover it is the identification and resolution of non functional requirements in the presence of functional requirements. These are known as the "ilities" of the system. These quality attributes are such as availability, performance,modifiability,security,testability,usabilty etc...

The best thing about software architecture is we can have it before the actual system is built. so you can validate it before implementing it by using ATAM or some other technique so that you can avoid many risks.

But there's slight difference between software architecture and system architecture.

Hope i have clarified something.

Thanks

 
The world's cheapest jedi mind trick: "Aw c'mon, why not read this tiny ad?"
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic