vote up 6 vote down star
4

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.

flag

71% accept rate

10 Answers

vote up 6 vote down check

I can't make any promises, but we are working with the CapableObjects guys to move Bold forward to Delphi 2009.

Nick Hodges Delphi Product Manager Embarcadero

link|flag
That's great - D2009 is a huge step forward. BTW, it was one of your blog posts that introduced me to StackOverflow - it would be great if more Delphi developers came and established a presence. Thanks. – Argalatyr Oct 25 '08 at 18:04
Nick, any news about BOLD now that Prism is released? – Cesar Romero Dec 10 '08 at 17:57
Came here because of Nick's blog too. It's quite addicting.. – Wouter van Nifterick Dec 26 '08 at 1:19
Any news about moving forward with Bold for Delphi ? – berocoder Sep 1 at 20:03
Maybe for Delphi 2010? – mjustin Nov 26 at 17:48
vote up 1 vote down

Any news on this?

link|flag
vote up 2 vote down

A few uncoordinated thoughts:

  • The source code of ECO could be migrated to Delphi Prism using cs2pas.
  • With the enhanced RTTI in Delphi "Weaver", ECO can then be adapted to support Delphi for Win32 as well.
  • Extended RTTI support in BCC finally brings ECO to C++Builder.

Just dreaming :)

link|flag
vote up 3 vote down

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]).

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.

link|flag
vote up 1 vote down

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...

link|flag
Yes agree. It is impossible to sell Bold as a commercial product now so it would be wise to release the source. Our company has actually the source of Bold since years ago but we cannot of course release it. That must be done by Codegear. – berocoder Feb 14 at 17:22
vote up 1 vote down

CM,

Im using my own frameowrk Jazz sdk http://jazz-sdk.googlecode.com

With: - Value Type Framework - OPF - MVP Framework

link|flag
vote up 0 vote down

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?)

link|flag
vote up 1 vote down

Cesar,

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.

--Jesper

link|flag
Nick represents CodeGear/Embarcadeiro interests, as well, Delphi communit, hope he can make the go-ahead happen. – Cesar Romero Dec 25 '08 at 15:08
vote up 1 vote down

Hi d98rolb,

Im inheriting a big bold project, I hope Nick can get CO people to update Bold to 2009.

Regards,

link|flag
vote up 1 vote down

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.

I really hope something happen to spread Bold to more users!

link|flag
1  
This looks like a comment, not an answer to your original question. – Argalatyr Oct 25 '08 at 19:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.