Any active Bold for Delphi users ? - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T19:00:39Zhttp://stackoverflow.com/feeds/question/236656http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users6Any active Bold for Delphi users ?berocoder2008-10-25T16:31:36Z2009-10-15T00:47:19Z
<p>What are you using as a persistance framework when programming in Delphi?
If the application is growing it soon became really complicated to handle the model in SQL ? Bold is a persistance framework for Delphi win32 that really deserve more attention. I use it daily and using OCL instead of SQL to get data from the database saves a lot of time and debugging. When the model is changed Bold translate this to an SQL script and change the database. </p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/236746#2367466Answer by Nick Hodges for Any active Bold for Delphi users ?Nick Hodges2008-10-25T17:47:56Z2008-10-25T17:47:56Z<p>I can't make any promises, but we are working with the CapableObjects guys to move Bold forward to Delphi 2009.</p>
<p>Nick Hodges
Delphi Product Manager
Embarcadero</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/236809#2368091Answer by berocoder for Any active Bold for Delphi users ?berocoder2008-10-25T18:28:11Z2008-10-25T18:28:11Z<p>Yes, It was also from Nick's blog I found this site. And it is great news that work is done to move Bold forward. It has some disadvantages but in overall it is an fantastic framework. To good to be forgotten.</p>
<p>I really hope something happen to spread Bold to more users!</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/299567#2995671Answer by Cesar Romero for Any active Bold for Delphi users ?Cesar Romero2008-11-18T17:55:05Z2008-11-18T17:55:05Z<p>Hi d98rolb,</p>
<p>Im inheriting a big bold project, I hope Nick can get CO people to update Bold to 2009.</p>
<p>Regards,</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/365097#3650971Answer by unknown (google) for Any active Bold for Delphi users ?unknown (google)2008-12-13T10:53:15Z2008-12-13T10:53:15Z<p>Cesar,</p>
<p>It's not a matter of "nick getting the CO people to update Bold". The code base is owned and controlled by Borland/Embarcadero. There is simply no way CapableObjects can make a move without getting a go-ahead from Embarcadero.</p>
<p>--Jesper</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/365785#3657850Answer by Jamo for Any active Bold for Delphi users ?Jamo2008-12-13T21:40:53Z2008-12-13T21:40:53Z<p>re: "What are you using as a persistance framework when programming in Delphi?" - what else is out there, and what do folks think if it? (Thinking in particular of InstantObjects and tiOPF, but are there others?)</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/392863#3928631Answer by Cesar Romero for Any active Bold for Delphi users ?Cesar Romero2008-12-25T15:06:05Z2008-12-25T15:06:05Z<p>CM,</p>
<p>Im using my own frameowrk Jazz sdk <a href="http://jazz-sdk.googlecode.com" rel="nofollow">http://jazz-sdk.googlecode.com</a></p>
<p>With:
- Value Type Framework
- OPF
- MVP Framework</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/457174#4571741Answer by Golay for Any active Bold for Delphi users ?Golay2009-01-19T10:33:45Z2009-01-19T10:33:45Z<p>As Borland / Embarcadero seems incapable to develop BOLD on Delphi 2009 why they have no wisdom to give back the BOLD source code to CapableObjects.
Is Nick still blind or he is finally going to begin to make good decisions... </p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/490613#4906133Answer by Jon Samson for Any active Bold for Delphi users ?Jon Samson2009-01-29T05:55:34Z2009-01-29T05:55:34Z<p>I have used Bold for Delphi for four projects, starting in D7. Two of them large projects (one > 400K LOC, one > 800K LOC [that we wrote]).</p>
<p>I can tell you: Bold is amazing. I have never had such a productive team... ever. Two of these projects continue to be in active use by users and very active development. </p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/967310#9673102Answer by Moritz Beutel for Any active Bold for Delphi users ?Moritz Beutel2009-06-08T22:20:19Z2009-06-08T22:20:19Z<p>A few uncoordinated thoughts:</p>
<ul>
<li>The source code of ECO could be migrated to Delphi Prism using <a href="http://www.delphifeeds.com/go/s/56977" rel="nofollow">cs2pas</a>.</li>
<li>With the <a href="http://robstechcorner.blogspot.com/2009/05/delphilive-where-is-delphi-going.html" rel="nofollow">enhanced RTTI in Delphi "Weaver"</a>, ECO can then be adapted to support Delphi for Win32 as well.</li>
<li>Extended RTTI support in BCC finally brings ECO to C++Builder.</li>
</ul>
<p>Just dreaming :)</p>
http://stackoverflow.com/questions/236656/any-active-bold-for-delphi-users/1569749#15697491Answer by unknown (google) for Any active Bold for Delphi users ?unknown (google)2009-10-15T00:47:19Z2009-10-15T00:47:19Z<p>Any news on this?</p>