Hi, I'm writing a client-server application using Swing, RMI and JDBC. The main functionality of the application is user table maintenance. I'm planning to distribute the functionality as follows : Client : Swing based UI application with Add, Update and Delete buttons along with list box and text boxes. Methods in server will be invoked using RMI.
Server : private method databaseConnection public method addUser public method updateUser public method deleteUser private String userLastname private String userFirstName private String userEmailID Is this design structure okay ? I really appreciate some feedback. Thanks
Brett Knapik
Ranch Hand
Joined: Oct 15, 2000
Posts: 255
posted
0
i don't see a problem with it.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.