Skip to content

@1

编写持久层代码:

  • .xml文件中声明SQL语句
  • 接口中声明DAO方法

编写业务层代码

  • 声明抽象方法
  • Impl.java类中,实现抽象方法

编写Web层代码

  • 声明Web方法