Click to See Complete Forum and Search --> : IDE


amma
January 9th, 2000, 10:30 PM
Hi all,

We are in the process of developing an IDE using Java , this is a part of our project. We are having some problem while saving the
User created base Container that carries many JComponents. What is the actual scenario is we need to store the work done by the
use as a .screen file in serialized format, this need to be saved in the server not in the client machine. So while serializing and deserializing
in the same machine I have problems, but once it is send to server and get back I am getting a serialVersionUID error. Why we gone
for serialization, next time user comes he needs to get the latest screen with out any changes. Can anyone have a new idea to implement?
this

Regards
Arun


Arun G. Nair
arungn@hotmail.com