Hi, I need to embed fonts into a postscript (file|stream), the originating format is XSL:FO. Unfortunately, FOP does not support that natively, so I'm looking...
I understood Mica to say they had rolled their own, not used JMS, so the SMTP business sounded strange. ... But there can be any number of hops. Unless you do...
llams ... Is not not amazing that this (async) system hardly ever fails :) ... interesting ... +1 IMHO async has always been much more robust than sync. That...
Hi, Just interested to see if any ST-Jers are going to SDWest. We are slowly climbing the learning curve of the first time exhibitor. yikes. working our way...
public Collection validateAttribute(String modelName, Object value, Collection errors) { // ignore nulls if (value != null) { // ensure it is a string if...
Hmmm, what can I say. Looks really terrible ;-) The only code lines that are clear to read are extra documented with useless comments. I'm currently trying to...
... I was about to suggest that site. I just discovered it one day last week, and it's quite funny/scary. And they have an RSS feed, so it has been added to my...
Afternoon, ... Don't know if its the case now but I always got better results running Windows as the guest on a Linux host. Generally it was simply snappier, ...
Looks like some one was trying to be wise... However, the result was obscure... Hopefully, for you, this is the minority... :-) Joseph E. Savard joe@......
... Joseph! My goodness - what a blast from the past! Where have you been? DR ============================================================================== ...
Rod, I think you misunderstand. The requirement was to have a message stored for later sending by email to a customer. SMTP was never used to deliver a message...
Using Oracle's Thin driver. I have a JDBC abstraction layer that provides utility code to help with generating and processing JDBC calls (especially stored...
2 words, Proxy Server. ... From: Jon Strayer [mailto:jon.strayer@...] Sent: Wednesday, March 02, 2005 11:52 AM To: straight_talking_java@yahoogroups.com ...
I'm doing something ugly and I was wondering if someone could point me to a better solution. I have three interfaces Adjustment, Credit & Debit. Credit &...
... Yeah, Java can't do parameter polymorphism, or whatever it's called. ... to inversion of control: adj.foo(); or adj.foo(this); or to double dispatch: ...
YEa, this is something that Dylan and other languages can do -- they can pick the most appropriate specialized method based on paramters. But not Java. :( W/in...
... What I *really* love about it is that after it uses test and the try/catch block on itself to print an error message, it then just goes right ahead and...
... Well, welcome back! Always good to have an old-timer return to the fold. ... Hey, did you ever see that Star Trek episode where there's this alien entity ...
... Just the absurdity of that in and of itself is mind boggling. Throwing an exception and then catching (and swallowing) it yourself?!?!? Egads! DR ...
Mr McGovern!! How have you been? Well, I got tell you every time I lode up that flask I fondly think of you and Kirk... Good to see you still around here!! ...
Still work there? We use Talarian (which was bought by Tibco) for our pub/sub and QoS - none, best effort (whihc 99% of the time is the same as GMD short of a...
The only thing I can think of that might have motivated (not excused, motivated) this is that...nah, it just sux. On Wed, 2 Mar 2005 15:44:23 -0500,...