RSS feed
All(28) Eclipse(4) Java(5) JDBC(5) JSP(3) Maven(7) Personal (1) Spring(3) Tomcat(5)
<< Previous | Home | Next >>

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 ...

Read more...

Tags :

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 ... 

Read more...

Displaying repetitive type information with displaytag and struts

Code Excerpt of Struts and DisplayTag with a map

Read more...

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.

Read more...

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.

Read more...

Tags :

Integrate Tomcat and Apache on Windows with mod_jk

How to integrate Apache and Tomcat on Windows using mod_jk in 5 easy steps.  

Read more...

Tags :