Re: Java Applet saving results on home server
- From: Lew <lew@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Jun 2007 09:00:04 -0400
rizwindu wrote:
I have a Java applet that, once finished interacting with the user,
needs to save the results. I would like to be able to write a text
file with the results to the applets home server, or a specified FTP
server. I have found some FTP connection classes that allow files to
be uploaded, but these require files
"Andrew Thompson" wrote:
Class files? Configuration files? What files?
rizwindu wrote:
Either would do really. Could store the results in a class and write
that. I can also store the results to a string and write that to a
file.
On the face of it that doesn't make sense. What sort of "results" are you getting, and how to you envision that it would be stored to a class? Are these results bytecode?
If they are bytecode, then how do you envision they be encoded into a String?
--
Lew
.
- Follow-Ups:
- Re: Java Applet saving results on home server
- From: rizwindu
- Re: Java Applet saving results on home server
- References:
- Java Applet saving results on home server
- From: rizwindu
- Java Applet saving results on home server
- Prev by Date: loading url to editor pane
- Next by Date: Re: Java Applet saving results on home server
- Previous by thread: Re: Java Applet saving results on home server
- Next by thread: Re: Java Applet saving results on home server
- Index(es):