Upgrading Spring from 1.2 to 2.5
Updating your Spring dependencies and XML Configuration
How easy is it to upgrade from Spring 1.2.X to 2.5.X , pretty easy , see what is involved and why you might want to do it ...
Running PHP Scripts inside of Tomcat and accessing Java Classes via Caucho Quercus
Setup and install of Quercus allowing php to access java classes
How to install Caucho Quercus (3.1.3-3.1.5 )and run PHP scripts under a web container (namely Tomcat 5.5.X) and be able to access java classes and use java like syntax in these php scripts. Why would you do this you might ask ? Read on ...
Displaying repetitive type information with displaytag and struts
Code Excerpt of Struts and DisplayTag with a map
Helpful Debugging MYSQL JDBC URL Parameters
Here are some additional JDBC URL parameters I found in the MySqlConnector version 5.0.X which I find really helpful.
Common Maven Commands
Maven Commands I use most frequently
For those of you who haven't yet caught the maven bug, but have started looking at it here is a list of the commands I use most.
Integrate Tomcat and Apache on Windows with mod_jk
How to integrate Apache and Tomcat on Windows using mod_jk in 5 easy steps.
