AJAX +自动完成

I have a JSP page with a vector object which has about 10000 words.

Currently I am displaying them in a table format. Now I want to introduce a text box, where I enter the work and autocomplete is a part of it and the table below also gets updated with the results of the auto complete list.

Any examples?

Have a look at JQuery Autocomplete.

I sorted out this functionality using jQuery table (http://www.datatables.net/).