Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.linkpendium.com!news.linkpendium.com!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.java.programmer Subject: Re: tools for programming applets Followup-To: comp.lang.java.programmer Date: Fri, 27 May 2011 14:11:18 +1200 Organization: Geek Central Lines: 12 Message-ID: References: <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> <41dd1d4d-400b-4801-81cd-0136cc505faf@y27g2000prb.googlegroups.com> <7be10367-5f4b-4738-a5f5-0b6eb2769dd3@r33g2000prh.googlegroups.com> <884c9970-4a08-4606-8aff-a4b47e945134@q32g2000yqn.googlegroups.com> NNTP-Posting-Host: 118-92-95-178.dsl.dyn.ihug.co.nz Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Trace: lust.ihug.co.nz 1306462278 11514 118.92.95.178 (27 May 2011 02:11:18 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Fri, 27 May 2011 02:11:18 +0000 (UTC) User-Agent: KNode/4.4.7 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4629 In message , Martin Gregorie wrote: > Any self-respecting project will have a test version of the server on a > development box. This will be a fully functional, cutting edge version of > the server by definition and will usually only have a small database > since most developers generally don't put more data in it than they need > to support their test cases. True, up to a point. You’ll probably need a full-size database to do performance testing, that kind of thing. And the most basic thing: testing what happens when you run out of space. :)