(1) Write a Java Servlet SameCharSet.java (Jumbo Word Constructor) to find all words from a dictionary that contains exactly all characters in a user specified set. Initially, your servlet should display the following form for the user to type in their input.
Submitting the input set 'oopl' results in the following screen:
Submitting 'looz' results in the following screen:
Your should write your Java servlet to adhere to the display above as much as possible. Here is the unix dictoinary. It is pretty crude but don't use other dictionaries so the teaching assistant can easily check your program.
(2) Redo question (1) using JSP.