-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathGDL2.gsdoc
52 lines (52 loc) · 2.34 KB
/
GDL2.gsdoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0"?>
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.1//EN" "http://www.gnustep.org/gsdoc-1_0_1.dtd">
<gsdoc base="index">
<head>
<title>GDL2</title>
<author name="Mirko Viviani">
<email address="[email protected]"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
<author name="Manuel Guesdon">
<email address="[email protected]"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
<author name="David Ayers">
<email address="[email protected]"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
<author name="Matt Rice">
<email address="[email protected]"/>
<url url="http://www.gnustep.org/developers/whoiswho.html"/></author>
</head>
<body>
<chapter>
<heading>GDL2 - GNUstep Database Library 2</heading>
<p>The GNUstep Database Library 2 (GDL2) is a set of libraries to map
Objective-C objects to rows of relational database management systems
(RDBMS). It aims to be compatible with Enterprise Objects Framework
(EOF) as released with WebObjects 4.5 from Apple Inc.</p>
<p>GDL2 consists of the following components:</p>
<section>
<heading>- <uref url="../EOControl/EOControl.html">EOControl</uref></heading>
<p>The fundamental abstraction library which includes many non RDBMS
related extensions such as KeyValueCoding extensions and other
categories. Most importantly it contains the classes which handle the
coordination of object graphs namely EOEditingContext.</p>
</section>
<section>
<heading>- <uref url="../EOAccess/EOAccess.html">EOAccess</uref></heading>
<p>This library implements the underlying mechanism to
retrieve and store data in RDBMS. It defines the abstract
classes like EOAdaptor which are subclassed to interface with
concrete RDBMS implementations.</p>
</section>
<section>
<heading>- <uref url="../EOInterface/EOInterface.html">EOInterface</uref></heading>
<p>This library implements classes used to synchronize UI
components such as NSTextFields, NSButtons and NSTableViews
with the state of objects which an EOEditingContext contains.</p>
</section>
</chapter>
<back>
<index scope="project" type="title" />
</back>
</body>
</gsdoc>