|
Size: 825
Comment:
|
← Revision 7 as of 2009-09-20 22:02:36 ⇥
Size: 835
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Random tasks not yet assigned or not yet part of the official [http://jakarta.apache.org/slide/roadmap.html Roadmap]: * (?) [http://www.mail-archive.com/slide-dev%40jakarta.apache.org/msg10610.html Clustering support improvements]: global cache sync. support... ''This is (somewhat) done. Needs testing. There have also been requests for data replication, but this is beyond what I feel like tackling -JamesMason'' * (?) A [http://www.sleepycat.com/products/je.shtml BDB] Store * ... [http://www.mail-archive.com/slide-dev%40jakarta.apache.org/msg10230.html Slide3]! :) |
Random tasks not yet assigned or not yet part of the official [[http://jakarta.apache.org/slide/roadmap.html|Roadmap]]: * (?) [[http://www.mail-archive.com/slide-dev%40jakarta.apache.org/msg10610.html|Clustering support improvements]]: global cache sync. support... ''This is (somewhat) done. Needs testing. There have also been requests for data replication, but this is beyond what I feel like tackling -JamesMason'' * (?) A [[http://www.sleepycat.com/products/je.shtml|BDB]] Store * ... [[http://www.mail-archive.com/slide-dev%40jakarta.apache.org/msg10230.html|Slide3]]! :) |
| Line 6: | Line 6: |
| * Allow to compile Slide with JDK5. The problem is the use of the identifier enum in the current version of slide. You can find a pacth [http://www.ambre.net/misc/patch_slide_enum here] that change all enum to _enum. | * Allow to compile Slide with JDK5. The problem is the use of the identifier enum in the current version of slide. You can find a pacth [[http://www.ambre.net/misc/patch_slide_enum|here]] that change all enum to _enum. |
Random tasks not yet assigned or not yet part of the official Roadmap:
(?) Clustering support improvements: global cache sync. support... This is (somewhat) done. Needs testing. There have also been requests for data replication, but this is beyond what I feel like tackling -JamesMason
(?) A BDB Store
... Slide3!
Slide3.0 DesignApproach
Allow to compile Slide with JDK5. The problem is the use of the identifier enum in the current version of slide. You can find a pacth here that change all enum to _enum.