1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 |
<html> |
3 |
<head> |
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
<meta content="text/html; charset=ISO-8859-1" |
25 |
http-equiv="content-type"> |
26 |
<title>ICEfaces 2.1 ReadMe.html</title> |
27 |
<style> |
28 |
body, td, th, input { |
29 |
font-family:verdana,sans-serif; |
30 |
font-size:80%; |
31 |
} |
32 |
code, pre { |
33 |
font-size:110% } |
34 |
body { |
35 |
color:#333333; |
36 |
margin-right:40px; |
37 |
margin-bottom:3em; |
38 |
margin-left:40px; |
39 |
} |
40 |
h2{ |
41 |
font-size:150%; |
42 |
font-weight:normal; |
43 |
} |
44 |
h3 { |
45 |
font-size:125%; |
46 |
} |
47 |
h1, h2, h3, h4, h5, h6 { |
48 |
font-family:arial,verdana,sans-serif; |
49 |
margin:1em 0pt 0.2em; |
50 |
} |
51 |
h1, h2 { |
52 |
border-bottom:1px solid #AAAAAA; |
53 |
font-weight: bold; |
54 |
} |
55 |
h4 { |
56 |
font-size: 110% |
57 |
} |
58 |
</style> |
59 |
</head> |
60 |
<body> |
61 |
<h2>Welcome to ICEfaces 2.1 ! <br> |
62 |
</h2> |
63 |
<br> |
64 |
This bundle contains software source-code and executables |
65 |
for ICEfaces 2<span style="text-decoration: underline;"></span>.1.<br> |
66 |
<br> |
67 |
All documentation related to ICEfaces 2.1 and the use of this bundle |
68 |
can be found in the <a target="_blank" |
69 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+2+Overview">ICEfaces |
70 |
Wiki</a>.<br> |
71 |
<br> |
72 |
<h3>Documentation Quick-links</h3> |
73 |
<ul> |
74 |
<li><a target="_blank" |
75 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+2.1.0+Beta+Release+Notes">Release |
76 |
Notes</a></li> |
77 |
<li><a target="_blank" |
78 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+2+Documentation">ICEfaces |
79 |
2.0 |
80 |
Documentation</a></li> |
81 |
<ul> |
82 |
<li><a target="_blank" |
83 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+2+Overview">Overview</a></li> |
84 |
<li><a target="_blank" |
85 |
href="http://wiki.icefaces.org/display/ICE/Getting+Started">Getting |
86 |
Started</a></li> |
87 |
</ul> |
88 |
</ul> |
89 |
<br> |
90 |
<h3>Contents</h3> |
91 |
<h4 style="font-weight: normal;">Both Binary and Source Bundles are |
92 |
available for download. The contents of each bundle type vary, as |
93 |
described below.<br> |
94 |
</h4> |
95 |
<h4><br> |
96 |
</h4> |
97 |
<h4>Binary Bundle</h4> |
98 |
<br> |
99 |
The binary bundle comes with the ICEfaces |
100 |
libraries pre-compiled and the sample applications pre-built to run on |
101 |
"Servlet-profile" platforms, such as Tomcat. |
102 |
The binary bundle also includes all the |
103 |
source files for the sample applications, but not the ICEfaces |
104 |
libraries themselves. <br> |
105 |
<br> |
106 |
The icefaces |
107 |
directory of the binary bundle contains: |
108 |
<br> |
109 |
<ul> |
110 |
<li><span style="font-weight: bold;">docs</span></li> |
111 |
<ul> |
112 |
<li>The ICEfaces API and TLD documentation.</li> |
113 |
<ul> |
114 |
<li>ace - JavaDocs and TLD docs for the ICEfaces Advanced |
115 |
Components (api and tld).</li> |
116 |
<li>compat - JavaDocs and TLD docs for the ICEfaces 1.x |
117 |
compatibility APIs (compat/api), and the ICEfaces Components |
118 |
(compat/comps/api, compat/comps/tld).</li> |
119 |
<li>core - JavaDocs for the core framework APIs.</li> |
120 |
</ul> |
121 |
</ul> |
122 |
<li><span style="font-weight: bold;">lib</span></li> |
123 |
<ul> |
124 |
<li>The ICEfaces libraries along with any possibly required |
125 |
3rd-party |
126 |
run-time |
127 |
libraries. </li> |
128 |
<ul> |
129 |
<li>icefaces.jar - The core ICEfaces framework.</li> |
130 |
<li>icepush.jar - The ICEpush library, provides push |
131 |
functionality to the ICEfaces framework (optional).</li> |
132 |
<li>icefaces-compat.jar - ICEfaces compatibility library that |
133 |
includes the original suite of ICEfaces components and a set of |
134 |
ICEfaces 1.x core APIs to ease migration of existing ICEfaces 1.x |
135 |
applications to ICEfaces 2.0. (optional).</li> |
136 |
<li>icefaces-ace.jar - The ICEfaces Advanced Components |
137 |
library (optional).</li> |
138 |
</ul> |
139 |
</ul> |
140 |
<li><span style="font-weight: bold;">licenses</span></li> |
141 |
<ul> |
142 |
<li>Summary of legal licenses used by ICEfaces and 3rd party |
143 |
libraries.</li> |
144 |
</ul> |
145 |
<li><span style="font-weight: bold;">maven2</span></li> |
146 |
<ul> |
147 |
<li>Project files to support using ICEfaces with Maven.</li> |
148 |
</ul> |
149 |
<li><span style="font-weight: bold;">samples</span></li> |
150 |
<ul> |
151 |
<li style="font-weight: bold;">ace<br> |
152 |
</li> |
153 |
<ul> |
154 |
<li>Examples related to the ICEfaces Advanced Component |
155 |
Environment (ACE). </li> |
156 |
<li>See the <a target="_blank" |
157 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+Advanced+Components">Advanced |
158 |
Components</a> topic of the ICEfaces Wiki for more information.</li> |
159 |
<ul> |
160 |
<li style="font-style: italic;">/comp-suite<br> |
161 |
</li> |
162 |
<ul> |
163 |
<li>ICEfaces Advanced Components library showcase sample |
164 |
application. </li> |
165 |
</ul> |
166 |
</ul> |
167 |
</ul> |
168 |
<li style="font-weight: bold;">compat</li> |
169 |
<ul> |
170 |
<li>ICEfaces 1.x sample applications that have been ported to |
171 |
ICEfaces 2 |
172 |
using the ICEfaces Components and the core compatibility APIs.</li> |
173 |
<li>See the <a target="_blank" |
174 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+1.x+Compatibility">Compatibility</a> |
175 |
and <a target="_blank" |
176 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+Components">ICEfaces |
177 |
Components</a> topics in the ICEfaces Wiki for more information. </li> |
178 |
<ul style="font-style: italic;"> |
179 |
<li>/auctionMonitor<br> |
180 |
</li> |
181 |
</ul> |
182 |
<ul> |
183 |
<li style="font-style: italic;">/component-showcase</li> |
184 |
<ul> |
185 |
</ul> |
186 |
</ul> |
187 |
</ul> |
188 |
<li><span style="font-weight: bold;">core</span><br> |
189 |
</li> |
190 |
<ul> |
191 |
<li>ICEfaces 2.0 core framework sample applications. Demonstrates |
192 |
using the ICEfaces framework without the ICEfaces Components or |
193 |
Advanced Components.<br> |
194 |
</li> |
195 |
<ul> |
196 |
<li style="font-style: italic;">/auction</li> |
197 |
<ul> |
198 |
<li>A simulated online auction application using only |
199 |
standard |
200 |
JSF components. Demonstrates core benefits of the ICEfaces framework, |
201 |
including the use of push to asynchronously update user's browsers when |
202 |
an auction bid occurs.</li> |
203 |
</ul> |
204 |
</ul> |
205 |
<ul> |
206 |
</ul> |
207 |
</ul> |
208 |
<ul> |
209 |
<ul> |
210 |
<li style="font-style: italic;">/portlets/chat</li> |
211 |
<ul> |
212 |
<li>A simple ICEfaces chat portlet that demonstrates using |
213 |
ICEfaces and ICEpush in a portal environment.</li> |
214 |
</ul> |
215 |
</ul> |
216 |
</ul> |
217 |
<li><span style="font-weight: bold;">dist</span></li> |
218 |
<ul> |
219 |
<li>Contains all the sample app .wars prebuilt for |
220 |
"Servlet-profile" platforms, such as Tomcat.</li> |
221 |
</ul> |
222 |
</ul> |
223 |
</ul> |
224 |
<br> |
225 |
<h4>Source Bundle</h4> |
226 |
<br> |
227 |
The source bundle contains all the same libraries and applications as |
228 |
the binary bundle but also includes the complete source code for the |
229 |
ICEfaces libraries themselves, and additional required ICEfaces |
230 |
build-time libraries. The source bundle does not |
231 |
contain any pre-built ICEfaces libraries or example .wars. <br> |
232 |
<br> |
233 |
Use the "ant -p" command in the "icefaces" directory to see the |
234 |
available ant build targets.<br> |
235 |
<br> |
236 |
The icefaces |
237 |
directory of the source bundle contains: |
238 |
<br> |
239 |
<ul> |
240 |
<li><span style="font-weight: bold;">ace</span></li> |
241 |
<ul> |
242 |
<li>Source files and resources for the ICEfaces Advanced Component |
243 |
Environment (ACE) and components</li> |
244 |
<li>See the <a target="_blank" |
245 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+Advanced+Components">Advanced |
246 |
Components</a> topic of the ICEfaces Wiki for more information.</li> |
247 |
</ul> |
248 |
<li><span style="font-weight: bold;">compat</span></li> |
249 |
<ul> |
250 |
<li>Source files and resources for the ICEfaces |
251 |
Components and the ICEfaces 1.x compatibility APIs. </li> |
252 |
<li>See the <a target="_blank" |
253 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+1.x+Compatibility">Compatibility</a> |
254 |
and <a target="_blank" |
255 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+Components">ICEfaces |
256 |
Components</a> topics in the ICEfaces Wiki for more information. </li> |
257 |
</ul> |
258 |
<li><span style="font-weight: bold;">core</span></li> |
259 |
<ul> |
260 |
<li>Source files and resources for the ICEfaces core framework.<br> |
261 |
</li> |
262 |
</ul> |
263 |
<li><span style="font-weight: bold;">lib</span></li> |
264 |
<ul> |
265 |
<li>The ICEfaces libraries are located here (after being built) |
266 |
along with any possibly required 3rd-party |
267 |
run-time |
268 |
and build-time libraries. </li> |
269 |
<ul> |
270 |
<li>icefaces.jar - The core ICEfaces framework.</li> |
271 |
<li>icepush.jar - The ICEpush library, provides push |
272 |
functionality to the ICEfaces framework (optional).</li> |
273 |
<li>icefaces-compat.jar - ICEfaces compatibility library that |
274 |
includes the original suite of ICEfaces components and a set of |
275 |
ICEfaces 1.x core APIs to ease migration of existing ICEfaces 1.x |
276 |
applications to ICEfaces 2.0. (optional).</li> |
277 |
<li>icefaces-ace.jar - The ICEfaces Advanced Components |
278 |
library (optional).</li> |
279 |
</ul> |
280 |
</ul> |
281 |
<li><span style="font-weight: bold;">licenses</span></li> |
282 |
<ul> |
283 |
<li>Summary of legal licenses used by ICEfaces and 3rd party |
284 |
libraries.</li> |
285 |
</ul> |
286 |
<li><span style="font-weight: bold;">maven2</span></li> |
287 |
<ul> |
288 |
<li>Project files to support using ICEfaces with Maven.</li> |
289 |
</ul> |
290 |
<li><span style="font-weight: bold;">samples</span></li> |
291 |
<ul> |
292 |
<li style="font-weight: bold;">ace<br> |
293 |
</li> |
294 |
<ul> |
295 |
<li>Examples related to the ICEfaces Advanced Component |
296 |
Environment (ACE). </li> |
297 |
<li>See the <a target="_blank" |
298 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+Advanced+Components">Advanced |
299 |
Components</a> topic of the ICEfaces Wiki for more information.</li> |
300 |
<ul> |
301 |
<li style="font-style: italic;">/comp-suite<br> |
302 |
</li> |
303 |
<ul> |
304 |
<li>ICEfaces Advanced Components library showcase sample |
305 |
application. </li> |
306 |
</ul> |
307 |
</ul> |
308 |
</ul> |
309 |
<li style="font-weight: bold;">compat</li> |
310 |
<ul> |
311 |
<li>ICEfaces 1.x sample applications that have been ported to |
312 |
ICEfaces 2 |
313 |
using the ICEfaces Components and the core compatibility APIs.</li> |
314 |
<li>See the <a target="_blank" |
315 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+1.x+Compatibility">Compatibility</a> |
316 |
and <a target="_blank" |
317 |
href="http://wiki.icefaces.org/display/ICE/ICEfaces+Components">ICEfaces |
318 |
Components</a> topics in the ICEfaces Wiki for more information. </li> |
319 |
<ul style="font-style: italic;"> |
320 |
<li>/auctionMonitor<br> |
321 |
</li> |
322 |
</ul> |
323 |
<ul> |
324 |
<li style="font-style: italic;">/component-showcase</li> |
325 |
</ul> |
326 |
</ul> |
327 |
<li><span style="font-weight: bold;">core</span><br> |
328 |
</li> |
329 |
<ul> |
330 |
<li>ICEfaces 2.0 core framework sample applications. Demonstrates |
331 |
using the ICEfaces framework without the ICEfaces Components or |
332 |
Advanced Components.<br> |
333 |
</li> |
334 |
<ul> |
335 |
<li style="font-style: italic;">/auction</li> |
336 |
<ul> |
337 |
<li>A simulated online auction application using only |
338 |
standard |
339 |
JSF components. Demonstrates core benefits of the ICEfaces framework, |
340 |
including the use of push to asynchronously update user's browsers when |
341 |
an auction bid occurs.</li> |
342 |
</ul> |
343 |
</ul> |
344 |
</ul> |
345 |
<ul> |
346 |
<ul> |
347 |
<li style="font-style: italic;">/portlets/chat</li> |
348 |
<ul> |
349 |
<li>A simple ICEfaces chat portlet that demonstrates using |
350 |
ICEfaces and ICEpush in a portal environment.</li> |
351 |
</ul> |
352 |
</ul> |
353 |
</ul> |
354 |
</ul> |
355 |
</ul> |
356 |
<br> |
357 |
<ul> |
358 |
<ul> |
359 |
</ul> |
360 |
</ul> |
361 |
<h3>Support</h3> |
362 |
Please direct all inquiries regarding ICEfaces 2 to the |
363 |
<a target="_blank" |
364 |
href="http://www.icefaces.org/JForum/forums/list.page">ICEfaces forums</a>.<br |
365 |
style="font-family: monospace;"> |
366 |
<br style="font-family: monospace;"> |
367 |
<span style="font-family: monospace;"></span><span |
368 |
style="font-family: monospace;"></span><br> |
369 |
<br> |
370 |
<br> |
371 |
<p class="Body"><small><br> |
372 |
© Copyright |
373 |
2011 ICEsoft Technologies, Inc.</small></p> |
374 |
</body> |
375 |
</html> |