Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6715810110 for ; Wed, 23 Oct 2013 04:27:27 +0000 (UTC) Received: (qmail 92053 invoked by uid 500); 23 Oct 2013 04:27:23 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 91996 invoked by uid 500); 23 Oct 2013 04:27:21 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 91983 invoked by uid 99); 23 Oct 2013 04:27:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 04:27:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lhartzman@gmail.com designates 209.85.192.181 as permitted sender) Received: from [209.85.192.181] (HELO mail-pd0-f181.google.com) (209.85.192.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Oct 2013 04:27:12 +0000 Received: by mail-pd0-f181.google.com with SMTP id y13so392769pdi.12 for ; Tue, 22 Oct 2013 21:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=APMIOTVJxcFYKFGRRX4U2DuscnOQlXgHDMmR3x6TfCM=; b=e7RdnNqRAALpAaGz/4VwnSCT6ua/x4dg48hk/reELFYBPbNghiXeoXh/5pSSYYMQ5I wKPES6sS9CoI65/9NfVi6LkqVQpe0achc30DGH/byzFGFVqMZVCtTVtvZBR/qBNPiV8F b8zP1QAKH/7r95YLvBhYd0RmzrbMK17mLgbhL5MbwQtgqziTmnqZmfaO26Dt8AtwDt5E qG6G4mT9OaQiuk0OwTS0431C55zNX2bwJSRMF9DUwyFFIdSPb2xaOcat7ytUd306JgdQ GD6llYGBcycK8qgDfbM44dKDad/VO1rPaSynV3sRfjuWLm/U84BeYF1X57KM9K0OAfzO J1Zg== MIME-Version: 1.0 X-Received: by 10.67.30.164 with SMTP id kf4mr1196158pad.13.1382502410973; Tue, 22 Oct 2013 21:26:50 -0700 (PDT) Received: by 10.70.67.102 with HTTP; Tue, 22 Oct 2013 21:26:50 -0700 (PDT) In-Reply-To: <5267344D.2020906@orcaware.com> References: <5267344D.2020906@orcaware.com> Date: Tue, 22 Oct 2013 21:26:50 -0700 Message-ID: Subject: Re: Anyone use Cassandra with Spring? From: Les Hartzman To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=001a11343c0c1b79bf04e960ed9a X-Virus-Checked: Checked by ClamAV on apache.org --001a11343c0c1b79bf04e960ed9a Content-Type: text/plain; charset=ISO-8859-1 Yes, I'm referring to the DI part and I was just thinking of the template. Is the DI part injecting a configured driver? How much of the JdbcTemplate did you implement? Thanks. Les On Tue, Oct 22, 2013 at 7:28 PM, Blair Zajac wrote: > Are you referring to using the dependency injection part or the > JdbcTemplate part, or perhaps some other part? > > I use the Java Driver with Spring just fine and wrote a thin JdbcTemplate > style wrapper on top of Java-Driver (in Scala). > > Blair > > > On 10/21/2013 06:10 PM, Les Hartzman wrote: > >> Has anyone used Cassandra with Spring 3.x? I've just downloaded the >> Datastax Java driver documentation. >> >> Are there any issues in doing this? I know Springsource has not yet >> officially integrated Cassandra support. >> >> Thanks. >> >> Les >> >> > --001a11343c0c1b79bf04e960ed9a Content-Type: text/html; charset=ISO-8859-1
Yes, I'm referring to the DI part and I was just thinking of the template. Is the DI part injecting a configured driver? How much of the JdbcTemplate did you implement?

Thanks.

Les


On Tue, Oct 22, 2013 at 7:28 PM, Blair Zajac <blair@orcaware.com> wrote:
Are you referring to using the dependency injection part or the JdbcTemplate part, or perhaps some other part?

I use the Java Driver with Spring just fine and wrote a thin JdbcTemplate style wrapper on top of Java-Driver (in Scala).

Blair


On 10/21/2013 06:10 PM, Les Hartzman wrote:
Has anyone used Cassandra with Spring 3.x? I've just downloaded the
Datastax Java driver documentation.

Are there any issues in doing this? I know Springsource has not yet
officially integrated Cassandra support.

Thanks.

Les



--001a11343c0c1b79bf04e960ed9a--