I came across this article from java.net about how to invoke a JVM from Assembly! I was luck enough to not have to work with Assembly in college but anyone I have ever talked to about it said it was pretty painful to work with. You are probably wondering the same I was: Why [...]
Category Archive for 'article'
AJAX process definition on Client Side
Posted in AJAX, J-SOFA, article, java, javascript on Dec 19th, 2006
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 [...]
So what are Code Reviews?
Posted in article, code review, quality on Sep 11th, 2006
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 [...]