Sorry, I just discovered that my outgoing e-mail hasn't been working the last few days so I'm resending some e-mails. I apologize if you have already received...
Sorry, I just discovered that my outgoing e-mail hasn't been working the last few days so I'm resending some e-mails. I apologize if you have already received...
P.S. We meet in Suite 100 of 1221 E. Dyer, it's on the bottom floor. See the web link below for details. ... From: Scott Hodson [mailto:scott@...] Sent:...
I thought I'd post this to the group, so this message is available to anyone who looks through the message history... ... The maps on MapQuest and Yahoo...
Heya - put me down in the "i'll be there next time" group in case anyone is keeping track of such things. we're going to a show at house of blues disney and...
pdm2@...
Mar 7, 2002 10:46 pm
23
MessageGreat design pattern links. Keep up the good work. ... From: Scott Hodson [mailto:scott@...] Sent: Wednesday, March 06, 2002 3:55 PM To:...
Bruce Blachford
BruceB@...
Mar 7, 2002 11:20 pm
24
...and my apologies to all for the burst of random noise. I have to keep a better eye on what is actually in the "To:" line. And to save face, is next week (14...
pdm2@...
Mar 7, 2002 11:24 pm
25
... Yes, next week is the OCJUG meeting night, so the Patterns Group will skip that week, and meet again March 21. Paul (the other one) ... Paul Hodgetts --...
... ray tayek http://home.earthlink.net/~rtayek/ actively seeking telecommuting work orange county java users group http://www.ocjug.org/ hate spam?...
Ray Tayek
rtayek@...
Mar 15, 2002 7:36 am
29
We are planning to meet this Thursday 7pm at the usual spot in Santa Ana. We will be discussing the Iterator and Template patterns so be prepared to...
This is the one that was mentioned on the OCJUG mailing list. http://www.netobjectives.com/events/pr_la_2002_04_refactoring.htm ___________________________ ...
maybe a good supplement when we get to the visitor pattern http://www.cuj.com/java/articles/a13.htm?topic=java&topic=java ... ray tayek...
Ray Tayek
rtayek@...
Mar 25, 2002 5:17 am
32
This Thursday we will be covering the Singleton and Proxy patterns. Anybody interested in learning about design patterns are welcome to come, even if you...
Aha! The singleton pattern! That should make for great debate. Are we discussing the pattern only, or appropriate uses as well? I have gotten into some...
Brad O'Hearne
brado@...
Apr 2, 2002 8:01 pm
34
... Appropriate uses is fair game -- at least we've talked about that for past patterns. A warm-up debate would be cool. Where do you want to start? There are...
A warm-up debate would be cool. Where do you want to start? There are some folks that argue Singletons should /never/ be used... ;-) Ok, I'll bite! I have a...
Why do you think it is evil (literal singletons), and why did you end up throwing away code? ... From: Brad O'Hearne To: ocpatterns@yahoogroups.com Sent:...
... Literal singletons are evil because of the following: 1) They impose process-space (i.e. VM instance) limitations on the object. In other words, they...
... I don't know if that's what you mean, but another limitation of the "literal singleton" is that it can't be replaced by a mock object for the purposes of...
This article just popped up on the XP mailing list and is timely for this week's discussion. The author assumes you're basically familiar with the singleton...
pdm2@...
Apr 3, 2002 7:36 pm
40
I currently have a testing problem with a Singleton. Maybe someone could offer some advice. My Singleton's private constructor initializes a reference to an...
You could just be lazy and offer a method to reset your singleton using an arbitrary configuration file. The private constructor would call this with the...
Stanford Ng
stng@...
Apr 5, 2002 1:39 am
42
... some links that you may find intresting: this may still be broken in java: http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html killing...
Ray Tayek
rtayek@...
Apr 6, 2002 5:08 pm
43
... maybe you want one per file (store them in a hash?) ... can you run each test in a different jvm? thanks ray tayek http://home.attbi.com/~rtayek/ actively...
Ray Tayek
rtayek@...
Apr 6, 2002 5:14 pm
44
Is there a way to see what is being garbage collected and when? I use the jvm option -verbosegc, but it only outputs the memory before and after gc. Thanks!...
... maybe a printout in a finalize? hth ... ray tayek http://home.attbi.com/~rtayek/ actively seeking telecommuting work vice chair orange county java users...
Ray Tayek
rtayek@...
Apr 6, 2002 7:44 pm
47
Recently Yahoo changed their user profiles and added a bunch of new Marketing Preferences. Unfortunately, they all default to 'Yes' which means you will get...