Go Back   SitePoint Forums > Forum Index > Program Your Site > .NET
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
Reply
 
Thread Tools Display Modes
Old Sep 28, 2005, 03:47   #1
lazy_yogi
SitePoint Guru
 
Join Date: Dec 2003
Location: oz
Posts: 822
Anyone read 'Pattern-Oriented Software Architecture'?

Just wondering if anyone's read Pattern-Oriented Software Architecture?
Or Software Architecture in Practice
Or anything else on top level component based architecture?

By 'top-level component based', I mean a system may get input via a web service component, and this service could either dispatch the message to another component directly, or it could use a queueing component to process it as it is able to, or store the data in a database so that another component such as a windows service could pick it up in its own time to process it, or some other method of moving through a system. What I don't mean is class or object design - but rather more of a top level, abstract view that would be designed primarily for scalability and reliability.

Cheers,
Eli
lazy_yogi is offline   Reply With Quote
Old Oct 3, 2005, 14:48   #2
software_eng
SitePoint Enthusiast
 
software_eng's Avatar
 
Join Date: Oct 2005
Posts: 27
The POSA book is very well recommended.
There exist a POSA2 book since a couple of years as well, and I have heard that one should be good as well (have not read it myself)

The POSA book is on a higher level than the GOF book (Design Patterns, Gamma et. al.), and I think they complement each other good. Both the GOF and POSA books are good books to have around, I find myself often browsing in them.
software_eng is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 16:27.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved