Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 73176 invoked from network); 16 Sep 2008 13:21:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 13:21:29 -0000 Received: (qmail 2939 invoked by uid 500); 16 Sep 2008 13:21:26 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 2894 invoked by uid 500); 16 Sep 2008 13:21:26 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 2883 invoked by uid 99); 16 Sep 2008 13:21:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 06:21:26 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ken.liu@gmail.com designates 209.85.198.243 as permitted sender) Received: from [209.85.198.243] (HELO rv-out-0708.google.com) (209.85.198.243) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 13:20:27 +0000 Received: by rv-out-0708.google.com with SMTP id f25so2671937rvb.50 for ; Tue, 16 Sep 2008 06:21:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=bduJ5BBkxKi8OMr+HW4pSFwX5909ayZwIeXpUqT2GsM=; b=EVErMgNirzM6k32WHa7uR4jo8SkiytZHMj2BAxezx5UX/o8nbgztTyf4CcNDZszjfv TPSkUZB5mwoJKUDoV7O9TC13RmOppd5+Ro0cDh4/keYm6HC4Dz8ABf5s2P64o7GYjNM8 fB3dZmVX7cK9LBUDWGPR9reqwbReTLS0qLGzw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=BNWziqZVlQlRT5ybc6GLfGj6Gixot/d+KZZfnmg79SGuv7KO6OqHvlcDF5OU5V8jTS c4kF1gwvs5tLWCd4iKA15pfQPKwyaQKgRZldaLe89NaYyOJX9F9wgQHRIG+Z2MzLw5mq VoZjuWYOromnLlvYGKzii4NWPUX7JYyDh+JqI= Received: by 10.141.203.7 with SMTP id f7mr5646065rvq.7.1221571260079; Tue, 16 Sep 2008 06:21:00 -0700 (PDT) Received: by 10.140.135.12 with HTTP; Tue, 16 Sep 2008 06:20:59 -0700 (PDT) Message-ID: <748e286f0809160620o68a8fb89y5612817398b987a3@mail.gmail.com> Date: Tue, 16 Sep 2008 09:20:59 -0400 From: "Ken Liu" To: dev@continuum.apache.org Subject: Re: short explanation of current persistence code? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2580_14388989.1221571260039" References: <748e286f0809151141s7418140cyea9ff191b0f86f78@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2580_14388989.1221571260039 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I think that's enough to get me going...thanks. (sorry about the ojb confusion...I'm in the midst of an ojb->jpa conversion at work). Ken On Tue, Sep 16, 2008 at 8:42 AM, Emmanuel Venisse < emmanuel.venisse@gmail.com> wrote: > ojb??? > All model classes are generated by the modello plugin in continuum-model. > The modello-plugin generate too the jpox descriptor that is used by jpox to > create sql request and to generate the database. The model descriptor used > by modello is continuum-model/src/main/mdo/continuum.xml > All the persistence code is in continuum-store. > > Do you need more information? > > Emmanuel > > On Mon, Sep 15, 2008 at 8:41 PM, Ken Liu wrote: > > > Hi all, > > > > I have been taking a look at the current persistence code and am getting > a > > little bit lost with jpox and ojb, etc. Are the model classes generated > or > > something? > > > > Can someone please provide a short overview of how the current > persistence > > is set up? I think a short paragraph or two would set me in the right > > direction. Thanks. > > Of course if there is some existing design documentation somewhere, then > > that would be great. > > > > TIA, > > > > Ken > > > ------=_Part_2580_14388989.1221571260039--