Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 28293 invoked from network); 10 Sep 2010 15:41:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 15:41:08 -0000 Received: (qmail 99737 invoked by uid 500); 10 Sep 2010 15:41:07 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 99558 invoked by uid 500); 10 Sep 2010 15:41:05 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 99549 invoked by uid 99); 10 Sep 2010 15:41:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 15:41:03 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of antongavazuk@gmail.com designates 209.85.216.174 as permitted sender) Received: from [209.85.216.174] (HELO mail-qy0-f174.google.com) (209.85.216.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 15:40:59 +0000 Received: by qyk36 with SMTP id 36so7756276qyk.12 for ; Fri, 10 Sep 2010 08:40:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=02LqKi3ybVj4FJxHvutBaYwzYC+oqN1YajZZEVocfC4=; b=ene200LQB90k5gwkpVCSjUjbY0IHshf3MUP8VBKNhF6QIQlYdGpkUNCrVLjyelfwUi aPksuALIjFE+snccNTUDP1Swd+HaR4k7KrRgCM2ld2NZLxCJZcnGCAhqSWCsxnd3E4N6 tpYkKtxEgAntPHsa27MOuztWnjqezrc5I07mo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PQVXZVuJtlvUTWRuwfK90LxgLk+varA1UxSysNbzMxS0x6Nun8SHxfzW87fG1Szdw3 F4Sel8a6mTHdkAZqTb9qjUFW2RhtckG9ppgR/aCofOJ8S0LoY7ygKmex1ujHFAbPepe0 DbwkpusZPtAISl3AF3Bo0i4Y1tIWN6+fr+AF8= MIME-Version: 1.0 Received: by 10.224.130.77 with SMTP id r13mr500634qas.163.1284133238349; Fri, 10 Sep 2010 08:40:38 -0700 (PDT) Received: by 10.229.193.4 with HTTP; Fri, 10 Sep 2010 08:40:38 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Sep 2010 17:40:38 +0200 Message-ID: Subject: Re: Database backed resource bundle for internationalization? From: Anton Gavazuk To: MyFaces Discussion Content-Type: multipart/alternative; boundary=0016e64ccac6842078048fe9911e --0016e64ccac6842078048fe9911e Content-Type: text/plain; charset=ISO-8859-1 Implementing and registering your own ResourceBundle class http://download.oracle.com/javase/1.4.2/docs/guide/intl/intl.doc.html#23039 2010/9/10 Paul Spencer > I would like to use a database instead of properties files as the source of > the resource bundle used for displaying text on a web page. So instead of a > properties file for each locale, the locale, key, and values would be stored > in a database. > > What is the best way to implement this? > > Paul Spencer > > --0016e64ccac6842078048fe9911e--