Giving SQL SELECT Priority over SQL INSERT/UPDATEs in MySQL
IBM Informix Developer Edition 11.70 on Window XP
IBM Informix Developer Edition 11.70 on Window XP
IBM Informix Developer Edition 11.70 Twists and Turns
This post contains the twists and turns as I come across them while working with IBM Informix Developer Edition. It will be updated with new notes over and over.
Top n values without using a limit clause or its equivalent
Top n values without using a limit clause or its equivalent
Connecting Tomcat 7 Web Application to Database Using JNDI
Several weeks ago, I looked at the some decompiled Java codes from a fairly small web application that basically records cheque numbers and generates reports. To my surprise, it was written in dreadful codes full of clutter and signs of haste! I almost cried. Just imagine the following code littered all around the application and entangled by a lot of package-level instance variables. Not to mention the SQL-statements-in-Servlets type of design pattern.
Configure Netbeans to Debug PHP Web Applications
Figuring out how to configure NetBeans, xdebug, PHP, and Apache to enable debugging did not come by easily despite the myriad references available online. However, most (if not all) of them are outdated, and inaccurate. As a result, they tend to obscure a rather simple configuration or how-to.
IBM Tivoli Netcool/Portal – Basic XML Programming
IBM Tivoli Netcool/Portal – Basic XML Programming
EJB2.0 with OpenEJB: Stateless Session Bean in Action
I am taking SCBCD5.0 certification soon. Right now, I am going over some EJB2.0 materials before taking on EJB3.0. I generally know EJB3.0 but never had grasped the fundamentals of EJB2.0. Mastering EJB2.0 would demystify EJB3.0.
CGI with Tomcat 7
We can run CGI scripts in Tomcat. This post is about using Tomcat to run a CGI script written in PERL. Software Requirements (used for this post) Apache Tomcat 7.0.11 JDK 1.6 update 21 Perl 5.12 (ActivePerl-5.12.2.1202) Windows XP SP3
Continuous Integration with GitHub and Jenkins in Red Hat, and AWS EC2
This post demonstrates how to setup a Continuous Integration environment using Jenkins to build codes checked in in GitHub.com. Our Jenkins instance runs on Red Hat Enterprise Linux in AWS EC2.