Re: browser screen capture with java applet



Thanks for confirming. Id be happy to discuss the idea with you if
you're interested (send me an email). Just wanted to know for now if it
would be possible. Im not so concerned about the requirement that the
user must manually "approve" the applet, if thats what is meant by
signed applets, since the deployment would be aimed at a small(ish)
audience.

Mike


Andrew Thompson wrote:
mikeyjudkins@xxxxxxxxx wrote:
I have an idea involving Java that Im trying to determine the
feasabilty of. I would like to know if it would be possible within a
java applet embedded within a webpage to take a screenshot of the
webpage from which it is sitting in (or another frame possibly), create
a jpeg image of this and then upload it using a form post request, or
prompt the user to save it to disk.

All this is possible. What is the purpose of it?

...Is this possible and how long do
you think it would take for an intermediate java developer to complete?

I don't know. I've encountered and dealt with parts of this,
applets, signed applets, and creating screenshots using
the robot, but not posting the completed image back to
the server.

Even then, the problem is only half done, as you need to
successfully deploy the applet in the user's browser, in a
trusted environment.

Being tied to signed applets, it is not a project I would
recommend for anyone less than a developer that is
'well versed' in applets (most 'intermediate developers'
that had not had much to do with applets would have
a hard time getting it to work).

Andrew T.

.



Relevant Pages

  • Re: a little applet problem...
    ... You probably can, but for every developer ... Upload the latest HTML, ... That will neatly sidestep the caching problem ... (And people wonder why I claim that 'Applets ar not ...
    (comp.lang.java.help)
  • Re: browser screen capture with java applet
    ... java applet embedded within a webpage to take a screenshot of the ... webpage from which it is sitting in, ... you think it would take for an intermediate java developer to complete? ... applets, signed applets, and creating screenshots using ...
    (comp.lang.java.programmer)
  • Re: Writing to a text file contd...
    ... If you're still trying to make an applet write to a local file - you'll ... need to look into signed applets - regular ol' applets just can't do it. ...
    (comp.lang.java.help)