We're "inert" at the moment... ... From: osydoruk [mailto:osydoruk@...] Sent: Wednesday, March 03, 2004 11:09 PM To: ocpatterns@yahoogroups.com Subject:...
Hi Everyone: I know some members of this group are holding a job with working on Microsoft .Net. Would you guys recommend me some good books, links, pdf files...
The O'Reily .NET books are pretty good (C#, ASP.NET, etc.) Also, "C# for Java Developers" is a good reference for developers that already know Java. ... From:...
I second that. ".Net Framework Essentials" and "C# Essentials" from O'Reilly give a good overview and are fairly thin books, which is good. They don't swamp...
I wound up on NetObjective's mailing list and thought the monthly "ezines" they've been sending out would be of interest to this group. With permission, I'm...
Thanks Ron. I'll check it out tomorrow for exercise bike reading. Dave Ford Smart Soft - The Developer Training Company http://www.smart-soft.com ... From:...
hi, trying to clean up a bunch of flat table database that are *almost* the same. managed to reverse one of them and get it into hibernate with middldgen. will...
We've all littered our code with things like this to avoid NullExceptions and we get kind of tired of doing it all of the time, and if we forget we leave our...
... This, of course, could be condensed to: if ((a != null) && (b != null) && (c != null)) { d = a.call(b.foo()).dostuff(c.property); } But I see your point. ...
Thanks Ron. Yeah, I thought about that example where a and b are not null but c is, or what if a.call() or b.foo() return null? That could throw everything...
Yes, one of the lesser known new features in 1.5 is the ability to pass a variable number of arguments to methods. It was primarily driven by the NIO-related ...
We have been troubleshooting one of our co-located client's multiple websites using software stack of ColdFusion 6.1/JSP/J2EE/JVM/JRun/Apache on a MS 2000 app...
I've been using "Null Objects" for a while now when it seems appropriate. I got the idea from Uncle Bob's book (Agile S/W Development) - it's also in PLoPD3....
McNiel, Jeff (MED, GE...
Jeff.McNiel@...
Mar 12, 2004 10:22 pm
765
... Null Object is a very cool, and under-used pattern. However, it really only works well when the client code can reasonably preform the same processing...
... Since I've been working with a client up in the Bay Area for (dang) almost two years now, I've had to opportunity to attend a number of the SVP meetings....
... Any tips as to how we can steer our meetings in that direction? I went to a user group meeting in Long Beach at a hotel (Web Services i think) where the...
... The group really prepares. They post a lot of references prior to the meeting, and everyone seems to show up ready to discuss. It also has a lot to do...
Yeah, I've been trying to think what we could do differently. I've been having desires to get together again, maybe on a new topic or something. Or, maybe if...
When I'm moderating I think I usually do a pretty of trying to keep the discussion on course (feel free to disagree with me) but I haven't always come very...
Same here. I've been so busy recently that I haven't been able to make it to any UG meetings. I agree with you on the preparation subject, we (the group as a...
... seems to me that you and a few others were *very* prepared. and the discussions were interesting. (i am tryng to reverse freightgates db's into hibernate,...
Yeah, it'd be cool to do some TDD, AOP, Domain-Driven design, more patterns and anti-patterns, more fowler stuff (DB refactoring, IOC and DIP), etc. are all...
Hi Everyone: What I like to do in this group is we focus on general process and method to identify the computing problem and get alternative approaches and...
Let's meet this Thurs and try to finish the PoEAA book. We can finish it in 2 more sessions. If we go over Coarse-Grained Lock and Implicit Lock this...
Ok, let's finish this thing first. We really don't have that much left. I'm looking forward to seeing everybody on Thursday!
Regards,
Thomas
-----Original...
OK, we're on for Thurs. This is a 4th Thursday (we usually meet 1st and 3rd only) but we seem pent up to get this going again. I've updated the website with...