Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Andrew Cobley
I"m referring to the core driver from datastax: https://github.com/datastax/java-driver You should be able to build it with maven. Andy On 3 Aug 2013, at 16:35, Jan Algermissen wrote: > Hi Andrew, > > On 03.08.2013, at 14:30, Andrew Cobley wrote: > >> I've used most of the java drivers under

Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Jan Algermissen
ley > To: "" > Sent: Saturday, August 3, 2013 6:30 AM > Subject: Re: Choosing Java Driver for using Cassandra with Java EE7 > > I've used most of the java drivers under Glashfish without a problem. IMHO > it's really down to the functionality yo

Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Jan Algermissen
t; > Just my 1 cent. > -Tony > > From: Andrew Cobley > To: "" > Sent: Saturday, August 3, 2013 6:30 AM > Subject: Re: Choosing Java Driver for using Cassandra with Java EE7 > > I've used most of the java drivers under Glashfish without a problem. IM

Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Jan Algermissen
Hi Andrew, On 03.08.2013, at 14:30, Andrew Cobley wrote: > I've used most of the java drivers under Glashfish without a problem. IMHO > it's really down to the functionality you require in your application. The > Java Driver form datastax has the lowest learning curve for any java > progra

Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Keith Wright
should not use it. Also, I think DataStax driver might have more users so DataStax get mre feedback for improvements and fixes. Just my 1 cent. -Tony From: Andrew Cobley To: "" Sent: Saturday, August 3, 2013 6:30 AM Subject: Re: Choosing Java Driver for using Cassandra with Java EE7

Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Tony Anecito
DataStax driver might have more users so DataStax get mre feedback for improvements and fixes.   Just my 1 cent. -Tony From: Andrew Cobley To: "" Sent: Saturday, August 3, 2013 6:30 AM Subject: Re: Choosing Java Driver for using Cassandra with Java EE7 I've used most of the jav

Re: Choosing Java Driver for using Cassandra with Java EE7

2013-08-03 Thread Andrew Cobley
I've used most of the java drivers under Glashfish without a problem. IMHO it's really down to the functionality you require in your application. The Java Driver form datastax has the lowest learning curve for any java programmer familiar with JDBC and I believe deals with pool management. J