12.07.2015 Views

Software Architecture Quality Attributes

Software Architecture Quality Attributes

Software Architecture Quality Attributes

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

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!