Subversion Repository Public Repository

litesoft

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
53
54
55
56
57
58
Limits imposed by GWT:

	1) The path in the following (from a .gwt.xml) appears (from testing) to be limited to a direct sub-dir!

		in: <source path="home"/>

	2) The "source paths" of one .gwt.xml file can NOT be within another .gwt.xml file's "source paths".

Choices:

	1) General Tree Structure.  A Proposal (the following 'under' the 'client' directory):



		* common 	(!SEDI)
			las	(pam + …)
			support
			widget

		* foundation
			legacy
				style
				images
			places
			rpc
			support
			widget

		mod				(sub-dirs for each view with short names as token tail, 'mod' sub-dirs are token front)
			* acct	(account)
			* biz	(business)
			* ep	(endpoint)
			* dash	(main)
			* mt	(messagetype)
			* ma	(metricsalarms)
			* rel	(relationship)
			* tx	(transaction)

		* main
			start


		* - gwt.xml module files attached to these

	2) .gwt.xml files 'in' the '*' directories w/ multiple "source paths"?

		OR

	   .gwt.xml files 'in' the parent of the '*' directories w/ single "source path"?
  
	3) "widget" directories per "mod" module, or everything moved to "foundation/widget"?

	4) "setup" delete?

	5) 6 other questions re current code?

 

Commits for litesoft/trunk/Documents/SplitDirs.txt

Diff revisions: vs.
Revision Author Commited Message
583 Diff Diff GeorgeS picture GeorgeS Mon 14 Nov, 2011 20:26:43 +0000
564 GeorgeS picture GeorgeS Sun 13 Nov, 2011 21:33:33 +0000