| | This file copyright (c) 2004 SO.MUS.AR. s.a.s. | Subject to the license published at | http://www.somusar.com/contact/poc_request | book "Book" | Simple design of a book string id[10] "Id" string title[40] "Title" string author[20] "Author" int32 year "Publishing year" ------------------------------------------------------- DEFS ------ | No additional field definitions are required | for this simple entity. ------------------------------------------------------- DB -------- | | Define the field set for database table, its primary key, | and its finder keys. | table: id, title, author, year pkey: id search_keys: title, author, year ------------------------------------------------------- LOGIC ----- | | Define the set of properties to be processed in the logic tier | class: id, title, author, year ------------------------------------------------------- UI -------- | | Define a simple edit dialog | edit: id.......title.........author.....year ------------------------------------------------------- ADJUST ---- DB.test_data = "\ ID30|The Tempest|William Shakespeare|1611,\ ID31|A Midsummer Night's Dream|William Shakespeare|1595\ "