custom counter

Category Archives: article

AJAX process definition on Client Side

I came across an interesting article by Masayuki Otoshi via Java World that discusses how to execute process definitions on the client side rather than the server side.  This can come into play when making AJAX calls.  As AJAX is Asynchronous, it is not possible to predict the order that your callback methods will be [...]
Also posted in AJAX, J-SOFA, java, javascript | Leave a comment

So what are Code Reviews?

I became interested in code reviews while working with Accenture Ireland. As part of my role I was responsible for introducing code reviews into the project and insuring that they took place.  It was amazing to see the difference a 15 minute discussion of a piece of code or a design document could improve the [...]
Also posted in code review, quality | Leave a comment