The high level design and description of software systems frequently characterized by having large quantities of persistent data that is accessed concurrently.

learn more… | top users | synonyms

3
votes
1answer
203 views

How do the Application and Database Interface Layers interact at their boundary?

I was watching one of Uncle Bob's videos and he brought up the Database Interface Layer. He had this diagram showing it: These arrows show that the DB Interface Layer is aware of and calls the ...
4
votes
0answers
243 views

Best practice refactor n-tier into vertical slices architecture

What work path do there exist to identify reasonable vertical slices of a classic n-tier platform code base and infrastructure (enterprise size)? Regardles of refactor or a new solution I think there ...
0
votes
0answers
29 views

Multi-tenant SaaS product normally running in public cloud, how to offer it in private cloud

I'm beginning to do some research into taking an existing enterprise Multi-tenant SaaS application that I've built and deployed w/ a PaaS on a public cloud, and determining the best way to offer the ...
-1
votes
0answers
15 views

Mobile Learning App Architecture?

I'm not sure if here's a good place for this question so please excuse me if it is a bit irrelevant to the site's policy. I've decided to develop a mobile learning app. I'm going to use PhoneGap ...