Naked objects 31 Jul 2003
Talk about "pure" object-oriented programming. Check this out: NakedObjects.org. The premise of this Java framework is that there are no dialog boxes, no big ole’ UI abstractions. There's just a simple GUI reflecting (sorry, bad pun) the realities of the underlying object model it seeks to present. When people use the system, they’re invoking actual methods on actual objects (for example, a “deposit” method on a bank “Account” object). There’s no middle-man in the form of whizzy menus or scripted processes, and no three-month development cycles coming up with a satisfactory user interface. Quite a refreshing approach, if perhaps limited to certain types of application. Worth a look!
Via Rogers Cadenhead.
;-)Colin Pretorius#
And if the dialogs are naked on top of that…well, the users might actually enjoy the experience. Heck, they might ask you for more dialogs, or a way of customizing their dialogs. They might want to be able to e-mail their dialogs to their friends. :-)
- Julian
Julian Robichaux#
We already have ProjectDX, how about ProjectDXXX? :-)Colin Pretorius#