comparison index.html @ 14:872076165de4

More excludes and add missing documentation.
author Dan Creswell <dan.creswell@gmail.com>
date Sun, 05 Jul 2009 16:20:46 +0100
parents
children
comparison
equal deleted inserted replaced
13:3d83b0e0b75a 14:872076165de4
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>Blitz JavaSpaces (Pure Java Edition) Documentation</title>
5
6
7 </head>
8
9
10 <body>
11
12 <h1>Blitz Documentation</h1>
13
14 <p><a href="docs/blitz.html">Overview</a> -
15 About Blitz </p>
16
17 <p><a href="docs/install_guide.html">Install Guide</a>
18 - To run Blitz.</p>
19
20 <p><a href="http://www.dancres.org/blitz/blitz_js_faq.html">FAQ</a>
21 - Online.</p>
22
23 <p><a href="docs/tools.html">Tools Guide</a> -
24 Standard utilities including dashboard.</p>
25
26 <p><a href="docs/serviceui.html">ServiceUI Support</a>
27 - For ServiceUI related options.</p>
28
29 <p><a href="docs/dev_guide.html">Developers Guide</a>
30 - For Blitz system developers and those wishing to build from source.</p>
31
32 <p><a href="docs/hello_example.html">Simple Example</a>
33 - Provides a simple helloworld-style example of a JavaSpaces
34 application.</p>
35
36 <p><a href="docs/javadocs/index.html">API
37 Documentation</a> - For Javadocs.</p>
38
39 <p><a href="docs/extensions.html">Blitz Extensions</a>
40 - Blitz-specific features.</p>
41
42 <p><a href="docs/tuning.html">Blitz Tuning</a>
43 - How to get the best out of Blitz.</p>
44
45 <p><a href="docs/future_limits.html">Future Work and
46 Limitations</a> - What's next for Blitz.</p>
47
48 <p><a href="docs/LICENSE.TXT">License</a> -
49 and how it <a href="docs/licensing.html">affects you</a>.</p>
50
51 <p><a href="docs/required_packages.html">Required
52 Packages</a> - What you need to run or compile blitz</p>
53
54 <p><a href="docs/contrib.html">Contrib</a> -
55 Useful bits and pieces submitted by Blitz users</p>
56
57 <p><a href="docs/feedback.html">Reporting Bugs,
58 Providing Feedback or Asking Questions</a> - Checklists and email
59 addresses</p>
60
61 <p><a href="http://www.dancres.org/blitz/">Blitz
62 Project Website</a> - For news, updates and new releases.</p>
63
64 <h2>Platform Specific Notes</h2>
65
66 <p><a href="docs/mac_osx.html">Mac OS X</a> -
67 Important notes for running Blitz (compulsory reading).</p>
68
69 <p><a href="docs/linux.html">Linux</a> - Notes
70 on tuning (optional reading).</p>
71
72 <h2>Credits</h2>
73
74 <p>Blitz contains source code from <a href="http://www.prevayler.org">Prevayler 1.02</a> and
75 <a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">Doug
76 Lea's concurrency package</a>.
77 </p>
78
79 <p>The Prevayler source code is not quite original as it has been
80 modified to support several different Prevayler types, optional
81 FD.sync() calls, asynchronous checkpointing, buffering and
82 programmatical control of objectoutputstream::reset. With kind
83 permission from Klaus Wuestefeld this code is licensed under the
84 revised BSD license.
85 </p>
86
87 <p>Blitz also makes use of <a href="http://sourceforge.net/projects/teatrove/">Disney's
88 Trove 1.3.0</a> (note that the distribution in the source tree is
89 not the most up to date and was modified to compile correctly under JDK
90 1.4.x. Trove is licensed <a href="docs/disney_lic.txt">under
91 the following terms</a>
92 </p>
93
94 <p>Thanks to all these projects for making my life easier!</p>
95
96 <p>Blitz uses Berkeley DB Java Edition for persistence (<a href="docs/db_license.html">License</a>). Thanks to
97 everyone at <a href="http://www.sleepycat.com/">Sleepycat</a>.
98 The source code for Db Java Edition is available from <a href="http://www.sleepycat.com">SleepyCat.</a>
99 </p>
100
101 <p>Thanks to Nigel Warren and Phil Bishop for contributing a
102 great test suite in the form of the source code for all the examples in
103 their book, "<a href="http://www.djip.co.uk/jsipinfo/">JavaSpaces
104 in Practice</a>". Special thanks to Phil for doing the initial
105 testing with the examples which allowed me to concentrate on fixing the
106 bugs.</p>
107
108 <p>Integration with Inca X, the associated installer and the
109 ServiceUI support in Dashboard was almost entirely the work of the <a href="http://www.incax.com">Inca X team</a> - a big
110 thank you to them.</p>
111
112 <p>Lastly, thanks to Nimrod Megiddo and Dharmendra S. Modha at
113 IBM Almaden for designing <a href="http://citeseer.nj.nec.com/megiddo03arc.html">ARC</a>
114 and publishing an article in <a href="http://www.usenix.org/publications/login/">;Login:
115 magazine</a> which set me thinking.....</p>
116
117 </body>
118 </html>