Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1FDD211D68 for ; Thu, 18 Sep 2014 06:57:22 +0000 (UTC) Received: (qmail 84722 invoked by uid 500); 18 Sep 2014 06:57:21 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 84651 invoked by uid 500); 18 Sep 2014 06:57:21 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 84641 invoked by uid 99); 18 Sep 2014 06:57:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 06:57:21 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of aman.arora051@live.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2014 06:57:16 +0000 Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 3746F5D0D3B for ; Wed, 17 Sep 2014 23:56:01 -0700 (PDT) Date: Wed, 17 Sep 2014 23:56:41 -0700 (PDT) From: aman051 To: dev@jackrabbit.apache.org Message-ID: <1411023401585-4661408.post@n4.nabble.com> Subject: Minimum set of libraries required to use Jackrabbit JCR implementation? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am planning to use Jackrabbit for developing an online document library. To develop simple POCs, i have put the jackrabbit-standalone.jar inside my class path and everything works fine. But on opening the jackrabbit-standalone.jar, i found out that it's a web project in itself. I copied all the jars from jackrabbit-standalone.jar/WEB-INF/lib and kept in my class path and my project again works fine. My concern here is that I don't want to keep any extra jars in my project. So my question is : 1. What are the minimal jars which are required to interact with Jackrabbit repository? 2. What is the best way of using jackrabbit in a web project, as per enterprise standards. Is it using standalone jar in the class path or using only the required jars? 3. I am using Spring to create Repository instance and using it in the project. Is it the right/efficient way of using Jackrabbit? -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Minimum-set-of-libraries-required-to-use-Jackrabbit-JCR-implementation-tp4661408.html Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.