Monthly Archives: June 2007

Google Earth Library: Interesting things to do with Google Earth

Just found an interesting link:
Google Earth Library: Interesting things to do with Google Earth

Posted in Uncategorized | Tagged , | Leave a comment

4 things about domain objects

First, please do not mock a domain object. Stub it. Thanks.
Second, do not write an interface for it. Neither if you want a Null Object implementation.
Third do not be obsessed with Null Objects, sometimes they are good, not always. If you end with a
if objectInstanceType == ObjectType.NULL in your code perhaps something is wrong in [...]

Posted in Uncategorized | Tagged , , | Leave a comment

a cool mobile app

… that looks pretty similar to what the iPhone will do soon…
https://www.widsets.com/
Thanks to Maria for the link.

Posted in Uncategorized | Tagged | Leave a comment

.net infected

Day by day I’m always more .net infected, today I’ve found 4 good links. One is DZone which provides good quality links every day. From here I found this where the author tries to convince the reader that Java 6.0 has something cool and new inside… Bah!
Through the good mailing list on Yahoo about Domain [...]

Posted in Uncategorized | Tagged , , | Leave a comment