|
| |
Java
There are many things out there, that are Java and that are
java. There is the general JavaScript
stuff, that started all the progress and business sense for the web. Then
there is just the java under the Sun!
So, I have a little review that I wrote about Sun's J2SE 5.0 (better know
as java 1.5). It is a general review, with a few references, that were valid
at the time. But, over here we live in internet time. So, I apologize in
advance for broken links.
Then, there is this great little editor, called
Eclipse. It is nice, but has
its moments. So just s few tips.
|
|
Simple Java Logger
Today, I was working on what was suppose to be a simple
file logger, that placed time stamps into the file as well.
I was using
Eclipse to develop the code, and export it as a jar into an executable
program to be run from a scheduler.
However, as you will see, my Simple Logger,
turned out to be a bit more than simple. Well, it developed and I wanted to be able to move the log
around, without recompiling the code every time!
If it were an Ant build,
instead of Eclipse, I could have created a properties file and keep even the
versioning information there.
|
|