I found this link...
Java:how to pass value from class/bean to servlet
I tried it and it works (thanks to BalusC) This was very helpful and answers all my questions that I've been researching for several days now.
However I'm trying to figure our how to pass the parameter from JSP to the sql query in DAO
if for example I want to create a jsp form to filter the result that the servlet will be producing...
Thanks in advance