Thanks for all the responses! Most people suggested an rdbms with JDBC
which is something I'll look into.
But, seeing as how I know that there will be only about 2000 objects, what
if I just read them in and put them in a vector/linked list/hash table. In
your experience would that slow the app down/bloat it out too much for
comfort?
If it was C++ I wouldn't even worry about it.

Eric

Reply via email to