Questions tagged [applet-servlet]

7 questions
24
votes
3 answers

How to stop a running mysql query

How do I stop a running mysql query programmatically? The problem I'm facing is that a query is constructed using user supplied data, and may occasionally take a very long time to execute (large tables 15 - 30 million rows). I want to offer the…
slashmais
  • 7,069
  • 9
  • 54
  • 80
2
votes
1 answer

Read Multiple files from Single Stream

In my applet, I am having One Stream that contains a number of XML files. Now i am sending this stream to server side and i want to retrieve those multiple files from that Stream. I can do the same by making a zip file of multiple XML files in my…
Ankit Sharma
  • 1,569
  • 3
  • 19
  • 31
1
vote
1 answer

Replace applet with alternatives

Our app heavily makes use of applets to check-in (upload) and check out (download) files from users machine. Can someone please confirm what are the alternatives for applet (as it is going to be deprecated by Oracle in 2018)?
sam2539431
  • 41
  • 6
1
vote
3 answers

JMeter proxy and java serialization in HTTP/POST?

We have an applet-servlet communication that we'd like to record with JMeter's HTTP proxy. It works with GET messages until the applet sends an HTTP POST message which includes some serialized Java objects (built-in types), then we get this error in…
egbokul
  • 3,944
  • 7
  • 36
  • 54
1
vote
2 answers

Redirect after java applet is run?

I have googled around but have not come to an answer. The only thing close to my goal was utilizing meta redirect after X seconds, like so: What I need is php or html code that detects if my…
user989805
  • 31
  • 6
0
votes
1 answer

What technology can i use to run a method on a browser(client side) every time a user uploads a picture?

I have a custom function/method that needs to run on the browser (client side) every time the user uploads a picture to a web-server. This method modifies the image being uploaded and sends it to the server. Currently the method is written in java…
Rohit H.S.
  • 65
  • 1
  • 6
0
votes
1 answer

PHP, Java Applet communication

Here's what I would like to do. I have a PHP file in my server where I would like to call java applet. The applet function will send a get request to read a page from third party server. Now I want page read from applet function to be sent to PHP…
Questions
  • 195
  • 1
  • 14