Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-13 Thread Lee Jenkins
Michael Van Canneyt wrote: On Sat, 12 Dec 2009, Michael Fuchs wrote: Graeme Geldenhuys schrieb: tiOPF might not be the easiest framework to learn, but I guess that's one side effect you get with power and flexibility. Knowing and understanding bit about design patterns will be beneficial in

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-13 Thread Michael Fuchs
Lee Jenkins schrieb: I think I started a Persistence Layer for SQLite using SQLDB components a year or so ago but didn't finish it up since the project that I needed it for took a different path in terms of database (ended up using FB). I was pretty easy to do though and I think I have the

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-13 Thread Graeme Geldenhuys
On 13/12/2009, Lee Jenkins l...@datatrakpos.com wrote: I was pretty easy to do though and I think I have the unit around somewhere if anyone is interested. The SqlDB persistence layer already included in tiOPF should do the job. I have a few refactorings for the SqlDB persistence layer when I

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-12 Thread Michael Van Canneyt
On Fri, 11 Dec 2009, Graeme Geldenhuys wrote: 2009/12/11 Luiz Americo Pereira Camara luiz...@oi.com.br: I'm looking in using tiOPF. Is it safe to use the svn trunk? 99.99% of the times yes! :-) Please do not use the latest release download on SourceForge - that is *very* old. I'm

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-12 Thread Michael Van Canneyt
On Sat, 12 Dec 2009, Michael Fuchs wrote: Graeme Geldenhuys schrieb: tiOPF might not be the easiest framework to learn, but I guess that's one side effect you get with power and flexibility. Knowing and understanding bit about design patterns will be beneficial in learning tiOPF. Other than

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Osvaldo Filho
Any one work with Lazarus with OPF? What are you doing? What persistence framework? Pressobjects? 2009/12/2 Osvaldo Filho arquivos...@gmail.com: http://lazarus.freepascal.org/index.php?PHPSESSID=5ca1e078c15770ad5ae317f9996540cftopic=8079.0 -- ___

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Michael Van Canneyt
On Fri, 11 Dec 2009, Osvaldo Filho wrote: Any one work with Lazarus with OPF? What are you doing? What persistence framework? Pressobjects? We have a small application (teacher's gradebook) that is written in Lazarus, using tiOPF and embedded firebird. tiOPF works in Lazarus/Delphi, is

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Graeme Geldenhuys
2009/12/11 Osvaldo Filho arquivos...@gmail.com: Any one work with Lazarus with OPF? What are you doing? What persistence framework? Been using tiOPF since around 2002-2003. I initially ported tiOPF to Kylix 3 and then later (4-5 years ago) to Free Pascal. Initially I also ported the GUI

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Luiz Americo Pereira Camara
Graeme Geldenhuys escreveu: 2009/12/11 Osvaldo Filho arquivos...@gmail.com: Any one work with Lazarus with OPF? What are you doing? What persistence framework? tiOPF is a very stable and flexible framework with over 1600 unit tests run daily under Linux and Windows servers. It also

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Graeme Geldenhuys
2009/12/11 Luiz Americo Pereira Camara luiz...@oi.com.br: I'm looking in using tiOPF. Is it safe to use the svn trunk? 99.99% of the times yes! :-) Please do not use the latest release download on SourceForge - that is *very* old. I'm currently about 15 revisions behind trunk - simply because

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Michael Fuchs
Graeme Geldenhuys schrieb: tiOPF might not be the easiest framework to learn, but I guess that's one side effect you get with power and flexibility. Knowing and understanding bit about design patterns will be beneficial in learning tiOPF. Other than that, there are lots of documentation

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-11 Thread Graeme Geldenhuys
2009/12/12 Michael Fuchs freepas...@ypa-software.de: Are there any plans to support sqlite? For smaller desktop database applications, this would simplifiy a lot. SQLite is already supported via SqlDB (part of FPC) and the Asqlite library from http://www.aducom.com/sqlite I don't use SQLite