Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!l2g2000prg.googlegroups.com!not-for-mail From: horos22 Newsgroups: comp.lang.java.programmer Subject: Re: tools for programming applets Date: Sun, 22 May 2011 05:30:53 -0700 (PDT) Organization: http://groups.google.com Lines: 63 Message-ID: <34a39063-043f-4f49-8fd8-944d2d795af5@l2g2000prg.googlegroups.com> References: <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: 67.169.95.196 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1306067454 19543 127.0.0.1 (22 May 2011 12:30:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 22 May 2011 12:30:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l2g2000prg.googlegroups.com; posting-host=67.169.95.196; posting-account=_qjMegoAAAAmC6fHnKsftlw5c47TS2H5 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1,gzip(gfe) Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4411 On May 21, 5:05=A0pm, "Richard Maher" wrote: > "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 fr= om > > 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 poin= t > to the same IP). While testing then why not just get whatever clients/use= rs > that are involved to put a localhosts entry for the codebase? > > Regards Richard Maher I guess I could use a little more detail here since I really am not familiar with applet development or programming. Do you have a good pointer to a decent resource on the subject, say for setting this up with apache? My client that I'm going to be working on is totally separate from the server. Hopefully, I'm going to be doing development locally, and then, when done, uploading the code changes to the server. If there is a simple applet directive that I could put in a test page that could take the code from localhost and run it against data that is hosted on the server, then that is exactly what I need. Ed