Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.programmer > #4466
| From | Lew <noone@lewscanon.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: tools for programming applets |
| Date | 2011-05-23 12:08 -0400 |
| Organization | albasani.net |
| Message-ID | <ire0qc$999$1@news.albasani.net> (permalink) |
| References | (3 earlier) <d9f939a9-fddf-45df-9935-3bef2b11ed4f@r27g2000prr.googlegroups.com> <ir8qq6$d27$1@dont-email.me> <c35b8314-9e08-4b69-87fb-71b448bd5773@s41g2000prb.googlegroups.com> <irb1aj$5qq$1@dont-email.me> <f8688cca-9ca1-44fb-83dc-65cd7be26950@17g2000prr.googlegroups.com> |
horos22 wrote: > Look guys, > > I see that I caused a bit of a firestorm - which was not my intent - > and I see that people are attributing motives to me that are > completely baseless. (no - I'm not up to anything 'nefarious', no I'm > not trying to hack the pentagon [sic].) > > The site in question is not a large-scale, fully-funded site. It > doesn't - and I don't - have the financial means to fully duplicate > the environment just for the sake of doing testing and development. > Frankly, it's a not-for-profit and the work is also not-for-profit. > > Furthermore, *no* I'm not talking about changing a production system > 'in place' - in fact I'm making my best possible effort *not* to > change the production system. > > By keeping things local - in just changes to the client (the applet), Applets are server-side, not clients. > and not writing back any data to the production system - I'm > guaranteeing that I'm keeping the production system intact. You mean, other than by trying to circumvent its security. > In fact I'm doing better than that. If I can run tests against *real* > production data, I can make a better guarantee that the applet would > work better than just by regression tests alone. No one has yet suggested regression tests alone. Where did that come from? > Sheesh. I swear that developers (myself included) have been in this > industry SO LONG that they take for granted the bulky, resource > intensive, extra-life-support-systems-required effort that programming > has become. Irrelevant comment. We were talking about applets and their security mechanism. There's no "bulky, resource intensive, extra-life-support-systems-required effort that programming has become". There's only your irrational resistance to the facts. > Here's a clue - not everything developed has a requirement of > thousands of transactions per second, page views in the millions, and > teams of hundreds. And not every effort is capitalized in the millions > (or even thousands) of dollars. What does that have to do with anything?\ To quote you, "Sheesh". Get a grip. > So think small in answering this question, will you? It looks like - > from your responses - that I'll have to cobble something up on my > client to do the work. Or have the site administrator put a special > directive for my IP in the server to handle my testing, such that the > data comes from the server, but the applet comes from localhost. "Think small"? Are you on drugs? This isn't about scale, this is about applet security, which BY DESIGN prevents the heinous activity for which you're asking. This is true small or large. And having a testbed separate from the production server is not "large", doesn't mean "millions" or "gaziilions" or any other of that hyperbolic bullshit you're pooping out. Sober up, take a deep breath, and approach your problem rationally, son. > And stop with the nefarious purposes line of thought.. ok? It isn't > conducive to reasoned conversation, and frankly it makes otherwise > intelligent people sound like conspiracy nuts. You kept fighting the truth and asking for a nefarious, security-circumventing technique even after your question was asked. Maybe if you'd been more forthcoming initially, and less insulting right now, we'd have less basis to suspect your motives. The conclusion was entirely rational based on the evidence you provided. Your attempt to duck responsibility for that doesn't make anyone else look less intelligent, horos22 (not your real name). So stop with the blaming us for your behavior, hm-K? -- Lew Honi soit qui mal y pense. http://upload.wikimedia.org/wikipedia/commons/c/cf/Friz.jpg
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
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 Michael Wojcik <mwojcik@newsguy.com> - 2011-06-03 08:19 -0400
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