You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/07/01 08:17:51 UTC

[Cassandra Wiki] Update of "ClientOptions" by zznate

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "ClientOptions" page has been changed by zznate.
http://wiki.apache.org/cassandra/ClientOptions?action=diff&rev1=95&rev2=96

--------------------------------------------------

    * Cassandra4o: http://code.google.com/p/cassandra4o/ (works with Java, includes hooks for Hibernate-like Object-mapping)
    * Akka: http://akkasource.org/ (Akka includes a Cassandra client but is more than that)
   * Java :
+   * Hector: http://github.com/rantav/hector
    * Pelops: http://code.google.com/p/pelops/
-   * Hector: http://github.com/rantav/hector
+   * HelenaORM: http://github.com/marcust/HelenaORM (ORM layer built on Hector)
    * OCM: http://github.com/charliem/OCM (higher level client built on Hector)
    * Datanucleus-Cassandra plug-in: http://github.com/PedroGomes/datanucleus-cassandra (Persistence of objects through the JDO/JPA APIs under the Datanucleus platform).
    * Jassandra: http://code.google.com/p/jassandra/