Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #17036
| Date | 2012-08-03 17:25 +0300 |
|---|---|
| From | Donkey Hottie <donkey@fredriksson.dy.fi> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Type of a generic class? |
| References | <qivqe9-k9.ln1@whirlwind.fredriksson.dy.fi> <jveq7j$2mo$1@dont-email.me> <j0fre9-61u.ln1@whirlwind.fredriksson.dy.fi> <jvffbg$mvl$1@dont-email.me> |
| Message-ID | <aj3te9-acn.ln1@whirlwind.fredriksson.dy.fi> (permalink) |
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.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Type of a generic class? Donkey Hottie <donkey@fredriksson.dy.fi> - 2012-08-02 22:04 +0300
Re: Type of a generic class? Lew <lewbloch@gmail.com> - 2012-08-02 14:01 -0700
Re: Type of a generic class? markspace <-@.> - 2012-08-02 14:08 -0700
Re: Type of a generic class? Donkey Hottie <donkey@fredriksson.dy.fi> - 2012-08-03 02:27 +0300
Re: Type of a generic class? Lew <lewbloch@gmail.com> - 2012-08-02 16:51 -0700
Re: Type of a generic class? markspace <-@.> - 2012-08-02 20:08 -0700
Re: Type of a generic class? Donkey Hottie <donkey@fredriksson.dy.fi> - 2012-08-03 17:25 +0300
Re: Type of a generic class? Donkey Hottie <donkey@fredriksson.dy.fi> - 2012-08-04 13:46 +0300
csiph-web