/hazelcast-documentation/src/main/docbook/manual/content/misc/Todo.xml

https://bitbucket.org/gabral6_gmailcom/hazelcast · XML · 64 lines · 48 code · 1 blank · 15 comment · 0 complexity · e1b14c7ce811f16187eb9e0828a93621 MD5 · raw file

  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <!--
  3. ~ Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <sect1 xml:id="Todo" version='5.0' xmlns='http://docbook.org/ns/docbook'
  18. xmlns:xi="http://www.w3.org/2001/XInclude"
  19. xmlns:xlink="http://www.w3.org/1999/xlink"
  20. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  21. xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd
  22. http://www.w3.org/1999/xlink http://www.w3.org/1999/xlink.xsd">
  23. <title>Planned Features</title>
  24. <para>Random order of planned features.
  25. <itemizedlist>
  26. <listitem>
  27. <para>Native C++ Client</para>
  28. </listitem>
  29. <listitem>
  30. <para>Ready-to-go Hazelcast Cache Server Image for Amazon EC2</para>
  31. </listitem>
  32. <listitem>
  33. <para>Symmetric Encryption and SSL support for Java Client</para>
  34. </listitem>
  35. <listitem>
  36. <para>Continuous query (events based on given criteria)</para>
  37. </listitem>
  38. <listitem>
  39. <para>Distributed
  40. <literal>java.util.concurrent.DelayQueue</literal>
  41. implementation.
  42. </para>
  43. </listitem>
  44. <listitem>
  45. <para>Cluster-wide receive ordering for topics.</para>
  46. </listitem>
  47. <listitem>
  48. <para>Distributed Tree implementation.</para>
  49. </listitem>
  50. <listitem>
  51. <para>Distributed Tuple implementation.</para>
  52. </listitem>
  53. <listitem>
  54. <para>Call interceptors for modifying the request or the response.</para>
  55. </listitem>
  56. <listitem>
  57. <para>Built-in file based storage.</para>
  58. </listitem>
  59. </itemizedlist>
  60. History of existing features is available at<link xlink:href="#ReleaseNotes"
  61. >Release Notes</link>.
  62. </para>
  63. </sect1>