Subversion Repository Public Repository

litesoft

Diff Revisions 582 vs 583 for /trunk/Documents/SplitDirs.txt

Diff revisions: vs.
  @@ -1,29 +1,58 @@
1 - * infrastructure (!SEDI)
2 - las (pam + …)
3 - support
4 - widget
5 -
6 - * common
7 - legacy
8 - style
9 - images
10 - places
11 - rpc
12 - support
13 - widget
14 -
15 - mod (sub-dirs for each view with short names as token tail, 'mod' sub-dirs are token front)
16 - * acct (account)
17 - * biz (business)
18 - * ep (endpoint)
19 - * dash (main)
20 - * mt (messagetype)
21 - * ma (metricsalarms)
22 - * rel (relationship)
23 - * tx (transaction)
24 1
25 - * main
26 - start
2 + Limits imposed by GWT:
27 3
4 + 1) The path in the following (from a .gwt.xml) appears (from testing) to be limited to a direct sub-dir!
28 5
29 - * - gwt.xml module files
6 + in: <source path="home"/>
7 +
8 + 2) The "source paths" of one .gwt.xml file can NOT be within another .gwt.xml file's "source paths".
9 +
10 + Choices:
11 +
12 + 1) General Tree Structure. A Proposal (the following 'under' the 'client' directory):
13 +
14 +
15 +
16 + * common (!SEDI)
17 + las (pam + …)
18 + support
19 + widget
20 +
21 + * foundation
22 + legacy
23 + style
24 + images
25 + places
26 + rpc
27 + support
28 + widget
29 +
30 + mod (sub-dirs for each view with short names as token tail, 'mod' sub-dirs are token front)
31 + * acct (account)
32 + * biz (business)
33 + * ep (endpoint)
34 + * dash (main)
35 + * mt (messagetype)
36 + * ma (metricsalarms)
37 + * rel (relationship)
38 + * tx (transaction)
39 +
40 + * main
41 + start
42 +
43 +
44 + * - gwt.xml module files attached to these
45 +
46 + 2) .gwt.xml files 'in' the '*' directories w/ multiple "source paths"?
47 +
48 + OR
49 +
50 + .gwt.xml files 'in' the parent of the '*' directories w/ single "source path"?
51 +
52 + 3) "widget" directories per "mod" module, or everything moved to "foundation/widget"?
53 +
54 + 4) "setup" delete?
55 +
56 + 5) 6 other questions re current code?
57 +
58 +