1 / 15

SSH 开发框架

SSH 开发框架. -- 统一使用的 JAVA 开发框架. 整体结构. 框架概述、详细讲解 实现方式 例子. Hibernate Spring Struts2 freemarker. 涉及到的开发框架:. Hibernate 概述. Hibernate 的作用 Hibernate 在框架中的位置 Hibernate 涉及到的配置文件. Hibernate 相关的文件. 在 spring 框架中的配置: applicationContext-hibernate.xml POJOs 的 java 文件

gage
Download Presentation

SSH 开发框架

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. SSH开发框架 --统一使用的JAVA开发框架

  2. 整体结构 • 框架概述、详细讲解 • 实现方式 • 例子

  3. Hibernate • Spring • Struts2 • freemarker 涉及到的开发框架:

  4. Hibernate概述 • Hibernate的作用 • Hibernate在框架中的位置 • Hibernate涉及到的配置文件

  5. Hibernate相关的文件 • 在spring框架中的配置:applicationContext-hibernate.xml • POJOs的java文件 • 共同的父类:TObject,实现了ITObject接口 • POJOs的hbm配置文件 • DAO • TableOption,实现了ITableOption接口 • TableList,实现了ITableList接口

  6. Spring概述 • Spring的作用 • Spring在框架中的位置 • Spring相关的文件

  7. Spring相关的文件 • applicationContext.xml • applicationContext-*.xml • 在单元测试中的调用

  8. Struts2概述 • Struts2的作用 • Struts2在框架中的位置 • Struts2相关的文件

  9. Struts2相关文件 • Struts.properties • Struts.xml • struts-*.xml • DealAction • DealListAction

  10. 框架内涉及到的文件

  11. 实现方式 • 站点信息配置 • POJOs对象和数据库表的对应 • POJOs对象和DAO对象在spring配置文件中的表现 • Action对象的表现 • Struts中,URL链接和Action实现对象的关系 • 模板更换和页面选择 • Freemarker中的对象调用

  12. 例子 • 多级分类 • 文章内容

More Related