Blueprint Solution: AJAX Autocomplete, RT Form validation and more

Comments Off

The Java Blueprint solutions catalog has added a section on AJAX, describing how autocomplete, real time form validation, progress bars and pseudo-push may work..

My Experiences with Knoppix

Comments Off

This article relates my experiences with Knoppix, a Linux distribution that runs straight off the CD. More

Searching Google with PHP through NuSoap

Comments Off

How to use the Google APIs to do a quick search using NuSoap. More

MySQL: Create/Drop DB and user

Comments Off

This tip contains a couple of MySQL scripts that allow me to create and drop a database and a user that will "own" said database. More

Tomcat 5.5: DB Datasource with context.xml

Comments Off

Explains how to define a datasource connection for your web application using context.xml More

Log4j configuration file

Comments Off

A log4j configuration file sample. More

Non-leaky query reads

Comments Off

Doing a select statement without leaking connections.
More

Obtaining a connection through JNDI

Comments Off

How to obtain a connection through JNDI. More