WOAD Meeting this week
Victor Goldberg pointed me to a meeting of the Washington (DC) Object Oriented Architecture and Design Group this week:
WOAD 1/28 - Java Impossible : What can't be done with Java and how to do it anyway RSVP quickly to reserve a seat. Space WILL be limited to those who RSVP. WHAT: WOAD (Washington Object-Oriented Architecture and Design) WHEN: Tuesday, Jan 28th, 2002 at 7:00 PM WHERE: Best Western of Rockville (in the Restaurant) DINNER: Buffet $12.50 (includes tax $ tip - to get the space, we have to eat) TOPIC: Java Impossible SPEAKER: Michael Trachtman Already excited about a talk on "Java Impossible"! Or are you wondering why in the world WOAD is doing a bits and bytes language talk? Even if you don't code, if you design, architect or manage anything in the Java or J2EE space, you need to know what can and can't be done. This will be fun and given WOAD, controversial. Michael will present prepared challenges with solutions and invite new challenges. Some of the topics that Michael will discuss include how to create a distinction between "public" and "published". We'll also discuss how to make a simple general mechanism for creating light weight transactions in Java, and show their use in enforcing Design By Contract and Componentization in Java. For new challenges, bring your toughest problems, give them to Michael and build toward a solution. We'll welcome challenges from Java gurus and .Net folks alike. Challenges with solutions are of course especially welcome. The only restriction is that the challenges should useful.Well. I have one, and I've been discussing others on the IRC Channel. My first question: I have a web log where the daily entries are stored as serialized object files (to disk). I need to add attributes to the objects that are serialized to disk. At the same time, I need to
- Make the change to the running server - i.e., Not take the server down
- Not modify any of the existing serialized object files as part of the change

