November 2007

A TProcessObject Takes OO to a New Level – Bryan Dayton

For some time Bryan has been on a personal crusade to discover how to write pure OO applications – this is complete applications based exclusively on objects (using classes such TCustomer, TProduct, TInvoice, etc).

Persistence framework went a long way towards this goal, but still left gaps.

Bryan proposed using TProcessObject which ensure every aspect of the application program is based on classes with properties and methods. There are no globally visible processes outside the OO hierarchy – in other words no Utils units.

An Introduction to Networking – Roger Connell (Innova Solutions)

Roger took a few minutes to try and scope out a proposed discussion on Networking for December when we will be sharing our group knowledge on this very broad but essential topic.