bold-delphi

Increasing testability, when coding with Bold for Delphi framework

我的未来我决定 提交于 2019-12-03 04:59:32
问题 Background I work in a team of 7 developers and 2 testers that work on a logistics system. We use Delphi 2007 and modeldriven development with Bold for Delphi as framework. The system has been in production about 7 years now and has about 1,7 millions lines of code. We release to production after 4-5 weeks and after almost every release we have to do some patches for bugs we don’t found. This is of course irritating both for us and the customers. Current testing The solution is of course more

ORM for DELPHI win32

允我心安 提交于 2019-11-26 23:56:42
Does anyone know about an ORM or something similar for Delphi Win32. Marco Cantu is a big believer in InstantObjects: http://www.instantobjects.org/ Others include DObject: http://www.macrobject.com/en/dobject/ and tiOPF http://tiopf.sourceforge.net/Doc/overview/index.shtml You also might be interested in the G Framework: http://code.google.com/p/g-framework/ Arnaud Bouchez Another Open Source ORM for Delphi 6-XE2, which is JSON based and Client/Server. Can use its own in memory database layer or embedded SQLite3 database engine: http://blog.synopse.info/category/Open-Source-Projects/SQLite3

ORM for DELPHI win32

夙愿已清 提交于 2019-11-26 08:49:24
问题 Does anyone know about an ORM or something similar for Delphi Win32. 回答1: Marco Cantu is a big believer in InstantObjects: http://www.instantobjects.org/ Others include DObject: http://www.macrobject.com/en/dobject/ and tiOPF http://tiopf.sourceforge.net/Doc/overview/index.shtml You also might be interested in the G Framework: http://code.google.com/p/g-framework/ 回答2: Another Open Source ORM for Delphi 6-XE2, which is JSON based and Client/Server. Can use its own in memory database layer or