Archive for February, 2007

Feb 06 2007

Profiling your J2EE application

Published by Anders under Java

I just started to profile our application. And apparently it was about time. When I see what takes time and the queries that are run there is a lot of room for improvement. Didn’t do much research but Yourkit is an excellent profiler. What caught my eye was the SQL profiling which I’m [...]

No responses yet

Feb 04 2007

Integration, development and stubs

Published by Anders 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