]> err.no Git - sope/blob - sope-appserver/NGObjWeb/README
fixed umlaut issue on MacOSX
[sope] / sope-appserver / NGObjWeb / README
1 # $Id$
2
3 NGObjWeb Library
4   Part of the SKYRiX Object Publishing Environment
5   Copyright (C) 2000-2003 SKYRIX Software AG - http://www.skyrix.com/
6
7 Subprojects
8 ===========
9
10 - DynamicElements
11 - Associations
12 - Templates
13 - NGHttp
14 - WOHttpAdaptor
15 - NGXmlRpc
16 - SoObjects
17 - WebDAV
18 - SoOFS
19
20 UserDefaults
21 ============
22
23     Default                 | Type   | Example Value
24     =============================================================
25     WOAdaptor               | String | WOHttpAdaptor
26     WOCachingEnabled        | bool   | NO
27     WODebuggingEnabled      | bool   | YES
28     WODefaultSessionTimeOut | int    | 3600
29     WOIsRedirectionEnabled  | bool   | NO
30     WOPort                  | String | "*:20000"
31     WOResourcePrefix        | String | "http://localhost:9000"
32     WORunMultithreaded      | bool   | NO
33     WOSendMail              | String | /usr/lib/sendmail
34     WOSMTPHost              | String | mail
35     SNSPort                 | String | "/tmp/.snsd"
36     SNSPingInterval         | int    | 10
37     SNSLogActivity          | bool   | NO
38     WORequestValueSessionID | string | wosid
39     WORequestValueInstance  | string | woinst
40     WOProxyServer           | string | 
41     WONoProxySuffixes       | array  |
42     WODebugHttpTransaction  | bool   |
43     WOHttpAdaptor_LogStream | bool   |
44     WOProjectDirectory      | String | /Users/znek/Projects/Foo
45
46 Class-Hierachy
47 ==============
48
49     NSObject
50       WOApplication
51       WOContext
52       WOElement                 < OWResponder >
53         WOComponent             < WOActionResults >
54         WODynamicElement
55       WOAssociation
56         WOKeyPathAssociation
57         WOValueAssociation
58       WORequest
59       WOResponse                < WOActionResults >
60       WOResourceManager
61       WOSession
62       WOSessionStore
63         WOServerSessionStore
64
65   Categories
66
67   Protocols
68
69     OWResponder
70     WOActionResults
71
72   Log Topics
73
74 --
75 Helge Hess (helge.hess@skyrix.com)
76 SKYRIX Software AG, 2003-01-06