Category Archives: programming

Finally an update!

It’s been over a year since I last wrote on this blog. I’ve updated to the latest version of wordpress and changed themes. I’m hoping to have enough time to take an active interest in my blog, but life has … Continue reading

Posted in life, programming | Comments Off

Google App Engine

It was great news to hear how google has adopted java servlets as the second platform for app engine. My account has it enable now and I look forward to tesing it out. The few restrictions that exist do not … Continue reading

Posted in programming, server | Tagged , | Comments Off

jQuery and IE

I’ve had an interest in testing out jQuery for some time now and this weekend I finally dived right in with a simple ajax example quiz service. The backend was quickly designed as a servlet outputing JSON, leaving me with … Continue reading

Posted in programming | Tagged , , , | Comments Off

Java Spring

I’ve started working with Spring, and to me the Inversion of Control via Dependency Injection really stands out as a nice design methodology. Of course this is a concept one can use in any software when required, even without Spring. … Continue reading

Posted in programming | Tagged , , | Comments Off