Re: Cassandra Clients for Java

2011-06-22 Thread Daniel Colchete
u could also refer to Kundera-examples for reference at: > > > > https://github.com/impetus-opensource/Kundera-Examples > > > > I hope it helps. > > > > > > *From:* Daniel Colchete [mailto:d...@cloud3.tc] > *Sent:* Monday, June 20, 2011 8:23 PM > *To:

RE: Cassandra Clients for Java

2011-06-21 Thread Vivek Mishra
-opensource/Kundera You could also refer to Kundera-examples for reference at: https://github.com/impetus-opensource/Kundera-Examples I hope it helps. From: Daniel Colchete [mailto:d...@cloud3.tc] Sent: Monday, June 20, 2011 8:23 PM To: user@cassandra.apache.org Subject: Re: Cassandra Clients for

Re: Cassandra Clients for Java

2011-06-20 Thread Chirag Patel
+2 Hector.. We have been using Hector 0.7 for a while now..have not had any issues with it so far...also hector community is very active... We have not tried new API yet.. Sent from my iPhone On Jun 18, 2011, at 3:04 PM, Rajesh Koilpillai wrote: > +1 to Hector (especially with the changes m

Re: Cassandra Clients for Java

2011-06-20 Thread Daniel Colchete
Thank you all for your answers! It hard to tell the good projects from the not so good projects and it seems that the choice is really between Hector and Pelops. On average, most of the people are using Hector or Pelops and most of the names starts with Da (sorry, couldn't help :)). Dan Washusen a

Re: Cassandra Clients for Java

2011-06-18 Thread Rajesh Koilpillai
+1 to Hector (especially with the changes made in the latest version of their API) On Sun, Jun 19, 2011 at 12:01 AM, Steve Willcox wrote: > I'm using Hector. > > The main contributor Nate McCall is very active and responsive to any > issues. The Hector community is very active. > > I've been usi

Re: Cassandra Clients for Java

2011-06-18 Thread Steve Willcox
I'm using Hector. The main contributor Nate McCall is very active and responsive to any issues. The Hector community is very active. I've been using Java for a long time and I disagree that the client is more complex than the underlying Thrift client. The latest version of Hector has made large

Re: Cassandra Clients for Java

2011-06-18 Thread Dan Retzlaff
That's pretty awesome! Apologies for my misleading statement about marshaling support. I clearly haven't been keeping up. :) On Fri, Jun 17, 2011 at 8:13 PM, Dan Washusen wrote: > > Also, a quick look at the Hector wiki suggests that they have some form of > annotation support ( > https://github

Re: Cassandra Clients for Java

2011-06-18 Thread Damien Picard
Hi, I use Cassandra with Pelops on a GWT/Java project. You are right in the fact that you have to write boiler plate code : threre is no driver to use Pelops or Cassandra with GWT's RequestFactory. But, in my case I use standards GWT-RPC as services, and the DTOs are persisted onto Cassandra with

Re: Cassandra Clients for Java

2011-06-17 Thread Jeffrey Kesselman
If by this you are obliquely referring to JDBC, I understand there is a CQL JDBC driver under development > new semantics on them that are neither Java's or Cassandra's, and I > Obviously thats going to support CQL, not SQL like existing JDBC drivers.

Re: Cassandra Clients for Java

2011-06-17 Thread Dan Washusen
I've added some comments/questions inline... Cheers, -- Dan Washusen On Saturday, 18 June 2011 at 8:02 AM, Daniel Colchete wrote: > Good day everyone! > > I'm getting started with a new project and I'm thinking about using Cassandra > because of its distributed quality and because of its perf

Re: Cassandra Clients for Java

2011-06-17 Thread Dan Retzlaff
My team prefers Pelops. https://github.com/s7/scale7-pelops It's had failover since 0.7. http://groups.google.com/group/scale7/browse_thread/thread/19d441b7cd000de0/624257fe4f94a037 With respect to avoiding writing marshaling code yourself, I agree with the OP that that is rather lacking with the

Re: Cassandra Clients for Java

2011-06-17 Thread Jeffrey Kesselman
I'm using Hector. AFAIK its the only one that supports failover today. On Fri, Jun 17, 2011 at 6:02 PM, Daniel Colchete wrote: > Good day everyone! > I'm getting started with a new project and I'm thinking about using > Cassandra because of its distributed quality and because of its performance.

Cassandra Clients for Java

2011-06-17 Thread Daniel Colchete
Good day everyone! I'm getting started with a new project and I'm thinking about using Cassandra because of its distributed quality and because of its performance. I'm using Java on the back-end. There are many many things being said about the Java high level clients for Cassandra on the web. To