Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the stlroundtable group. File : /xsl.zip ...
stlroundtable@yahoogr...
Dec 3, 2001 6:44 pm
263
We would like to remind you of this upcoming event. STLDev Roundtable Meeting Date: Saturday, December 8, 2001 Time: 10:00AM - 12:00PM CST (GMT-06:00)...
stlroundtable@yahoogr...
Dec 6, 2001 4:02 pm
264
Hello All, I have come across a very serious problem while coding for the NBIO socket server(production level). The problem is that the object ...
Hi Arup, The way I deal with this problem is that I catch socket errors to the client (they happen if the client disconnects) and then cancel the key to that ...
I am writing this response off the cuff and while I am fairly familiar with the Windows API, I am not familiar with the Java NIO API so excuse any terminology...
What resources are available on the web or in book form to get deeper into NIO? I happened to see a WROX book "Early Adopter JDK 1.4" with a brief mention on...
Santosh Shanbhag
santosh@...
Dec 18, 2001 3:29 pm
268
There is just now an article on the http://java.sun.com in the "From the Java Developer Collection". I think that they've been hushed about it because its...
Tim, Your article has been linked in the "resources" part of that article. Did you know that? That's really neat. ...
Santosh Shanbhag
santosh@...
Dec 19, 2001 2:08 pm
270
I wanted to let everyone know that we will be having our next meeting January 12th. The topic will be Code Gems and Web Services. We will be wrapping the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the stlroundtable group. File :...
stlroundtable@yahoogr...
Jan 11, 2002 5:47 pm
272
I just posted a program that I tossed together last night. The problem I had is that I'm on a project where we have to execute a native program (a shell script...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the stlroundtable group. File :...
stlroundtable@yahoogr...
Jan 12, 2002 9:02 am
275
Hi All, We will be meeting today at 10 am to discuss two things. Code gems. :) And also the rating system for local companies and recruiters. Hope to see...
Sorry for the short notice. I really enjoyed the meeting today. I am quite inspired to begin the work on the database by and for Saint Louis software...
... D'andre> What is considered to be a "teenager shop"? Just asking. TeenAger is a term I used at the meeting today. TeenAgers, in our industry, are...
Like me. Just kidding. ; ) Bob ... From: Brian Button To: stlroundtable@yahoogroups.com Sent: Saturday, January 12, 2002 4:04 PM Subject: Re: [stlroundtable]...
Tim, This is the article I was referring to: http://java.sun.com/features/2001/09/genome.html. It compares the Java implementation PatternHunter with...
Thanks a lot Bob. I'm having fun with it. This looks like something for a big, big computer (or a beowulf cluster, hehe :) ). I've been trying to run it on...
Let me know how it turns out. Bob ... From: Tim Burns To: stlroundtable@yahoogroups.com Sent: Sunday, January 13, 2002 4:53 PM Subject: RE: [stlroundtable]...
Has anyone messed with Aspect-Oriented Programming? I first saw it back at the O'Reilly conference when the AspectJ guys gave a presentation and I admitedly...
... I gave it a spin; it looks quite interesting and powerful, particularly as a way to increase cohesion and decrease duplication of ideas in source code. It...
Hi, all, Mark Balbes and I are presenting our paper, Developing Wireless Applications With Extreme Programming, at the Wireless SIG of the St. Louis Web...
XP/Agile Universe Chicago, IL August 4-7, 2002 Tutorial Call For Participation Conference Web Site: http://www.xpuniverse.com Tutorial CFP Home Page: ...
OK, This question came up at work, and I was curious to see if there were any strong opinions out there. ... class Singleton { static { // init } static public...