Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: bob Newsgroups: comp.programming Subject: config pattern Date: Fri, 4 May 2012 07:51:32 -0700 (PDT) Organization: http://groups.google.com Lines: 1 Message-ID: <2136283.53.1336143092105.JavaMail.geo-discussion-forums@ynjc8> NNTP-Posting-Host: 184.76.139.203 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1336143092 7612 127.0.0.1 (4 May 2012 14:51:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 4 May 2012 14:51:32 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=184.76.139.203; posting-account=v1lx5wkAAAALWYfGBkwkMb2guPF9cW2u User-Agent: G2/1.0 X-Received-Bytes: 1031 Xref: csiph.com comp.programming:1533 What is the best and/or most common way of handling persistent config data? Is it to make a Config singleton class or a class of static variables or something else?