Managing the Data Lifetime and Access Through Scoping
Business and business process data is valid for some period of time. It has a lifetime, scope, that may vary based on business rules, transaction time or some other function. Technical or software transaction data is also scoped, valid for some period of time.
This talk focuses on how these lifetimes can be more naturally integrated into a running software system.
Lifespan
Every business entity, attribute or property is valid for some period of time. It may be the lifespan of a project, a contract period , the length of time someone is a customer.
Good software design takes into account this mixing of lifespan. We want to plan ahead by grouping related data and same scope data. We also want to build infrastructure that makes data cleanup and reset easier and more reliable. Good frameworks mean more reliable data with less mixing or missed cleanup. The best systems support both explicit and implicit lifecycle management.
Teams can ignore pieces of this discussion when working
simple forms based CRUD applications where a page maps to a table and where
each submission commits data independently.
Overlapping and nested
asasdfsdf
Infrastructure Scope
asdfasdf
Well Understood Web Scopes
asdfsadf
Business Data Lifespan
asdfasdf
Operation Specific Scopes
asdfasf
Possible Implementations
fasdfasdf
Web Frameworks
adsfsadf
Custom Scopes Using DI
asdfasdf
Comments
Post a Comment