-
Writing Data
Is it possible to save data from our applications to a file on a server in java? Or save your data somehow but not only on one machine, but on the server so the same data is accessed by everyone that uses the applet? Hope that makes sense, kind of hard to explain I guess.
-
Re: Writing Data
I think you would need to do it like you do in Vitalize via a script on the server and the application sending it the data.
So we would need to get Line Reciever, Download Object or MOOSock converted over first.