String sql ="select * FROM (select ROW_NUMBER() Over(order by id) as rowNum, * from book where userId=?) as table1 " + 
"where rowNum> ="+rowNum1+" and rowNum <="+rowBegin+""; 这里要根据userId 来查询 就是说有查询条件
请问在MVC设计模式中,怎么把 jsp 调用Servlet 然后有servlet 调用 数据库 然后在发给jsp页面 
 jsp页面 能提醒下怎么做 左好能做个代码 小弟谢谢了