The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
56 views

How to implement inventory analysis pattern?

I read about Martin Fowler's inventory analysis pattern from here: http://www.martinfowler.com/apsupp/accounting.pdf. It is interesting, but somehow I can't find a way to implement the pattern in a ...
0
votes
0answers
54 views

Multi tenancy like problem in a single application

I have a web site that is, at a simple level, a document that contains a series of forms and a workflow as to how that document is managed. There are other systems which are outside of the document ...