Archive for January, 2006

How To Set Up Database Replication In MySQL

Monday, January 16th, 2006

This sounds very cool,
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so […]

XML with Java 1.5

Thursday, January 5th, 2006

This is how you can validate an xml file with a xsd schema using the Java built-in libraries. Look for the sample code at the bottom of the page. After some painful hours, I found out that it doesn’t work with DTDs (although it says it does…). If you have a DTD, then refer to […]

Jar file creation tool

Thursday, January 5th, 2006

Here
It’s a tool that lets you create compressed files. Only interesting thing is that it also creates .jar files.
Note: Install ONLY if you need to create .jar files. Otherwise, don’t. It really sucks!!!

Tools to convert DTD to Schema

Wednesday, January 4th, 2006

Here

Java Metrics and Profiling

Tuesday, January 3rd, 2006

So I was looking around to see how we can evaluate our code and found these Eclipse plugins.
Eclipse Profiler Plugin : homepage | project page
EclipseMetrics : homepage
Metrics 1.3.6 : homepage