Jump to content

DDObjects: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
FlyHigh (talk | contribs)
m Disambiguation, link to generator
No edit summary
Line 1: Line 1:
'''DDObjects''' is a [[distributed object system]] for [[Borland Delphi]]. A main goal while developing DDObjects has not been only to keep the [[code]] one has to implement in order to utilize DDObjects as simple as possible but also very close to Delphi's usual style of [[event-driven]] [[programming]].
'''DDObjects''' is a [[remoting framework]] for [[Borland Delphi]] and [[C++ Builder]]. A main goal while developing DDObjects has not been only to keep the [[code]] one has to implement in order to utilize DDObjects as simple as possible but also very close to Delphi's usual style of [[event-driven]] [[programming]].


DDObjects supports [[remote method calls]], [[server callbacks]], [[asynchronous calls]], [[asynchronous callbacks]], stateful and -less objects, [[object parameters]], and other features.
DDObjects supports [[remote method calls]], [[server callbacks]], [[asynchronous calls]], [[asynchronous callbacks]], stateful and -less objects and other features. DDObjects doesn't mimic other implementations as [[DCOM]] or [[Corba]], which are generalized to a least common denominator, but makes use of Delphi's rich type system including Objects, Exceptions, Records, Sets and Enumerations.


DDObjects uses plain [[XML]] as [[protocol]], contains a [[broker component]], a [[sourcecode]] [[Code generation|generator]] as well as two new [[visual]] controls. DDObjects is [[shareware]], supports Delphi 5 to 7 as well as Delphi 2005 and comes with full sourcecode.
DDObjects uses plain [[XML]] as [[protocol]], contains a [[broker component]], a [[sourcecode]] [[Code generation|generator]] as well as two new [[visual]] controls. DDObjects is [[shareware]], supports Delphi 5 to 7, 2005 and 2006 as well as C++ Builder 6 and 2006.


== External links ==
== External links ==
*[http://delphi-online.no-ip.org DDObjects Distributed Objects for Borland Delphi]
*[http://delphi-online.no-ip.org DDObjects - Remoting for Borland Delphi]


[[Category:Computer systems]]
[[Category:Computer systems]]

Revision as of 16:52, 18 January 2007

DDObjects is a remoting framework for Borland Delphi and C++ Builder. A main goal while developing DDObjects has not been only to keep the code one has to implement in order to utilize DDObjects as simple as possible but also very close to Delphi's usual style of event-driven programming.

DDObjects supports remote method calls, server callbacks, asynchronous calls, asynchronous callbacks, stateful and -less objects and other features. DDObjects doesn't mimic other implementations as DCOM or Corba, which are generalized to a least common denominator, but makes use of Delphi's rich type system including Objects, Exceptions, Records, Sets and Enumerations.

DDObjects uses plain XML as protocol, contains a broker component, a sourcecode generator as well as two new visual controls. DDObjects is shareware, supports Delphi 5 to 7, 2005 and 2006 as well as C++ Builder 6 and 2006.