Hi everyone! I'm in the process of evaluating Dabo to see if it could fit our needs. I'm impressed by its ease of use, but I have a few questions which answers I couldn't find by googling..
- Does Dabo handle concurrent modification of data? (Pessimistic locking) - I see that Dabo favors the "classic" development style of "first design the database, then the business objects from that", do you think it would be overkill to make Dabo work the other way round? That is, design the bizobjs first and then (automatically) generate the database from them.. If I decide to go down that path, would I hit hard problems due to Dabo's design? - I need to add a few patterns to Dabo data handling, such as logical deletion and data logging/archiving (that is, upon updating a record generate a new record instead and mark the old one as such).. Would subclassing dBizobj be enough? Many thanks for your time! _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
