Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: tools for programming applets Date: Fri, 20 May 2011 16:11:34 -0700 Organization: A noiseless patient Spider Lines: 15 Message-ID: References: <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 20 May 2011 23:11:43 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="47Orisb+r26q2eHqq/6Qwg"; logging-data="9104"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+E4EZijOsZqGiP1lLvskuG4KWoT7L8kRk=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> Cancel-Lock: sha1:u+VlXPslB74Ef3ZdDnbbBFNMSRM= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4370 On 5/20/2011 2:43 PM, horos22 wrote: > What I was hoping to do, therefore, is hijack the applets that are > coming from the server, and replace them with my own, This really isn't a normal scenario, afaics. You might want to explain a little more about the situation. Why can't you touch the sever? (And how is it "static"?) The normal scenario is to clone their server as your test environment, then modify your own little copy for each modification you make and test it. Obviously, if you don't need every file on the server, you can get by with just cloning the bits you need.