Hi All,
I am learning servlet programing.i am trying to do program which reqires three servlet classes and one html file.This is about my program.
SearchEngines.java. Servlet that takes a search string, number of results per page, and a search engine name, sending the query to that search engine. Illustrates manipulating response status codes. Requires the SearchSpec and ServletUtilities classes.
SearchSpec.java. Small class that encapsulates how to construct a search string for a particular search engine.
SearchEngines.html. Form that collects data for the search engine servlet.
ServletUtilities.java:It is Utilities class.
can anybody please help me writing web.xml.
thanks inadvance
nkmb
I am learning servlet programing.i am trying to do program which reqires three servlet classes and one html file.This is about my program.
SearchEngines.java. Servlet that takes a search string, number of results per page, and a search engine name, sending the query to that search engine. Illustrates manipulating response status codes. Requires the SearchSpec and ServletUtilities classes.
SearchSpec.java. Small class that encapsulates how to construct a search string for a particular search engine.
SearchEngines.html. Form that collects data for the search engine servlet.
ServletUtilities.java:It is Utilities class.
can anybody please help me writing web.xml.
thanks inadvance
nkmb