Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Richard Maher" Newsgroups: comp.lang.java.programmer Subject: Re: tools for programming applets Date: Sun, 22 May 2011 08:05:33 +0800 Organization: HTTP *is* The Box - Let's think outside Lines: 36 Message-ID: References: <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: jOhPn0KFjrxwuMc9OPMmCw.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6090 X-RFC2646: Format=Flowed; Original X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-Priority: 3 X-MSMail-Priority: Normal Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4395 "horos22" wrote in message news:028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com... > All, > > I was looking to do some quick java development of applets. Here's my > situation: > > 1. I have a static server (ie: that I cannot touch) which serves my > client data (and applets). > 2. a bare-bones client programming setup (vim and java compiler) > > What I was hoping to do, therefore, is hijack the applets that are > coming from the server, and replace them with my own, compiled ones, > and hook the browser in such a way that when the applet is asked for, > my applet fires instead (hopefully in debugging mode) using the data from > the server as input. > > Surely this is a common enough situation that there are standard > firefox plugins to do this.. > > Or is it? In any case any, help on this would be most appreciated. > > Thanks much, > > Ed Hi Ed, Is the Applet codebase URL different the HTTP webserver (even if the point to the same IP). While testing then why not just get whatever clients/users that are involved to put a localhosts entry for the codebase? Regards Richard Maher