Monthly Archives: January 2009

Configuring JDBC Datasource in Weblogic and using it in the code in a web application

I decided to leverage the Connection pooling features provided by Weblogic in one of the web applications that I wrote. This application uses plain JDBC since dome dynamic capabilities are required for sql statements and so we decided against Hibernate/Spring. … Continue reading

Posted in coding, java, programming, weblogic | Leave a comment

Stay Hungry Stay Foolish

A man single-handedly builds an empire out of his vision, a cult following among generations, and as he fights off his personal health problems, a multi-billion dollar company, the shareholders and the whole tech world are eagerly awaiting just the … Continue reading

Posted in Opinions, Personal, personal development | 1 Comment

Errors when using Struts 1.3.x that are not intuitive javax.servlet.ServletException: org/apache/commons/lang/UnhandledException

Today, I decided to upgrade a new application that I was working on to Struts 1.3.10. After getting the necessary jars and stuff from the struts-blank.war, and upgrading my webapp library with those, everything was fine until I ran into … Continue reading

Posted in coding, java, struts | Leave a comment