Hi,
I used the factory class for returning the DataInterface which has two implementation class (local and remote). In my table model and the methods using data, I just import the DataInterface, so the client will not care local or remote. Why we need the facade
pattern? I can not understand that.
Another question about RMI, I just writing the standard codes according the tutorial, do we need consider other stuffs?
for example, security, multithreading...
I am really new to those.
Thanks
Ying Ren