Tag Archives: java

Ant Talk At CJUG

I want to thank the folks at CJUG for having me up last night to speak on Ant. I thought the talk went well, though I did run long. I must say it’s rather embarrassing to discover that your presentation, … Continue reading

Posted in Ant | Tagged , , | Comments Off

I’m Presenting at NFJS: Atlanta

If anyone will be in or around Atlanta, GA, October 24 – 26, you should think about attending the Atlanta Java Software Symposium which is part of the No Fluff, Just Stuff symposium series. I’ll be presenting a session entitled … Continue reading

Posted in java | Tagged , | Comments Off

Java Regex APIs and Quoting

I’ve just been digging through the J2SE 1.4 regex stuff, and every time I have to do regex work in Java I keep thinking how much easier it is in other languages. Specifically I’m talking about the clunkiness of the … Continue reading

Posted in java | Tagged , | Comments Off

J2SE 1.4.2 + WLS 7.0 + weblogic.ejbc = Problem

I discovered something interesting the other day at the office. We have a guy who has been unable to build a certain entire jar of entity beans ever since he started working there and I had only given it scant … Continue reading

Posted in java | Tagged , | Comments Off

Eclipse 3.0 M2 Is Out

I just got the notice that Eclipse 3.0 M2 is now available. I’ve already been using 3.0, but judging by the release notes there’s a lot of chewy Eclipse goodness loaded in this release. I’ve already downloaded it and “installed” … Continue reading

Posted in eclipse | Tagged , , | Comments Off

A Golden Gem

JavaPro Magazine has done a review of my book, Ant Developer’s Handbook!!! The first line is the best: The Ant Developer’s Handbook is one of those golden gems that appear every once in a while. That is music to my … Continue reading

Posted in Ant | Tagged , , | Comments Off

No (Apparent) Love Lost In JBoss Group Split

After this morning’s surprise announcement that JBoss Group was essentially forking, there has been a lot of speculation about what this means for JBoss Group specifically and JBoss in general. The new company was started by 8 now-former JBoss Group … Continue reading

Posted in java | Tagged , | Comments Off

Jython Is Just Too Useful

A colleague just came to me asking about Java serialization and output options. We’re going to store some partially filled Serializable DTOs in a BLOB in our database so he needed some info. Our talk then turned to options for … Continue reading

Posted in jython | Tagged , , | Comments Off

Tracking Down a Log4J Problem

I had a really interesting time tracking down a Log4J problem. We’ve been using Log4J for over a year now happily and even happier with the Commons Logging package on top of it. But last week (while I was on … Continue reading

Posted in java | Tagged , | Comments Off

Ant Developer’s Handbook at JavaRanch

Starting today over at Java Ranch they are doing a book promotion with my book, Ant Developer’s Handbook. If you are interested in Ant and want a chance to win a copy of my book, go register with JavaRanch and … Continue reading

Posted in Ant | Tagged , , | Comments Off

My One Complaint About The Latest Eclipse

I have but one complaint about the latest release of my favorite IDE, Eclipse. Everyone who uses Eclipse knows that to close an editor you click on the little ‘X’ button on the right side of the editor’s tab. But … Continue reading

Posted in eclipse | Tagged , , | Comments Off

Latest Nightly Eclipse Re-Adds Editor Linkage

The latest build of Eclipse has re-added a feature that I had been missing since the M4 or so. This feature is a linking of location between the Package view and the current editor. You’ve always been able to double-click … Continue reading

Posted in eclipse | Tagged , , | Comments Off

Eclipse M5 Painless Upgrade

Man, I love Eclipse more and more every day. I’ve been using it for almost a year and it just keeps getting better. The fabulous Eclipse team released Eclipse 2.1 M5 a couple of hours ago and I fetched it … Continue reading

Posted in eclipse | Tagged , , | Comments Off

What I Don’t Like About the Java Plugin

Why can’t the Java Plugin on Windows unload itself after you leave a page with a (stupid) applet on it, or after X amount of inactivity? I generally despise applets, but sometimes I have to use them, such as the … Continue reading

Posted in java | Tagged , | Comments Off

It’s Dead, Jim

I’m working with some Java wrappers for some CICS programs on our mainframe. I’ve been having a devil of a time getting the thing to work properly. In typical mainframe fashion, when it fails you get an ABEND and then … Continue reading

Posted in java | Tagged , | Comments Off

OK, Maven is Cool

I installed Maven tonight and within about 20 minutes had one of my simple projects building with it. Once I create the project.xml file, running maven java:jar fetched, compiled and jarred everything into a ready-to-use jar file. Running maven site:generate … Continue reading

Posted in java | Tagged , | Comments Off

“Weird” Error Messages

Whilst trying to use the nifty management console included with JRockit (supposedly the world’s fastest JVM), I recieved this error COM.jrockit.common.util.AssertionFailedException: Received a weird y = 114 or weird time = 1041533639613 class = com.jrockit.console.ui.chart.DataSourceMemoryHeap That’s the first time I’ve … Continue reading

Posted in java | Tagged , | Comments Off

Maven and Eclipse

I got this from James Strachan‘s blog. It’s about how you can have Maven generate the .project and .classpath files in order to have Eclipse auto-grok your project! You can define this property a local build.properties, in the build.properties in … Continue reading

Posted in eclipse | Tagged , , | Comments Off

Cool Use of Jython

I just had to share this. I am working on a very large project using BEA‘s WebLogic 7. This project takes a good 10 minutes to go through an entire compile/deploy cycle. This is a real hassle when I need … Continue reading

Posted in jython | Tagged , , | 1 Comment