Re: Java cient

2011-01-23 Thread Nate McCall
We are always looking for recommendations on API usage as well. If helpful, there is a PDF document available on Hector: http://www.datastax.com/sites/default/files/hector-v2-client-doc.pdf As well as an example twitter clone example web app using Hector and Wicket: https://github.com/riptano/twi

Re: Java cient

2011-01-22 Thread Alois Bělaška
Oops i missed that optional flags. Than everything looks fine. 2011/1/22 Dan Washusen > Thanks for the feedback... The Spring dependency is marked as > optionaland > will only be included as a

Re: Java cient

2011-01-22 Thread Dan Washusen
Thanks for the feedback... The Spring dependency is marked as optionaland will only be included as a dependency if you explicitly add it to your project. You only need to include it in your projec

Re: Java cient

2011-01-22 Thread Alois Bělaška
Agree about the Spring dependency. Cleaner solution is to extract Spring support into separate module. It may be the next thing to do. 2011/1/22 Noble Paul നോബിള്‍ नोब्ळ् > I looked at pelops and found the API clean, but didn't like the spring > dependency. Hector API's could have been simpler b

Re: Java cient

2011-01-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
I looked at pelops and found the API clean, but didn't like the spring dependency. Hector API's could have been simpler but I plan to abstract the most commonly used functionality in a simpler set of APIs On Thu, Jan 20, 2011 at 11:06 AM, Dan Washusen wrote: > Pelops is pretty thin wrapper for th

Re: Java cient

2011-01-19 Thread Dan Washusen
Pelops is pretty thin wrapper for the Thrift API. It's thinness has both up and down sides; on the up side it's very easy to map functionality mentioned on the Cassandra API wiki page to functionality provided by Pelops, it is also relatively simple to add features (thanks to Alois^^ for indexing

Re: Java cient

2011-01-19 Thread Dan Retzlaff
My team switched our production stack from Hector to Pelops a while back, based largely on this admittedly subjective "programmer experience" bit. I've found Pelops' code and abstractions significantly easier to follow and integrate with, plus Pelops has had feature-parity with Hector for all of ou

Re: Java cient

2011-01-19 Thread Nate McCall
The last set of API breakages we introduced in Hector were done with the intention of completely encapsulating Thrift. It was not a decision we made lightly as we knew it would kneecap a lot of people on their upgrade attempts. However, swallowing this bitter pill when we did has allowed us to off

Re: Java cient

2011-01-19 Thread Jonathan Shook
Perhaps. I use hector. I have an bit of rework to do moving from .6 to .7. This is something I wasn't anticipating in my earlier planning. Had Pelops been around when I started using Hector, I would have probably chosen it over Hector. The Pelops client seemed to be better conceived as far as progr

Re: Java cient

2011-01-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
Thanks everyone. I guess, I should go with hector On 18 Jan 2011 17:41, "Alois Bělaška" wrote: > Definitelly Pelops https://github.com/s7/scale7-pelops > > 2011/1/18 Noble Paul നോബിള്‍ नोब्ळ् > >> What is the most commonly used java client library? Which is the the most >> mature/feature complete

Re: Java cient

2011-01-18 Thread Jason Pell
Pelops is a nice lib. I found it very easy to use and the developers are very responsive to requests for information and/or bugs, etc. I have not tried hector On Tue, Jan 18, 2011 at 11:11 PM, Alois Bělaška wrote: > Definitelly Pelops https://github.com/s7/scale7-pelops > > 2011/1/18 Noble Paul

Re: Java cient

2011-01-18 Thread Alois Bělaška
Definitelly Pelops https://github.com/s7/scale7-pelops 2011/1/18 Noble Paul നോബിള്‍ नोब्ळ् > What is the most commonly used java client library? Which is the the most > mature/feature complete? > Noble >

Re: Java cient

2011-01-18 Thread Jools
We moved over to Hector when we went to Cassandra 0.7, it was a painless and worthwhile experience. > What is the most commonly used java client library? Which is the the most > mature/feature complete? > --Jools

Re: Java cient

2011-01-18 Thread Aaron Morton
http://wiki.apache.org/cassandra/ClientOptions Hector On 18/01/2011, at 11:48 PM, Noble Paul നോബിള്‍ नोब्ळ् wrote: > What is the most commonly used java client library? Which is the the most > mature/feature complete? > Noble

Re: Java cient

2011-01-18 Thread Daniel Lundin
Hector is excellent. https://github.com/rantav/hector http://www.datastax.com/sites/default/files/hector-v2-client-doc.pdf 2011/1/18 Noble Paul നോബിള്‍ नोब्ळ् : > What is the most commonly used java client library? Which is the the most > mature/feature complete? > Noble

Re: Java cient

2011-01-18 Thread sharanabasava raddi
I think its Hector... 2011/1/18 Noble Paul നോബിള്‍ नोब्ळ् > What is the most commonly used java client library? Which is the the most > mature/feature complete? > Noble >

Java cient

2011-01-18 Thread Noble Paul നോബിള്‍ नोब्ळ्
What is the most commonly used java client library? Which is the the most mature/feature complete? Noble