Hi Todd, we're on 6 or 6.1 but I would hope it should work with 6.2

We will also be moving to 6.2 very shortly because we need the column
timeout feature that a 6.2 patch has been submitted for (I haven't checked,
maybe that feature is actually in the 6.2 trunk now, would be great?)

In relation to adding support for new features like the column timeout this
will be done using overloading to be non-breaking. I guess it would be nice
to pull the Cassandra version from the Thrift jar somehow and check version
>= what's needed in the new functions. If anyone already knows how to extra
Cassandra version from Thrift jar would be great to hear.

Re: Ant file if someone can submit I'll check it in. I'm currently lifting
Pelops directly out of our main project tree and copying it Googlecode but
ANT would be better for distribution.

Best, Dominic

On 14 June 2010 20:33, Kochheiser,Todd W - TO-DITT1 <twkochhei...@bpa.gov>wrote:

>  I checked out the source and noticed a few things:
>
>
>
>    1. You did not include an Ant build file.  Not a big deal, but if you
>    happen to have one it would be nice to have.
>    2. It appears you built against Cassandra 0.6.0.  Have you built and/or
>    run Pelops against 0.6.2 or trunk?
>
>
>
> Todd
>
>
>  ------------------------------
>
> *From:* Dominic Williams [mailto:thedwilli...@googlemail.com]
> *Sent:* Friday, June 11, 2010 6:42 AM
>
> *To:* user@cassandra.apache.org
> *Subject:* Pelops - a new Java client library paradigm
>
>
>
> Pelops is a new high quality Java client library for Cassandra.
>
>
>
> It has a design that:
>
> * reveals the full power of Cassandra through an elegant "Mutator and
> Selector" paradigm
>
> * generates better, cleaner, less bug prone code
>
> * reduces the learning curve for new users
>
> * drives rapid application development
>
> * encapsulates advanced pooling algorithms
>
>
>
> An article introducing Pelops can be found at
>
>
> http://ria101.wordpress.com/2010/06/11/pelops-the-beautiful-cassandra-database-client-for-java/
>
>
>
> Thanks for reading.
>
> Best, Dominic
>

Reply via email to