Description: 3. Writing RMI programs (1) of practice content (2) implementation process Note: ① a concrete manifestation of the interaction process RMI ② practice in this type of design, some features of the module implementation process ③ the best use of UML class plan or structure of the program flow chart to describe the process of the implementation process (3) the completion of key technologies critical to write each function of the specific function, but do not paste the entire code (4) problems encountered and Solutions
To Search:
File list (Check if you may need any files):
RMI\RMI_Client\.classpath
...\..........\.project
...\..........\bin\client\MeetingClient.class
...\..........\...\opeartion\AddMeetingOperation.class
...\..........\...\.........\CommandOperationFactory.class
...\..........\...\.........\DealCommandOperation.class
...\..........\...\.........\DeleteAllMeetingOperation.class
...\..........\...\.........\DeleteMeetingOperation.class
...\..........\...\.........\QueryMeetingOperation.class
...\..........\...\.........\UserRegisterOperation.class
...\..........\...\server\UserList.class
...\..........\src\client\MeetingClient.java
...\..........\...\opeartion\AddMeetingOperation.java
...\..........\...\.........\CommandOperationFactory.java
...\..........\...\.........\DealCommandOperation.java
...\..........\...\.........\DeleteAllMeetingOperation.java
...\..........\...\.........\DeleteMeetingOperation.java
...\..........\...\.........\QueryMeetingOperation.java
...\..........\...\.........\UserRegisterOperation.java
...\..........\...\server\UserList.java
...\....Server\.classpath
...\..........\.project
...\..........\bin\bean\Meeting.class
...\..........\...\....\User.class
...\..........\...\opeartion\AddMeetingOperation.class
...\..........\...\.........\CommandOperationFactory.class
...\..........\...\.........\DealCommandOperation.class
...\..........\...\.........\DeleteAllMeetingOperation.class
...\..........\...\.........\DeleteMeetingOperation.class
...\..........\...\.........\QueryMeetingOperation.class
...\..........\...\.........\UserRegisterOperation.class
...\..........\...\server\MeetingServer.class
...\..........\...\......\UserList.class
...\..........\...\......\UserListImpl.class
...\..........\src\bean\Meeting.java
...\..........\...\....\User.java
...\..........\...\server\MeetingServer.java
...\..........\...\......\UserList.java
...\..........\...\......\UserListImpl.java
...\....Client\bin\client
...\..........\...\opeartion
...\..........\...\server
...\..........\src\client
...\..........\...\opeartion
...\..........\...\server
...\....Server\bin\bean
...\..........\...\opeartion
...\..........\...\server
...\..........\src\bean
...\..........\...\server
...\....Client\bin
...\..........\src
...\....Server\bin
...\..........\src
...\RMI_Client
...\RMI_Server
RMI