From users-return-999-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Sat Oct 14 08:33:34 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 39955 invoked from network); 14 Oct 2006 08:33:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Oct 2006 08:33:34 -0000 Received: (qmail 47365 invoked by uid 500); 14 Oct 2006 08:33:34 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 47352 invoked by uid 500); 14 Oct 2006 08:33:33 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 47338 invoked by uid 99); 14 Oct 2006 08:33:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 01:33:33 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: 202.1.192.219 is neither permitted nor denied by domain of riyaz.mansoor@gmail.com) Received: from [202.1.192.219] (HELO engine28.dhivehinet.net.mv) (202.1.192.219) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Oct 2006 01:33:32 -0700 Received: from dedicated296.dhivehinet.net.mv ([202.1.196.42] helo=[192.100.100.96]) by engine28.dhivehinet.net.mv with esmtp (Exim 4.60) (envelope-from ) id 1GYeuM-0001yl-JH for users@jackrabbit.apache.org; Sat, 14 Oct 2006 13:30:15 +0500 Message-ID: <4530A1CC.50606@gmail.com> Date: Sat, 14 Oct 2006 13:37:32 +0500 From: Riyaz Mansoor User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: users@jackrabbit.apache.org Subject: Re: [newbie] using jackrabbit References: <452DE803.6050606@gmail.com> <96ab3ced0610130632x3f1da32cw138ca5a972085177@mail.gmail.com> In-Reply-To: <96ab3ced0610130632x3f1da32cw138ca5a972085177@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi any pointers/examples on how to do this? i have not been able to find any examples on the jackrabbit website - just code snippets. is there no giude that takes us thru an sample scenario/example? also is it possible to separate the database from the jackrabbit server for the model 3 deployment (as on website)? thanx riyaz Michael Neale wrote: > Yes it could, JCR could work well for that sort of workflow application, > for > sure. > > On 10/12/06, Riyaz Mansoor wrote: >> >> >> >> >> hi >> >> i've just joined this list and have been reading about jackrabbit for a >> coupla days. >> >> i have a scenario and wanted to know if jackrabbit would be appropriate >> to use in this situation (or slightly altered situation) >> >> i need to build a simple bill payment system. when a bill is recieved it >> is scanned. >> >> 1) log the scanned bill { date, due-date, from, desc, scanned-bill } >> 2) bill is verified by person who recieved goods/service { by-reciever, >> date} >> 3) payment is authorised { by-person, date } >> 4) check generated and sent { check-no, date } >> >> an audit trail that stores who entered the day would be a big bonus. >> am thinking of RDBMS system for a backend >> >> could this be quickly done with jackrabbit? >> >> thanx >> riyaz >> >> >> >> >