. and All the Best to you and your families. Dan Dan C. Dobrin Senior Software Engineer Sun Java Certified Enterprise Architect Phone : (416) 499-4650 Cell :...
... Only during initialization. A new thread being created will get the current thread (it's "creating" thread, which is a different concept than what you...
... That's what I was afraid of. I'm trying to set a logging Handler that will log different thread's records to different files. I have it working for the...
We tried the same thing about 2 years ago and were partly successful. In our implementation we were able to generate logs for our main threads and that was...
... ThreadGroup will probably help with that. IIRC if you start a thread in a threadgroup any threads it starts will also be in that threadgroup, and you can...
... Are we guaranteed that the Thread that made the log request is the thread that calls Handler.publish? That would sure make life easier. ... If you're...
On Wed, 29 Dec 2004 14:20:46 -0000, Rosenstrauch, David ... An OO command shell. It's about $%^&ing time. I hope Linus hears about this. I haven't checked...
Smartest thing that MS can do is put all of their talent toward real-world cool tools like this. Stop concertating on convincing IT managers and get back to...
Nah, convincing IT managers is FAR smarter than concentrating on the literati - we don't spend money, because we look at what we're spending money ON. The IT...
On Tue, 4 Jan 2005 15:13:47 -0500 (EST), Joseph Ottinger ... Yea but we are also smart enough to route around the damage IT managers inflict -- that explains a...
... That was the prevailing wisdom a few years ago, too... before they added even more developers. Being discerning is nice and all - heck, I'm too much of a...
I can take it all back if you prefer. :) That won't make it any less true, but we can all chant about having taken the red pill (or is it the blue pill?) while...
If they are Chicago Bears I would worry too much they can't beat anyone ;) McKaskey's please sell the team! At least we beat the Packers once this year - kinda...
Some of you guys know that I play the Highland Bagpipe; some of you don't. Well, last Friday and Saturday I wrote a tune called Lament for South Asia. I'm...
Just finished a medium sized struts app. I have to say I really enjoy struts. One practice we adhered to pretty dogmatically was "no scriptlets". Looping and...
Victor Grazi
victor.grazi@...
Jan 6, 2005 12:41 am
43787
Well, I think there are two issues, one philosophical and one practical. The philosophical issue is the idea of purity: keeping programmatic logic--i.e....
This is one of the few times I disagree with David. Discipline is good. Once you allow any Java on the page, all bets are off. It will grow like kudzu....
We have not made the jump to Struts or Tag Libs. We design pages in pure HTML then modify them to work as JSP with scriplets. The code is very very easy to...
Exactly my opinion as well. I absolutely use scriptlets in jsp's. It's so much quicker to write, change and debug. Of course, I'm mainly working on my own, I...
... +1 The slope in this case is just too slippery - much more slippery than most. If you have ever had to come in and extend, fix, or maintain an app with...
I've been fighting with WebLogic's classloaders for a while, and I'm looking for some insight into how things _should_ work according to spec. I've got some...
There isn't an actual spec on how the classloaders work - that's how rubbish like JBoss can have a unified classloader yet still pretend (successfully) that...
Geert Van Damme <geert.vandamme@...> wrote on 01/06/2005 05:37:06 ... Geert, if you don't mind me saying so, IMO your last statement shows remarkable...
I should add that my comments are not based on experience with the taglib style of development. In fact, I dislike JSP and happily don't have to use it (I use...
yeah in websphere, a war sees all the jars inside the ear, whereas an ejb jar has to specifiy the path to the jars in the ejb jar's manifest. it's really...
Hi yall Happy New Years and all that.... 8) I got another direct request for a performance engineer for a client in Boston. J2EE (weblogic and websphere). As...
Hi yall, First.. thanks to all of you that ran that benchmark for me back in November. Just thought that I'd give you an update on what was happening. What the...