To set username and password on weblogic, add the following to JAVA_OPTS: -Dweblogic.management.username=system -Dweblogic.management.password=weblogic (or whatever the new passwords are)..
The Pragmatic Programmers have a great article called Cook Until Done, about the different ways you need to convey instructions, making it difficult to get…
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..
This article relates my experiences with Knoppix, a Linux distribution that runs straight off the CD.
How to use the Google APIs to do a quick search using NuSoap.
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.
Explains how to define a datasource connection for your web application using context.xml
A log4j configuration file sample.
Doing a select statement without leaking connections.
How to obtain a connection through JNDI.