Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Advanced-java] RMI - choices discussion
- From: Christian.Ribeaud@xxxxxxxxxxxx (Christian Ribeaud)
- Subject: [Advanced-java] RMI - choices discussion
- Date: Tue, 26 Feb 2002 14:59:20 +0100
Hi, I should implement a system allowing the remote management of files on the server using RMI. The user (session) will be able to manage some files on the server side. I see more than one possibility to implement it if I am not wrong and I am not sure which one is the best. Already implemented are RMI Server and Session classes. Pro Client one Session and the Server is registered at the beginnning. Actually an usual case and it works fine. Now my question: should I implement my remote files management (rename, delete, create,...) in the Server class, or in the Session class, or should I make maybe a new remote interface and register it as a new RMI service. I was wondering if someone could give me some hints. Thanks and have a nice day, christian
- Prev by Date: [Advanced-java] Display combo box in JTable cell?
- Next by Date: [Advanced-java] How to upload files using servlets?
- Previous by thread: [Advanced-java] Reading .doc document
- Next by thread: [Advanced-java] How to upload files using servlets?
- Index(es):