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

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 :

What is the quickest way to do mass inserts via JDBC

JDBC and MySQL 5.0.X (.15)

Recently the problem of inserting massive amounts of rows in a table for batch processing of transactions came up and having worked on Oracle I was curious just how fast you could insert into MySQL and what was the fastest way to do so via  Java. Results are...

Read more...

Tags :

Optimizing JDBC Performance

Tips for use with JDBC API to enhance performance

Watched a great presentation on Java Lobby about the optimizing JDBC performance, and thought I would summarize what the takeaways are.

Read more...

Tags :

SCJP (Sun Certified Java Programmer) Links

Useful links for those looking to pass Suns Test

Are you trying to pass the SCJP?

Read more...

Opening Browser with Web Application automatically after mvn install

Want to open a browser your web application with an ant script after a build or after a maven install?

Read more...

Favorite Eclipse Plugins

For Eclipse Europa (3.3), and Callisto (3.2)

I have tried some good eclipse plugins and some not so good ones. Here is a list of my favorite Eclipse plugins. I use these pretty much everyday.

Read more...

Comparing a couple of Eclipse Database Plugins

PhpMyAdmin is great for some things. And I tried toad for mysql, which frankly I didnt think was that great. So I looked at a couple of database plugins to eclipse and heres what I found.

Read more...

My Most Commonly Used Maven (2.0) Reference URLs

I refer to these maven 2.0 urls all the time and find them very useful, the free pdf book Better Builds with Maven is an awesome resource, especially if your trying to set up your own maven internal repository yourself.

Read more...

Tags :

Simplified Maven Setup Step 1

This is a simplified way to setup your maven repository with an existing internal or remote repository.

Read more...

Tags :

Helpful JSTL Examples

These are JSTL JSP Examples I use all the time and I use this as a reference

These are JSTL JSP Examples I use all the time and I use this as a reference

Read more...

Tags :

A little about Rob Sinner

So you know who is writing the ramblings

Some background information about Rob Sinner

Read more...

Tags :