Via Leslie, A brief introduction to Naked Objects
Naked Objects is an open source Java-based framework.... As you can see, the core business objects (such as Employee, Project and Claim) are exposed directly to the user in the form of icons. There are no main menus, dialog boxes, or scripted procedures that sit in between the user and the underlying business objects.
The user interface shown above is 100% auto-generated by the Naked Objects framework. The developer writing this application did not write a single line of code to do with the user interface. All he wrote were the definitions of the business object classes, in Java, plus the various business methods. Each business class was defined as inheriting from the NakedObject class provided by the framework.
There's also a book.
Interesting concept, to say the least. I only need an application to try this out with...
Feel free to post a comment below. Please see my comment policy.
Formatting Rules (No HTML):