Re: OT: Binary Search - Should They Know It?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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.


.



Relevant Pages

  • Re: dip Notions 2 Major Errors
    ... Well, the DIP motivates us to use Strategy, Bridge or similar patterns. ... > all MANDATE higher levels eve depending upon abstract interfaces to ... > layers DEPEND upon lower layers for services. ...
    (comp.object)
  • Re: Over the River Embroidery -- One Done!
    ... the instructions have you stitch through two layers so the thread ... together so the two fabrics do not bunch. ... Here is a page to the sites blog that shows these patterns done by ... If I do one panel in August and one in September, ...
    (rec.crafts.textiles.quilting)
  • Re: random or urandom???
    ... >> random values followed by followed by 27 layers of specific repeated ... >> patterns intended to comprehensively erase material based on both MFM ... A hammer is a lot cheaper. ... But this disk OTOH being treated this way ...
    (comp.os.linux.security)
  • Re: Looking for some patterns
    ... and update a map I do for a client. ... Now that I've lost these patterns I ... to use what is on the map (I keep the master in PSD form in layers) and ... the layers have been reduced slightly to allow underlying detail. ...
    (comp.graphics.apps.photoshop)
  • Re: Is it bad to connect to a database via an applet?
    ... How many layers you architect, and how thick or thin each one is, depends on the needs of the particular project. ... The separation of model, view and controller (the "Model-View-Controller" or "MVC" architecture) has many advantages for robustness, correctness, stability, maintainability and expandability. ... A Java Enterprise architecture would use JSPs or XHTML pages for the presentation artifacts, ... A framework like Java Server Faces provides the interface components, also controller and presentation logic components. ...
    (comp.lang.java.programmer)