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
59
60
61
62
63
64
65
66
67
68
69
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):



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

		* common
			legacy
				style
				images
			places
			rpc
			support
			widget

		module
			* acct	(account)  ***** Full Name *****
			* biz	(business)
			* ep	(endpoint)
			* dash	(main)
			* mt	(messagetype)
			* ma	(metricsalarms)
			* rel	(relationship)
			* tx	(transaction)

				widget
				viewname...


		* main
			


		* - gwt.xml module files attached to these

	2) .gwt.xml files 'in' the parent of the '*' directories w/ single "source path"?
  
	3) "widget" directories per "mod" module - 

	4) "setup" delete? Yes!

main -> dashboard

support - Kill / check history

view/widget/protocol -> common/widget






	5) 6 other questions re current code?

 

Commits for litesoft/trunk/Documents/SplitDirs.txt

Diff revisions: vs.
Revision Author Commited Message
585 Diff Diff GeorgeS picture GeorgeS Fri 18 Nov, 2011 17:55:26 +0000
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