Firstly,
an aplogy. When I posted this I then thoughy it would be better in the beginners form so I posted it there too.. I nade a note on that
thread but forgot to make a note here.
if i understood you right you do persist your data.
In this case all you have to do is change the name of the database user...
Miguel,
sorry but I don't understand what "persist your data" means.
However, if you want your data shared by different users, you would need to synchronize the data class so that the data gets updated by the different users.
It could be that you are talking about a server. If the server is running a db, then you would use a "new" copy of the data class for each user and let the db worry about the synchronization.
Yes the data is to be shared not as a new copy for each user. How do I synchronise a class in this usage?
The replies in the other thread seem to point to using RMI. As you have also suggeted this I will look into that.
Thanks both of you,
Gary.