-
rcktan committed patchset 18 of module xspace to the XSpace CVS repository, changing 11 files.
2007-03-05 23:42:14 UTC in XSpace
-
rcktan committed patchset 14 of module xspace to the XSpace CVS repository, changing 3 files.
2007-02-03 02:21:44 UTC in XSpace
-
rcktan committed patchset 13 of module xspace to the XSpace CVS repository, changing 10 files.
2007-02-02 22:18:50 UTC in XSpace
-
Add sort method() to XSpaceTree class.
This should recursively sort all nodes in the tree
alphabetically on node name.
2007-02-02 21:24:24 UTC in XSpace
-
Investigate ways to visualize a Java object in browser using pure reflection.
2007-01-31 22:49:52 UTC in XSpace
-
Need a class to validate XSpace Keys.
Spec as follows:
:= | *
:= /
:= /*
:= Any character except /. Must begin with space and must not be all spaces.
Examples of valid keys:
/
/aaa
/aaa/bbbb/cccc
/aaa aaa/bbbb/ccc ccc
/a10/bbbb/102c
/aa_100/bb-100/cc
/123/bbb/'ccc dddd
/"kkk'|kdk;, s.
2007-01-31 19:01:09 UTC in XSpace
-
Investigate ways to visualize a Java object in browser using pure reflection.
2007-01-30 20:24:38 UTC in XSpace
-
Add ability to search Java Objects with SQL-like query. (JoSQL)
2007-01-30 20:22:15 UTC in XSpace
-
Add a putObject method in XSpace API and a getObject() in XSpaceItem returned from a get.
2007-01-30 20:20:01 UTC in XSpace
-
Add a test called PerformanceTest to do the following:
1. Create an XSpace
2. Generate n random keys (initially set n to 1000)
3. Loop over each key and perform a put operation for that key in the XSpace you created.
4. Measure the time it took to do above.
Also need to measure the times to do n gets and n deletes.
2007-01-30 20:13:14 UTC in XSpace