Search the web
Sign In
New User? Sign Up
ocpatterns · Orange County Design Patterns Study Grp
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 707 - 736 of 1602   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
707
... no. it seems to be geek humor. ... ray tayek http://tayek.com/ actively seeking telecommuting work vice chair orange county java users group...
Ray Tayek
rtayek
Offline Send Email
Jan 5, 2004
4:21 am
708
Hey everybody. I haven't been to one of these meetings since 2002. Is this group still going? I was thinking about studying with y'all, but when the last...
Phillip Givens
psgivens01
Offline Send Email
Jan 8, 2004
6:09 pm
709
Yeah, we need to injuect so new energy or interest into the group. Here are a couple of options A) Finish the Enterprise patters book B) Move on to a...
Scott Hodson
shodson
Online Now Send Email
Jan 8, 2004
6:32 pm
710
b and c ... From: Scott Hodson [mailto:scott@...] Sent: Thursday, January 08, 2004 10:32 AM To: ocpatterns@yahoogroups.com Subject: RE: [ocpatterns] Is...
Bruce Blachford
bruceblachford
Offline Send Email
Jan 8, 2004
6:47 pm
711
Reminder from the Calendar of ocpatterns http://groups.yahoo.com/group/ocpatterns/cal OC Design Patterns Study Group Thursday January 15, 2004 7:00 pm - 9:00...
Yahoo! Reminder
reminders@...
Send Email
Jan 11, 2004
2:55 am
712
Reminder from the Calendar of ocpatterns http://groups.yahoo.com/group/ocpatterns/cal OC Design Patterns Study Group Thursday January 15, 2004 7:00 pm - 9:00...
Yahoo! Reminder
reminders@...
Send Email
Jan 15, 2004
2:56 am
713
Question. Other than substitutability (via inheritance) and lazy loading, is there any benefit of using the Singleton pattern over just using static variables...
Dave Ford
dforddford
Offline Send Email
Jan 20, 2004
6:12 pm
714
I happen to have my GoF Patterns book right here. It says: Use the Singleton pattern when: o There must be exactly one instance of a class, and it must be...
Ron Hitchens
unixboy
Online Now Send Email
Jan 20, 2004
7:49 pm
715
Thanks Ron. Hey I read an article by you a few weeks back that I really liked. "The End of the Beginning?" I thought you were right on. Hey man, we miss you...
Dave Ford
dforddford
Offline Send Email
Jan 20, 2004
11:19 pm
716
Sorry, it might be a little off-topic, but I thought it is always interesting to examine new languages. I like the overriding principle of Xen that "The...
Scott Hodson
shodson
Online Now Send Email
Jan 21, 2004
1:10 am
717
[I sent this earlier today, but didn't see it echo back to me, so just in case] I happen to have my GoF Patterns book right here. It says: Use the Singleton...
Ron Hitchens
unixboy
Online Now Send Email
Jan 21, 2004
1:17 am
718
MessageGood article. The impedance mismatch has always been at the top of my list for problems that someone needs to solve (world hunger not withstanding)....
Dave Ford
dforddford
Offline Send Email
Jan 21, 2004
4:21 am
719
Dave, Yeah, I wrote that (http://weblogs.java.net/pub/wlg/861) over the Christmas break when I had a little extra time. It's my first weblog entry on java.net...
Ron Hitchens
unixboy
Online Now Send Email
Jan 21, 2004
10:12 am
720
Q: Is a struts action an example of the Command Pattern? If you have struts-like action: public class MyAction extends Action{ public void execute(.. lots of...
Dave Ford
dforddford
Offline Send Email
Jan 21, 2004
4:46 pm
721
Very exciting! .NET rocks! Scott Hodson <scott@...> wrote:Sorry, it might be a little off-topic, but I thought it is always interesting to examine new...
Oleksandr Sydoruk
osydoruk
Offline Send Email
Jan 21, 2004
6:04 pm
722
Struts actions use the Front Controller Pattern [1], which is more recent than the GoF Design Patterns book. [1] ...
Ron Hitchens
unixboy
Online Now Send Email
Jan 21, 2004
8:14 pm
723
... I like this idea also. It almost seems that Java has a more minimalist approach. They actually removed frequently used stuff from the primary language....
Dave Ford
dforddford
Offline Send Email
Jan 21, 2004
8:19 pm
724
There's no reason this language couldn't be implemented in Java bytecodes (as opposed to CLR IL). I really like the idea ofXML data structures as first-class...
Brian Maso
jdcmember2000
Offline Send Email
Jan 21, 2004
8:26 pm
725
Open a JSR? ... -- Ron Hitchens {mailto:ron@...} RonSoft Technologies (510) 324-8538 (Home Office) http://www.ronsoft.com (707) 924-3878 (fax)...
Ron Hitchens
unixboy
Online Now Send Email
Jan 21, 2004
8:37 pm
726
JSRs are for the Java language. But this would be a whole new language. It's too bad there isn't a way to make "sanctified" language bindings to the Java VM...
Brian Maso
jdcmember2000
Offline Send Email
Jan 21, 2004
9:24 pm
727
Why don't more people port other languages to Java bytecode? Or, if they do, why don't we hear about them? ... From: Brian Maso...
Scott Hodson
shodson
Online Now Send Email
Jan 21, 2004
11:07 pm
728
What are people doing to persist value types to nullable table columns using a persistence layer? (other than the obvious, which to not allow nulls in the...
David Foderick
dfoderick
Offline Send Email
Jan 21, 2004
11:28 pm
729
Set the domain member to null, map it to DBNull.Value when you persist. ... From: David Foderick [mailto:sobesoft@...] Sent: Wednesday, January 21, 2004...
Scott Hodson
shodson
Online Now Send Email
Jan 21, 2004
11:40 pm
730
I can't set it to null. Its a value type. I was thinking of trying the NullableTypes to see if that would work. http://nullabletypes.sourceforge.net/ ... ...
David Foderick
dfoderick
Offline Send Email
Jan 21, 2004
11:53 pm
731
You can map DateTime.MinValue to DBNull.Value. You're unlikely to have a valid date with the same value of DateTime.MinValue ... From: David Foderick...
Scott Hodson
shodson
Online Now Send Email
Jan 22, 2004
12:15 am
732
I see what you're saying. I'll have to see if my persistence manager (ObjectSpaces) is flexible enough to let me swap the values like that. I know it lets me...
David Foderick
dfoderick
Offline Send Email
Jan 22, 2004
1:23 am
733
Are you playing with ObjectSpaces? I've been reading up on it. What do you think about it? ... From: David Foderick [mailto:sobesoft@...] Sent:...
Scott Hodson
shodson
Online Now Send Email
Jan 22, 2004
3:57 am
734
Not the command pattern due to arguments. Command decouples the involker from the delegate. Arguments imply coupling which is contrary to the purpose of...
saaker@...
Send Email
Jan 22, 2004
5:53 am
735
People do it all the time: but Java is the only "official" language supported by Sun. I have seen lisp, Prolog, COBOL and other language compilers for the JVM....
Brian Maso
jdcmember2000
Offline Send Email
Jan 22, 2004
7:54 am
736
... The fact that Struts uses the Front Controller pattern says nothing about whether a Struts Action is or is not an implementation of the command pattern....
Dave Ford
dforddford
Offline Send Email
Jan 22, 2004
5:13 pm
Messages 707 - 736 of 1602   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help