Re: OT: Binary Search - Should They Know It?
- From: "Paul" <paulriley@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 27 May 2009 11:06:26 +0100
It looks like you have your hands full. If this is a really big system I
would suggest using SOA, it appears as though your layer based architecture
rather thanSOA based architecture may cause you big maintenance headaches.
I think exposing the model/BLL over SOAP would help you drasticly, and then
to break this down into components further would make the system more
managable.
Your managers reaction to layers is the reacton of my previous boss, however
he understood the need for the layers of abstraction and patterns just never
quite got to grips with them, well not while I was still there anyways.Tell
him to start using the stack trace that way he will never have any issues.
It is also a good reason to standardise what patterns you are using and try
not to use too many different types of pattern otherwise it can be too much
for most developers and they will just not follow any pattern at all.
ie each individual sub component that carries out specific functions has a
Facade, and then comprises a factory/startegy and maybe a composite. You can
do a lot with these patterns, and most others tend to be for very specific
problems.
.
- Follow-Ups:
- Re: OT: Binary Search - Should They Know It?
- From: jehugaleahsa@xxxxxxxxx
- Re: OT: Binary Search - Should They Know It?
- References:
- OT: Binary Search - Should They Know It?
- From: jehugaleahsa@xxxxxxxxx
- Re: OT: Binary Search - Should They Know It?
- From: jehugaleahsa@xxxxxxxxx
- Re: OT: Binary Search - Should They Know It?
- From: Paul
- Re: OT: Binary Search - Should They Know It?
- From: jehugaleahsa@xxxxxxxxx
- Re: OT: Binary Search - Should They Know It?
- From: Paul
- Re: OT: Binary Search - Should They Know It?
- From: jehugaleahsa@xxxxxxxxx
- OT: Binary Search - Should They Know It?
- Prev by Date: problem with XML serialization
- Next by Date: Re: OT: Binary Search - Should They Know It?
- Previous by thread: Re: OT: Binary Search - Should They Know It?
- Next by thread: Re: OT: Binary Search - Should They Know It?
- Index(es):
Relevant Pages
|