summaryrefslogtreecommitdiff
path: root/cpp/install/common/components/icej.demo
blob: ad6e98aa40020a8aabd77156b30f48eff39da8ad (plain)
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# To create an explicit listing for the demos run the following command
# in the demo directory of the IceJ distribution.:
# find . -name "*" -type f | sed -e # '/\/generated\/\|\/classes\/\|\
#        .dummy/d' | sed -e 's/^\.\///' >> file
# find . -name "*" -type d | grep \/db |  sed -e 's/^\.\///' | sed -e '/^Freeze\/backup/d'  >> file
#
# If you want to use wild card searches instead of explicitly listing
# files, you can delete the filenames and uncomment the following lines:
#
# include=*.*
# exclude=**/.dummy
# exclude=**/classes/**
# exclude=**/generated/**
#
# Stop uncommenting here!
# Delete from here to EOF

book/build.xml
book/evictor/EvictorBase.java
book/evictor/LinkedList.java
book/evictor/README
book/printer/build.xml
book/printer/Client.java
book/printer/Printer.ice
book/printer/PrinterI.java
book/printer/README
book/printer/Server.java
book/README
book/simple_filesystem/build.xml
book/simple_filesystem/Client.java
book/simple_filesystem/Filesystem/DirectoryI.java
book/simple_filesystem/Filesystem/FileI.java
book/simple_filesystem/Filesystem.ice
book/simple_filesystem/README
book/simple_filesystem/Server.java
build.xml
Freeze/bench/build.xml
Freeze/bench/Client.java
Freeze/bench/config
Freeze/bench/README
Freeze/bench/StopWatch.java
Freeze/bench/Test.ice
Freeze/build.xml
Freeze/library/BookFactory.java
Freeze/library/BookI.java
Freeze/library/books
Freeze/library/build.xml
Freeze/library/Client.java
Freeze/library/Collocated.java
Freeze/library/config
Freeze/library/Grammar.java
Freeze/library/Library.ice
Freeze/library/LibraryI.java
Freeze/library/Parser.java
Freeze/library/README
Freeze/library/RunParser.java
Freeze/library/Scanner.java
Freeze/library/Server.java
Freeze/library/Token.java
Freeze/phonebook/build.xml
Freeze/phonebook/Client.java
Freeze/phonebook/Collocated.java
Freeze/phonebook/config
Freeze/phonebook/ContactFactory.java
Freeze/phonebook/ContactI.java
Freeze/phonebook/contacts
Freeze/phonebook/Grammar.java
Freeze/phonebook/Parser.java
Freeze/phonebook/PhoneBook.ice
Freeze/phonebook/PhoneBookI.java
Freeze/phonebook/README
Freeze/phonebook/RunParser.java
Freeze/phonebook/Scanner.java
Freeze/phonebook/Server.java
Freeze/phonebook/Token.java
Freeze/README
Glacier2/build.xml
Glacier2/callback/build.xml
Glacier2/callback/Callback.ice
Glacier2/callback/CallbackI.java
Glacier2/callback/CallbackReceiverI.java
Glacier2/callback/Client.java
Glacier2/callback/config
Glacier2/callback/config.glacier2
Glacier2/callback/config.server
Glacier2/callback/config.sessionserver
Glacier2/callback/README
Glacier2/callback/Server.java
Glacier2/callback/SessionI.java
Glacier2/callback/SessionManagerI.java
Glacier2/callback/SessionServer.java
Glacier2/README
Ice/bidir/build.xml
Ice/bidir/Callback.ice
Ice/bidir/CallbackReceiverI.java
Ice/bidir/CallbackSenderI.java
Ice/bidir/Client.java
Ice/bidir/config
Ice/bidir/README
Ice/bidir/Server.java
Ice/build.xml
Ice/callback/build.xml
Ice/callback/Callback.ice
Ice/callback/CallbackReceiverI.java
Ice/callback/CallbackSenderI.java
Ice/callback/Client.java
Ice/callback/config
Ice/callback/README
Ice/callback/Server.java
Ice/hello/build.xml
Ice/hello/Client.java
Ice/hello/config
Ice/hello/Hello.ice
Ice/hello/HelloI.java
Ice/hello/README
Ice/hello/Server.java
Ice/invoke/build.xml
Ice/invoke/Client.java
Ice/invoke/config
Ice/invoke/Printer.ice
Ice/invoke/PrinterI.java
Ice/invoke/README
Ice/invoke/Server.java
Ice/latency/build.xml
Ice/latency/Client.java
Ice/latency/config
Ice/latency/Latency.ice
Ice/latency/README
Ice/latency/Server.java
Ice/minimal/build.xml
Ice/minimal/Client.java
Ice/minimal/Hello.ice
Ice/minimal/HelloI.java
Ice/minimal/README
Ice/minimal/Server.java
Ice/nested/build.xml
Ice/nested/Client.java
Ice/nested/config
Ice/nested/Nested.ice
Ice/nested/NestedClient.java
Ice/nested/NestedI.java
Ice/nested/NestedServer.java
Ice/nested/README
Ice/nested/Server.java
Ice/README
Ice/session/build.xml
Ice/session/Client.java
Ice/session/config
Ice/session/HelloI.java
Ice/session/README
Ice/session/ReapThread.java
Ice/session/Server.java
Ice/session/Session.ice
Ice/session/SessionFactoryI.java
Ice/session/SessionI.java
Ice/throughput/build.xml
Ice/throughput/Client.java
Ice/throughput/config
Ice/throughput/README
Ice/throughput/Server.java
Ice/throughput/Throughput.ice
Ice/throughput/ThroughputI.java
Ice/value/build.xml
Ice/value/Client.java
Ice/value/config
Ice/value/DerivedPrinterI.java
Ice/value/InitialI.java
Ice/value/ObjectFactory.java
Ice/value/PrinterI.java
Ice/value/README
Ice/value/Server.java
Ice/value/Value.ice
IceBox/build.xml
IceBox/hello/build.xml
IceBox/hello/Client.java
IceBox/hello/config
IceBox/hello/Hello.ice
IceBox/hello/HelloI.java
IceBox/hello/HelloServiceI.java
IceBox/hello/README
IceBox/README
IceGrid/build.xml
IceGrid/simple/application.xml
IceGrid/simple/application_with_replication.xml
IceGrid/simple/application_with_template.xml
IceGrid/simple/build.xml
IceGrid/simple/Client.java
IceGrid/simple/config
IceGrid/simple/Hello.ice
IceGrid/simple/HelloI.java
IceGrid/simple/README
IceGrid/simple/Server.java
IceStorm/build.xml
IceStorm/clock/build.xml
IceStorm/clock/Clock.ice
IceStorm/clock/ClockI.java
IceStorm/clock/config
IceStorm/clock/config_service
IceStorm/clock/Publisher.java
IceStorm/clock/README
IceStorm/clock/Subscriber.java
IceStorm/README
README
Freeze/bench/db
Freeze/library/db
Freeze/phonebook/db
IceGrid/simple/db
IceGrid/simple/db/node
IceGrid/simple/db/registry
IceStorm/clock/db