Feed on
Posts
Comments

Category Archive for 'article'

Using Java with Assembly

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 [...]

Read Full Post »

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 [...]

Read Full Post »

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 [...]

Read Full Post »