Archive for the tag 'integration'

Aug 03 2010

JavaZone talk: The Elevator Pitch

Published by under Development

So I got my talk accepted for JavaZone this year (Norwegian description and link). Scary and exciting.
I’ve got lot’s to say but structuring it all is hard, so I’m reading up on an article about presenting that I got from my brother. One of the first things it says to to is define [...]

No responses yet

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