I just read a great IBM Developer Works article on Eclipse plug-ins for finding coding problems. I’ve used some of these plug-in like PMD but I didn’t realize there was an alternative to Clover for code coverage. Very cool!
I just posted the API to the Asynchronous File I/O in Java framework I’ve been working on at Apache. My plan is to have some functional code posted by January 27. The initial code release will use the java.util.concurrent package to provide asynchronous operations. Support for POSIX AIO will come out soon after that. If [...]
At work we’re moving to a centralized LDAP tree for all authentication. The infrastructure guys are still working out some of the kinks so in the mean time, they gave us access to a test server that we can use for development. I have accessed LDAP trees from Java a number of times. I can’t [...]
Are there no utilties for working with CharSequence objects? If anyone knows of any good, open-source CharSequences utilities, please let me know. CharSequences are really nice for high performance computing. They provide a convenient methodology for moving chunks of data around without having to make copies of the data. It would be nice if the [...]
I’ve been very pleased with the @Override annotation in Java 5.0. If you’re not familiar with what does, it ensures that a method is overriding a method in a parent class. For example: class A { public void foo() {} } class B extends A { @Override public void foo() {} @Override public void bar() [...]
This past week I’ve been doing a lot of work using Blobs with Postgresql in Java. There doesn’t seam to be a lot of documentation on using Blobs in Postgresql, luckily I found some good information in the Postgresql JDBC Mailing list regarding using Blobs with Java. I wrote some test code using plain JDBC [...]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 | |||