i am beginer in jsp... how to do search engine injsp please relpy me?
msi_333
Question subject: Re: jsp and servlet
Posted: Tue Aug 02, 2011 12:03 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
The simplest example is to build two pages (.jsp) , the first one take the text query from the user (keywords) and send it to results jsp page ,the jsp call java bean which does SQL queries to database and return the results as Array to results.jsp where you will print the results to the user .
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )