Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.java.programmer > #4385

Re: tools for programming applets

From horos22 <ed.peschko@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: tools for programming applets
Date 2011-05-21 09:10 -0700
Organization http://groups.google.com
Message-ID <d9f939a9-fddf-45df-9935-3bef2b11ed4f@r27g2000prr.googlegroups.com> (permalink)
References <028d2009-98b7-43a3-b02d-83eaa89db79e@glegroupsg2000goo.googlegroups.com> <ir6sfe$8sg$1@dont-email.me> <ir7023$2l0$1@news.albasani.net>

Show all headers | View raw


On May 20, 5:12 pm, Lew <no...@lewscanon.com> wrote:
> markspace wrote:
> > 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.
>
> Perhaps, OP, you're up to something nefarious or you'd simply test on
> localhost.  Why aren't you testing on localhost, horos22?  That would be the
> proper and safe and normal way to go from an engineering standpoint.  The only
> reason I can think of to do what you want, horos22, is to crack someone's
> website to do harm.
>

Lew,

The reason I don't clone their server is I don't have full access to
it, and am unlikely to get full access to it. Frankly I don't want
access to it. It is 'static' because I won't be able to change
anything remotely. I can get source code to the applet, but I probably
won't be able to upload it to any of their servers for testing. And
testing on localhost is impossible if you rely on pieces of data from
the remote server. You really want me to clone a database, web server,
web configuration setup just to test one lousy applet?

In order to do this, I shouldn't need access to *anything* external.
I'm not 'hacking' anything besides my own client, and it *should* be
as easy as simply replacing the remote applet for a local modified
one. And I'd be perfectly fine with having to do something like asking
the remote server admins to put an IP exemption in their server
configuration in order to do this - *anything* just to avoid the
headache of having to dup an entire environment.

Frankly I'm surprised there isn't something like this. I can
understand why it wouldn't be the standard or if you'd need a
directive to javarun that requires authentication from the remote
server to provide security for a non-standard local applet, but really
- needing to rebuild the whole environment to just test a new applet
strikes me as using a tail to wag the dog.

Ed

> Why aren't you testing on localhost, horos22?
>
> --
> Lew
> Honi soit qui mal y pense.http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-20 14:43 -0700
  Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-21 09:57 +1200
    Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-20 18:27 -0400
    Re: tools for programming applets "Richard Maher" <maher_rj@hotspamnotmail.com> - 2011-05-21 08:56 +0800
    Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-20 21:28 -0400
      Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 11:11 +1200
    Re: tools for programming applets markspace <-@.> - 2011-05-20 18:31 -0700
    Re: tools for programming applets "Nasser M. Abbasi" <nma@12000.org> - 2011-05-21 12:15 -0700
      Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 11:15 +1200
      Re: tools for programming applets Tom Anderson <twic@urchin.earth.li> - 2011-05-22 14:35 +0100
        Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-22 08:12 -0700
          Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 12:26 +1200
            Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-22 20:59 -0400
              Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 22:01 -0400
              Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 14:17 +1200
                Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-22 23:34 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 18:44 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-23 09:13 -0400
                Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-23 10:37 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-24 20:15 +1200
                Re: tools for programming applets Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-05-24 07:04 -0300
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:14 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-24 08:10 -0400
                Re: tools for programming applets Stanimir Stamenkov <s7an10@netscape.net> - 2011-05-24 16:09 +0300
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-26 11:35 +1200
                Re: tools for programming applets Stanimir Stamenkov <s7an10@netscape.net> - 2011-05-27 00:13 +0300
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 18:50 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-27 09:55 -0400
                Re: tools for programming applets Michael Wojcik <mwojcik@newsguy.com> - 2011-05-27 11:31 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-28 14:35 +1200
                Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-28 12:17 -0700
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-30 03:26 -0700
  Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-20 18:29 -0400
  Re: tools for programming applets markspace <-@.> - 2011-05-20 16:11 -0700
    Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-20 20:12 -0400
      Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-21 09:10 -0700
        Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-21 12:55 -0400
          Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-22 05:18 -0700
            Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 08:37 -0400
            Re: tools for programming applets markspace <-@.> - 2011-05-22 05:58 -0700
              Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 12:34 +1200
                Re: tools for programming applets markspace <-@.> - 2011-05-22 18:11 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 22:06 -0400
                Re: tools for programming applets markspace <-@.> - 2011-05-22 20:26 -0700
                Re: tools for programming applets "John B. Matthews" <nospam@nospam.invalid> - 2011-05-22 21:31 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 14:14 +1200
              Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-23 08:31 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-23 12:08 -0400
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:13 +1200
            Re: tools for programming applets Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-05-22 17:39 -0400
        Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-22 15:38 +1200
          Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-22 05:24 -0700
            Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 08:41 -0400
            Re: tools for programming applets markspace <-@.> - 2011-05-22 05:43 -0700
              Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-22 08:53 -0400
                Re: tools for programming applets markspace <-@.> - 2011-05-22 06:15 -0700
                Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-23 08:38 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-23 12:17 -0400
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-24 05:22 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-24 08:38 -0400
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-24 06:33 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-25 12:06 +1200
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-26 05:54 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 00:57 +1200
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-26 09:04 -0400
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-26 06:12 -0700
                Re: tools for programming applets Lew <noone@lewscanon.com> - 2011-05-26 09:28 -0400
                Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-26 14:47 -0700
                Re: tools for programming applets Martin Gregorie <martin@address-in-sig.invalid> - 2011-05-26 13:51 +0000
                Re: tools for programming applets Alessio Stalla <alessiostalla@gmail.com> - 2011-05-26 07:38 -0700
                Re: tools for programming applets Martin Gregorie <martin@address-in-sig.invalid> - 2011-05-26 15:23 +0000
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:10 +1200
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:11 +1200
                Re: tools for programming applets Martin Gregorie <martin@address-in-sig.invalid> - 2011-05-27 14:47 +0000
                Re: tools for programming applets Steve Sobol <sjsobol@JustThe.net> - 2011-05-24 10:07 -0700
                Re: tools for programming applets markspace <-@.> - 2011-05-23 11:27 -0700
            Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-23 12:23 +1200
              Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-23 08:50 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-24 14:45 +1200
                Re: tools for programming applets Andrew Thompson <andrewthommo@gmail.com> - 2011-05-25 03:46 -0700
                Re: tools for programming applets Lawrence D'Oliveiro <ldo@geek-central.gen.new_zealand> - 2011-05-27 14:12 +1200
  Re: tools for programming applets Roedy Green <see_website@mindprod.com.invalid> - 2011-05-21 09:31 -0700
  Re: tools for programming applets "Richard Maher" <maher_rj@hotspamnotmail.com> - 2011-05-22 08:05 +0800
    Re: tools for programming applets horos22 <ed.peschko@gmail.com> - 2011-05-22 05:30 -0700
      Re: tools for programming applets markspace <-@.> - 2011-05-22 06:05 -0700
  Re: tools for programming applets Silvio <silvio@moc.com> - 2011-05-24 12:30 +0200
    Re: tools for programming applets Michael Wojcik <mwojcik@newsguy.com> - 2011-05-26 14:29 -0400
  Re: tools for programming applets Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-05-26 16:37 +0000

csiph-web