上一页 1 2 3 4 5 6 7 8 9 10 ··· 40 下一页
摘要: In Spring JDBC development, you can use `JdbcTemplate` and `JdbcDaoSupport` classes to simplify the overall database operation processes.In this tutor... 阅读全文
posted @ 2015-08-23 14:36 wuhn 阅读(153) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, we will extend last Maven + Spring hello world example by adding JDBC support, to use Spring + JDBC to insert a record into a custom... 阅读全文
posted @ 2015-08-23 14:31 wuhn 阅读(236) 评论(0) 推荐(0) 编辑
摘要: For those don’t like annotation or using JDK 1.4, you can use AspectJ in XML based instead.Review last `customerBo` interface again, with few methods,... 阅读全文
posted @ 2015-08-23 14:24 wuhn 阅读(383) 评论(0) 推荐(0) 编辑
摘要: In this tutorial, we show you how to integrate AspectJ annotation with Spring AOP framework. In simple, Spring AOP + AspectJ allow you to intercept me... 阅读全文
posted @ 2015-08-23 14:04 wuhn 阅读(589) 评论(0) 推荐(0) 编辑
摘要: In last Spring AOP examples – advice, pointcut and advisor, you have to manually create a proxy bean (`ProxyFactoryBean`) for each beans whose need AO... 阅读全文
posted @ 2015-08-23 02:29 wuhn 阅读(275) 评论(0) 推荐(0) 编辑
摘要: ##ProblemThe Spring AOP transaction is not working in following interceptors?``` ```The “`matchGenericTxInterceptor`” trans... 阅读全文
posted @ 2015-08-23 02:22 wuhn 阅读(377) 评论(0) 推荐(0) 编辑
摘要: In last Spring AOP advice examples, the entire methods of a class are intercepted automatically. But for most cases, you may just need a way to interc... 阅读全文
posted @ 2015-08-23 02:17 wuhn 阅读(328) 评论(0) 推荐(0) 编辑
摘要: > Spring AOP + AspectJ> Using AspectJ is more flexible and powerful.Spring AOP (Aspect-oriented programming) framework is used to modularize cross-cut... 阅读全文
posted @ 2015-08-22 15:01 wuhn 阅读(271) 评论(0) 推荐(0) 编辑
摘要: In Spring, `@Qualifier` means, which bean is qualify to autowired on a field. See following scenario :##Autowiring ExampleSee below example, it will a... 阅读全文
posted @ 2015-08-22 14:44 wuhn 阅读(268) 评论(0) 推荐(0) 编辑
摘要: In last Spring auto-wiring in XML example, it will autowired the matched property of any bean in current Spring container. In most cases, you may need... 阅读全文
posted @ 2015-08-22 14:40 wuhn 阅读(301) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 40 下一页