service serviceimpl dao daoimpl servlet jsp 他们之间的关系是什么?
dao 主要是一些接口,里面定义了一些用于增删改查的方法名
daoImpl 就是对dao的具体实现
Service 同上,也是一些接口,主要是用来调用dao层的一些方法,所以这里搭大定义的方法仿手一般都定义好了参数;
serviceImp 对service的具体实现,这里会调用dao 的知大竖一些方法
servlet 调用 Service调用其方法,做一些操作
jsp 视图 显示 和输入数据
from the names, it looks like the service/李纯serviceimp and dao/daoimpl define interfaces and their implementation classes.
jsp is internally implemented with the servlet technologies. servlet is java'哪码咐模掘s solution to dynamic server side applications, particularly, web applications.