Top "Architecture" questions

Architecture encompasses the process, artifacts and high-level structure of a solution.

What are the DAO, DTO and Service layers in Spring Framework?

I am writing RESTful services using spring and hibernate. I read many resource in internet, but they did not clarify …

rest design-patterns architecture software-design
API Design: HTTP Basic Authentication vs API Token

I'm currently creating an authentication system on front of a public web API for a web application. Given that each …

api authentication architecture basic-authentication
Why do we need RESTful Web Services?

I'm going to learn RESTful web services (it's better to say that I'll have to do this because it's a …

web-services rest soap architecture
Why is Linux called a monolithic kernel?

I read that Linux is a monolithic kernel. Does monolithic kernel mean compiling and linking the complete kernel code into …

architecture operating-system linux-kernel
iOS app submission : missing 64-bit support

I sent an app yesterday for review, with no problem. I then realized that I had a very little fix …

ios architecture app-store xcode6 arm64
How to determine OS Platform with WMI?

I am trying to figure out if there is a location in WMI that will return the OS Architecture (i.…

architecture registry wmi operating-system
Web Service vs Web Application

I know this is an old question and must have been answered hundred times already, but I am not able …

web-services web web-applications architecture
Abstract factory pattern

Good example for Abstract factory pattern in C#? What are the advantages of the Abstract factory pattern in C#? How …

design-patterns c#-4.0 architecture abstract-factory
What is a "feature flag"?

High Scalability mentions feature flags here: 5 things toxic to scalability, "5. Lack of Feature Flags" What exactly are feature flags?

architecture scalability
Angular project structure best practice

Can someone give me some suggestions about my project structure, please? -app -layout -home-layout -header -menu -content -detail-page -left-side -left-side.…

angular typescript architecture modular-design