Applet Query ?

Hi Friends,

If We wanted to create a tile editor for my game, and put the editor on a site as an applet,

is there any option to save to created worlds to a file from that applet, i’ll give pref. on the server side but not the client side ?

Thanks
Paul

Hiya, one solution could be to serialize an object representation of the created world and punt it over to a servlet (server-side) to recieve and store however you wish (file-system, database, xml etc…). I would imagine a database would be the best solution, using Google Apps (for java) you could even do all this for free!