Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Really "BIG" class name wanted Date: Fri, 29 Jul 2011 06:36:12 -0700 Organization: A noiseless patient Spider Lines: 15 Message-ID: References: <37e4697b-5aab-42ef-a1e5-3ce5a6d866a8@e15g2000yqd.googlegroups.com> <00f3e49b-fb85-463b-bc8f-9de92c6b9445@fq4g2000vbb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 29 Jul 2011 13:36:15 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="25347"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7B62378EQ5cM8uPe36SYktoCP6qGnv3Y=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: <00f3e49b-fb85-463b-bc8f-9de92c6b9445@fq4g2000vbb.googlegroups.com> Cancel-Lock: sha1:XnmN43HSUs+gcPbjRF88rwY/9Ng= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:6647 On 7/29/2011 5:28 AM, Ross wrote: > Calling it an "ApplicationContext" would work. As would calling it > "ApplicationComponents", or "CommonComponents". I picked ApplicationContext because it seemed to be used elsewhere as well. C.f.: You might want to compare that and a few other frameworks for ideas how they treat an application context. The important thing I think is to have some structure to it, not just turn it into a dumping ground for any global variable that you happen to need.