
Originally Posted by
kamsky
this implementation would not be efficient as encart, but if it's homework, this is okey.
suggestion for the structure would be like this:
1) master.properties -- holds all the property files
2) a.properties -- holds all the words as keywords and definitions as values
...
n) z.properties -- holds all the words that starts with z and definitions as values
so if you search for 'abacus', it starts with a, so you should load a.properties and get the value from the key 'abacus'.
make sense?