引入相关依赖: org.springframework spring-aop 3.0.5.RELEASE org.springframework spring-aspects 3.0.5.RELEASE org.aspectj aspectj...
分类:
编程语言 时间:
2014-09-02 12:07:54
阅读次数:
271
转自:http://www.cnblogs.com/cuizhf/archive/2013/04/08/3006767.html1. 使用Hibernate Annotation来做对象关系映射1) 添加必须包: hibernate-jpa-2.0-api-1.0.0.Final.jar2) 在实体...
分类:
系统相关 时间:
2014-08-28 18:01:48
阅读次数:
339
框架地址:https://github.com/yangfuhai/afinal
对应的源码:
net.tsz.afinal.annotation.view.*
FinalActivity
FinalActivity是一个基础类,结合注解实现了,依赖注入(view的资源id,常用的监听器), 利用set方式注入
完全注解方式就可以进行UI绑定和事件绑定,无需findViewById和se...
分类:
移动开发 时间:
2014-08-15 02:38:36
阅读次数:
280
1、首先要配置txManager 下面的dataSource,是数据连接池,根据项目需要配置对应的连接池 2、采用@Transactional注解方式使用事务 使用方法(扫描bean的配置要开启): 当标于类前时, 标示类中所有方法都进行事物处理 例子:@Transac...
分类:
编程语言 时间:
2014-08-12 09:02:23
阅读次数:
257
使用步骤: 步骤一、在spring配置文件中引入<tx:>命名空间 <beans xmlns="http://www.springframework.org/schema/beans" ?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ?xmlns:tx="http://www.spri...
分类:
编程语言 时间:
2014-08-10 10:31:10
阅读次数:
373
本文主要介绍Mybatis三种常用整合方法,需要的整合架包是spring.jar,可通过链接http://code.google.com/p/mybatis映射文件,采用注解方式提供相应的sql语句和输入参数。(1)Spring配置文件: (...
分类:
编程语言 时间:
2014-08-06 17:46:11
阅读次数:
229
首先在applicationContext.xml中增加文件头中增加一条xmlns:task="http://www.springframework.org/schema/task"xsi:schemaLocation 中增加一条 http://www.springframework.org/sch...
分类:
编程语言 时间:
2014-07-22 22:37:52
阅读次数:
211
使用步骤: 步骤一、在spring配置文件中引入<tx:>命名空间 <beans xmlns="http://www.springframework.org/schema/beans" ?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ?xmlns:tx="http://www.spri...
分类:
编程语言 时间:
2014-07-21 23:29:22
阅读次数:
392
atitit.ajax bp dwr 3.的注解方式配置使用流程总结.....
1. 下载 dwr.jar 1M 1
2. 配置注解方式..web.xml 1
3. Class 配置 2
4. 测试查看公布的方法 2
5. 导入到page页面 3
6. 使用在js黑头 3
7. #=====param sh requesst 3
8. Xxx is undefine 4
...
分类:
其他好文 时间:
2014-07-15 22:24:03
阅读次数:
349
Hibernate3.0后新增了annotation的配置方式,比起xml有着更加简洁的配置1:修改hibernate.cfg.xml之前标签中配置了hbm资源文件由于现在使用了注解方式代替了hbm文件,所以需要修改mapping标签的内容2:User.java 1 @Entity 2 @Table...
分类:
系统相关 时间:
2014-07-11 22:38:19
阅读次数:
300