Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!border3.nntp.dca.giganews.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 03 Aug 2012 09:26:07 -0500 Date: Fri, 03 Aug 2012 17:25:14 +0300 From: Donkey Hottie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: Type of a generic class? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: Lines: 20 X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-rm2OBl8Sn+XH1/atgntr+ylY3z0PxvkJeocAFh3jH6AiV5C4IwbOb+5VSHUaRiPMebhL+4cWUIaKW/t!kY5Xr7I01X0XKK9G6TRnwi3DQU8HmtzPZJP8SzQJzaGZPxCjoUA8Q//xsuR56MCFWpSKNgU= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1790 Xref: csiph.com comp.lang.java.programmer:17036 03.08.2012 06:08, markspace kirjoitti: > >> The back end of the system parameters is simply >> >> CREATE TABLE SystemParameters >> ( >> name varchar(64) not null primary_key, >> value varchar(512) >> ) ; > > > I've written this table definition. In fact it was 23 odd years ago, as > in intern while still in college. I don't know if it's good or bad > practice, but it seems a common idea. > Not much worse that a property file common in Java. But a database table allows automatic parameters per a SaaS tenant.