> List of tutorials

Index for Advanced Java Fat-Client-Development

Common Attributes for all database-tables - Advanced Java Fat-Client-Development

* For this document and all references (links) please obey the hints and regulations concerning copyright, disclaimer and trademarks.

  • The owner of this web-site (www.javascout.biz) is not responsible for the content of web-sites linked within this document or other documents of www.javascout.biz.

  • If this document or other documents of this web-site (www.javascout.biz) infringes your rights or you think that rights of others (third parties) are infringed, please inform the author.
    An e-mail can be sent by clicking onto the 'hungry mailbox' in the upper right corner.

Last revision of this document:
2006-07-14

This document introduces the architecture how database-tables are made suitable for keeping also a history of changes.
This is done by introducing 8 attributes which are named equally throughout all tables

The design of this architecture gave me the most controversial feedback – see Pros and Cons of the design or 'Do you get commission from the harddisk manufacturers ?'.

Prerequisites:

Example out of a running application :

Common Attributes

CreatedBy and CreatedAt are redundant as the could be reproduced out of the history of changes.
The are carried forward in all datasets as sometimes it is requiered to know, who entered (e.g) a certain product or customer and when the product or customer was entered.


top.

Pros and Cons of this design or 'Do you get commission from harddisk manufacturers ?'

Pros:

Cons:

'Do you get commission from harddisk manufacturers ?' or experiences after 6 years:


top.

Related Documents: