
开源框架整合
iceyo0
夜空中最亮的星
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SSH三大框架的工作原理及流程
Hibernate工作原理及为什么要用? 原理: 1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件 2.由hibernate.cfg.xml中的读取并解析映射信息 3.通过config.buildSessionFactory();//创建SessionFactory 4.sessionFactory.openSe转载 2016-06-15 12:18:48 · 709 阅读 · 1 评论 -
Shiro简单入门介绍
首先什么是shiro? shiro是apache下面的一个开源项目,下面是其网站上对其的一段说明: Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management转载 2016-06-15 16:56:52 · 800 阅读 · 0 评论