spring+struts+hibernate中dao和service继承的问题dao和相应的service有着基本相同的interface,可不可以定义一个基本的interface,然后所有的interface都继承自它。service层也可以继承吗[解决办法]可以,你可以搜索一下"范型DAO"