Fri Mar 12 1999 19:05:
Ho ho ho ho ho. I have a basic RMI grep up and running. The hard part
is over. The other part is also hard, but is more interesting. My aim
is to be able to plug in some keywords and have the server look in
the source text crossword-puzzle-wise for your words, a la The
Bible Code. The part I'm goig to do for CS131 is just a windowed
grep, possibly a multidimensional windowed grep.
I need to find out how to make an RMI server unregister itself from the registry instead of killing the registry every time I change the server. I smell it in java.rmi.Naming.
Filed under: development