File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes servlet applet object io streams Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "servlet applet object io streams" Watch "servlet applet object io streams" New topic
Author

servlet applet object io streams

shi kaka
Greenhorn

Joined: Sep 24, 2003
Posts: 1
hi! i have an applet and servlet which communicate through objectoutputstreams.

here's part of my applet code found in the init method:



here's part of my servlet code in the doPost() method:


both the inside and inside2 objects get written to my textfile. Although, in my applet, if i outputted inside2 after creating the objectinputstream, only inside1 gets written.
any help would be greatly appreciated!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: servlet applet object io streams
 
Similar Threads
servlet/applet communication problem
Please help: applet and servlet comunicattion
Signed applet talking to server other than its own
Http Tunneling
Streaming bytes to and from a servlet