Top "Architecture" questions

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

DAO and Service layers (JPA/Hibernate + Spring)

I'm designing a new app based on JPA/Hibernate, Spring and Wicket. The distinction between the DAO and Service layers …

java spring architecture jpa dao
Unit of Work + Repository Pattern: The Fall of the Business Transaction Concept

Combining Unit of Work and Repository Pattern is something used fairly widely nowadays. As Martin Fowler says a purpose of …

c# java architecture repository-pattern unit-of-work
When do I call my class controller, manager or service?

Maybe it is obvious to you. I'm new to java (half year work) and I had a discussion with my …

java model-view-controller architecture naming-conventions
Coupling and cohesion

I'm trying to boil down the concepts of coupling and cohesion to a concise definition. Can someone give me a …

oop architecture theory ooad
Example of 4-Tier (for N-Tier) Architecture?

Recently a friend of mine asked me about N-Tier architectures and I was able to explain to him about 1, 2 and 3 …

service architecture n-tier-architecture
What should be included in an Application Architecture checklist?

I'm trying to come up with a checklist or set of questions/criteria to assess and evaluate proposed or emergent …

architecture review
Recommended scalable AngularJS project structure?

I have seen several AngularJS project templates: the seed project at the official website, Yeoman's generated, and AngularFun. Are there …

templates architecture project angularjs
How to find out if Tomcat is 32 bit or 64 bit on window server?

We have an installer which install Tomcat. How do I know if it's 32bit version of Tomcat or 64bit version?

tomcat architecture 64-bit 32-bit
When are you truly forced to use UUID as part of the design?

I don't really see the point of UUID. I know the probability of a collision is effectively nil, but effectively …

architecture uuid
SOA Architecture Real-World Samples with .NET

Any SOA Architecture (n-tier) Real-World Samples with .NET for getting started ?

c# .net architecture soa