]> err.no Git - sope/blob - sope-appserver/README
updated framework version
[sope] / sope-appserver / README
1 $Id$
2
3 SKYRiX Object Publishing Environment Version 4.2
4 ================================================
5
6 This directory contains SOPE 4.2, formerly known
7 as the SKYRiX 4 application server.
8
9 Contained are these packages:
10 - NGScripting
11 - NGJavaScript
12 - NGObjWeb
13 - SxComponents
14 - WEExtensions
15 - WOExtensions
16 - NGObjDOM
17
18 NGScripting
19 ===========
20
21 Some small categories, protocols and baseclasses for building bridges between
22 Objective-C and a scripting language.
23
24 NGJavaScript
25 ============
26
27 Based on NGScripting, provides a JavaScript bridge based on the SpiderMonkey
28 engine provided by the Mozilla project.
29
30 NGObjWeb
31 ========
32
33 Large framework for building web applications.
34
35 SxComponents
36 ============
37
38 NGObjWeb subsystem for building XML-RPC/SandStorm based services.
39
40 WEExtensions
41 ============
42
43 Various dynamic elements for NGObjWeb.
44
45 WOExtensions
46 ============
47
48 More dynamic elements for NGObjWeb.
49
50 NGObjDOM
51 ========
52
53 Extension to NGObjWeb to process DOM trees using the NGObjWeb API. Currently
54 used by SKYRiX forms and SKYRiX publisher, which are going to be changed to
55 use the WOX mechanism contained in NGObjWeb.
56
57 In practice it's less useful for a "normal" templates, but might get 
58 interesting when processing arbitary XML documents which do not really map
59 1:1 to a dynamic NGObjWeb element.