]> err.no Git - sope/blob - sope-appserver/NGObjWeb/README
Improved WORepetition's implementation to be more convenient in regards to the 'list...
[sope] / sope-appserver / NGObjWeb / README
1 NGObjWeb Library
2   Part of the SKYRiX Object Publishing Environment
3   Copyright (C) 2000-2005 SKYRIX Software AG - http://www.skyrix.com/
4
5 Subprojects
6 ===========
7
8 - DynamicElements
9 - Associations
10 - Templates
11 - NGHttp
12 - WOHttpAdaptor
13 - NGXmlRpc
14 - SoObjects
15 - WebDAV
16 - SoOFS
17
18 UserDefaults
19 ============
20
21     Default                 | Type   | Example Value
22     =============================================================
23     WOAdaptor               | String | WOHttpAdaptor
24     WOCachingEnabled        | bool   | NO
25     WODebuggingEnabled      | bool   | YES
26     WODefaultSessionTimeOut | int    | 3600
27     WOIsRedirectionEnabled  | bool   | NO
28     WOPort                  | String | "*:20000"
29     WOResourcePrefix        | String | "http://localhost:9000"
30     WORunMultithreaded      | bool   | NO
31     WOSendMail              | String | /usr/lib/sendmail
32     WOSMTPHost              | String | mail
33     SNSPort                 | String | "/tmp/.snsd"
34     SNSPingInterval         | int    | 10
35     SNSLogActivity          | bool   | NO
36     WORequestValueSessionID | string | wosid
37     WORequestValueInstance  | string | woinst
38     WOProxyServer           | string | 
39     WONoProxySuffixes       | array  |
40     WODebugHttpTransaction  | bool   |
41     WOHttpAdaptor_LogStream | bool   |
42     WOProjectDirectory      | String | /Users/znek/Projects/Foo
43
44 Class-Hierachy
45 ==============
46
47     NSObject
48       WOApplication
49       WOContext
50       WOElement                 < OWResponder >
51         WOComponent             < WOActionResults >
52         WODynamicElement
53       WOAssociation
54         WOKeyPathAssociation
55         WOValueAssociation
56       WORequest
57       WOResponse                < WOActionResults >
58       WOResourceManager
59       WOSession
60       WOSessionStore
61         WOServerSessionStore
62
63   Categories
64
65   Protocols
66
67     OWResponder
68     WOActionResults
69
70   Log Topics
71
72
73 Localization
74 ============
75
76 From WO 3.5 to WO 4.0 the localization mechanism was changed. Prior 4.0 the
77 language.lproj was stored inside the .wo wrapper. Afterwards its the other way
78 around.
79   http://developer.apple.com/documentation/LegacyTechnologies/WebObjects/
80     WebObjects_4.0/System/Documentation/Developer/WebObjects/DeltaDoc/
81     NewInWO4.051.html#28715
82
83 --
84 Helge Hess (helge.hess@skyrix.com)
85 SKYRIX Software AG, 2003-01-06