Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Mohammed's response covers the n-Tier part of your question. The part about being similar to i.batis or hibernate pushes you towards object-oriented persistence frameworks like tiOPF which are a somewhat of a different beast.</p> <p>Here is the list of persistence frameworks for Delphi that I am aware of at this time. I believe CG also did some sort of persistence demo at Delphi Live so there might be something else on the horizon.</p> <ul> <li><a href="http://www.instantobjects.org" rel="nofollow noreferrer">InstantObjects</a> ** Delphi 2009/2010 support is now in SVN</li> <li><a href="http://www.pressobjects.org" rel="nofollow noreferrer">PressObjects SDK</a> </li> <li><a href="http://tiopf.sourceforge.net" rel="nofollow noreferrer">tiOPF</a></li> <li><a href="http://code.google.com/p/jazz-sdk" rel="nofollow noreferrer">Jazz-SDK</a></li> <li><a href="http://www.macrobject.com/en/dobject/index.htm" rel="nofollow noreferrer">DObject</a></li> <li><a href="http://code.google.com/p/infra" rel="nofollow noreferrer">Infra</a></li> <li><a href="http://sourceforge.net/projects/camelos" rel="nofollow noreferrer">EOS</a></li> <li><a href="http://code.google.com/p/g-framework" rel="nofollow noreferrer">g-framework</a></li> <li><a href="http://sourceforge.net/projects/emvc" rel="nofollow noreferrer">Easy MVC</a></li> <li><a href="http://sourceforge.net/projects/depo" rel="nofollow noreferrer">Delphi Persistent Object</a></li> <li><a href="http://sourceforge.net/projects/larryhengensopf/" rel="nofollow noreferrer">hcOPF</a> -- Just spotted this one 9/2009</li> <li>Bold for Delphi - Last sighted somewhere near ECO ;)</li> </ul> <p>FWIW - I have used InstantObjects (IO) in several commercial products (albeit in a non-standard way) and am working on a port to Delphi 2009. PressObjects is by one of the IO developers and I recently joined that project since it looks interesting. I would not discount frameworks like tiOPF, Jazz etc since YMMV. I would be doing these frameworks a disservice by commenting since I have not used them beyond simple test cases.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload