Nataraj S Narayan wrote: > > Is anybody using actual object model in Lazarus ? I mean, classes for > say 'Purchase Orders' - which will have the modules for persistance like > TQuery /TTable ,defined inside the PO class? > > I hear that biggest issue is to map object model to relational model. > Which tool is the best to be used with lazarus/fpc?
Try this: http://www.instantobjects.org If you are verse in OOP, there is really no need for an OPF, as an OPF only aids you in plumbing up your classes, while limiting you to the extent of the specific BusinessObject. I would rather see some work put into a powerful Class-Editor, inlined into the IDE, while being able to import/export UML. Thanks! -- Al _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
