- 博客(6)
- 收藏
- 关注
原创 Spring database connection in IDEA
I'm learning Spring through an online course these days. But the teacher uses MyEclipse while I'm using IDEA, so I conclude the differences and write this page to remind me how to make the database co
2018-01-29 10:35:17
291
原创 Spring Transaction(1)
1. What is transaction?This is the definition from wiki :A transaction symbolizes a unit of work performed within a database management system (or similar system) against a database, a
2018-01-29 08:00:06
181
转载 Execution expression
This passage is cut from Spring official Reference : Spring Official ReferenceSpring AOP users are likely to use the execution pointcut designator the most often. The format of an execution expression
2018-01-19 08:57:59
233
原创 Annotation Injection & XML Injection
Annotation Injection & XML Injection1. Which is better?I find some information in the official reference to explain this question, here is the screenshot:In conclusion, it depends. However, there is a
2018-01-18 10:08:06
372
原创 Setter Injection & Constructor Injection
Spring container could help us create objects we need and inject them into proper objects. Here are two ways to achieve this process.1. Setter InjectionFirst, we have two interfaces here:DAO:Service:A
2018-01-18 07:59:44
320
原创 Start Spring in IDEA
1. Basic termsIoc - Inversion of ControlAOP - Aspect Oriented ProgrammingArticle about IOC written by Martin Fowler www.martinfowler.com/articles/injection.html2. How to start Spring in
2018-01-17 10:12:42
349
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人