12.07.2015 Views

Software Architecture Quality Attributes

Software Architecture Quality Attributes

Software Architecture Quality Attributes

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

IterationIn a distributed system, the clients need toiterate over all order lines in a order object...Iterator i = order.iterator();while ( i.hasNext() ) {OrderLine entry = (OrderLine) i.next();[process entry]}Using RMI – Remote Method Invocation – thecode looks exactly the same even when theOrder object is on the server side !!! Great!Iterator is a nice, flexible, design pattern Henrik Bærbak Christensen 17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!