Archive for the tag 'stubbing'

Feb 04 2007

Integration, development and stubs

Published by under Development,Java

In my current project we have a fair bit of integration. Loose coupling and all that is excellent, but it does create some challenges:

Integrating systems are only available inside the firewall. Sometimes it is relevant to test and develop outside our normal network.
Different integrating systems have different availability. You can’t rely on all of them [...]

2 responses so far