Cleint Server Help (beans)

From: Andy (none_at_none.com)
Date: 01/16/04


Date: Fri, 16 Jan 2004 09:50:36 -0800

I am starting to write a Java Client Server App, I am comming from VB and
VC++. I have done much reading and am ready to start laying out the class's
on paper. I am planning to use beans as the access point to the db and have
my clients use the beans located on the server. I dont understand how to
lay out the beans and how to protect against multiple clients editing the
same record. Do I use one bean for all data access and all clients connect
to it, or do I use multiple beans and the intercomunicate in some way as to
protect records. Or is there a standard way to do this. I have searched
for articles on this in the java world but can not find any.
Please help.