.netTiers
Help Wanted! If you are using .netTiers and find it as invaluable as we do, please consider giving back to the .netTiers team by helping with our effort to fully document .netTiers. To help, simply create an account and you will then be able to edit this wiki.

Discuss: Component Layer

Discussion for Component Layer.
02/24/2008 10:44 AM by CitizenBane
Too long?
Anyone else think this page is too long? I was a little overwhelmed the first time I read this page, and sort of "skipped" it. I didn't revisit it until later, and then realized I had totally skipped using the component layer in my own app.

I propose we split this page up in to sub-sections (pages): Component Layer Roles, Service Layer, and Workflow Pipeline.

We should then append the "About" section (parent level page) by including a brief description/paragraph about each sub-page.

Comments/Thoughts?
05/26/2008 02:47 AM by SMStallings
ProductIDSource processing in the example.
Does not this code in the InventoryProcessor class...

item.ProductIDSource = products.Get(new ProductsKey(item.ProductID));

...replace the result of this code in the Program class?

detail.ProductIDSource = plisti;

Should not it be one or the other?

ScrewTurn Wiki version 2.0.31.