java workA weblog about my work around javaMessaging vs shared database- July 30, 2003 Martin Fowler's MultipleCanonicalModel entry hit the spot right on what's been happening around here lately. His point is implementing conceptual models using shared databases in a large enterprise may not be a winning proposition whereas using message-based integration brings along...http://www.girolami.org/blog/archives/000033.html HAving your programs tell a story- July 24, 2003 Laurent's entry about debugging and development technique struck a chord when I read it. At teh begining of the year, we had to bring in a programmer to help us out. He used the debugger all the time (in java,...http://www.girolami.org/blog/archives/000032.html PerPOJO... err... what is the point- July 7, 2003 What is the point in PerPOJO rather than just serializing my object graph Ok, so it reads a file and saves it from time to time... do we need a project for this Is it thread safe ...http://www.girolami.org/blog/archives/000031.html Should binary data be persisted in a database- July 2, 2003 In the course of studying the scalability of a system I need to maintain, I am questioning the architectural choices of the initial development team. My main question is : does it make sense to persist binary data in the...http://www.girolami.org/blog/archives/000030.html |