forked from roghughe/captaindebug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
75 lines (44 loc) · 3.09 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
This repository contains sample code linked to Captain Debug’s Blog (www.captaindebug.com). The sample projects are:
TellDontAsk - see:
http://www.captaindebug.com/2012/03/defining-tell-dont-ask-well-almost.html
http://www.captaindebug.com/2012/03/disassembling-tell-dont-ask.html
address - see: blogs on testing techniques:
http://www.captaindebug.com/p/blogs-on-testing-techniques.html
deadlocks - see: the blogs on Investigating Deadlocks
http://www.captaindebug.com/2012/10/investigating-deadlocks-part-1.html
http://www.captaindebug.com/2012/10/investigating-deadlocks-part-2.html
http://www.captaindebug.com/2012/10/investigating-deadlocks-part-3.html
http://www.captaindebug.com/2012/10/investigating-deadlocks-part-4-fixing.html
dependency-injection-factory - covers blogs on the Dependency Injection:
http://www.captaindebug.com/2011/09/looking-into-magic-of-dependency_29.html
http://www.captaindebug.com/2011/09/looking-into-magic-of-dependency_30.html
http://www.captaindebug.com/2011/10/looking-into-magic-of-dependency.html
http://www.captaindebug.com/2011/10/looking-into-magic-of-dependency_06.html
exceptions - a project relating to the blogs on Spring MVC Exception Handling. See:
http://www.captaindebug.com/2012/02/spring-3-mvc-exception-handlers.html
http://www.captaindebug.com/2012/02/spring-3-mvc-exception-handlers-and.html
http://www.captaindebug.com/2012/02/spring-3-mvc-exception-handlers-and_14.html
http://www.captaindebug.com/2012/02/using-springs-simplemappingexceptionhan.html
facebook - Spring Social facebook sample:
http://www.captaindebug.com/2012/07/getting-started-with-spring-social-part.html
powermock-tips - samples for the Powermock blogs:
http://www.captaindebug.com/2011/10/using-powermock-to-mock-static-methods.html
http://www.captaindebug.com/2011/10/why-use-powermock-to-mock-private.html
http://www.captaindebug.com/2011/10/using-powermock-to-mock-constructors.html
http://www.captaindebug.com/2011/10/testing-objects-internal-state-with.html
http://www.captaindebug.com/2011/11/reviewing-powermocks-features.html
sim-map-exc-res Sample SimpleMappingExceptionResolver for the Spring Exception Handling blogs:
http://www.captaindebug.com/2012/02/spring-3-mvc-exception-handlers.html
http://www.captaindebug.com/2012/02/spring-3-mvc-exception-handlers-and.html
http://www.captaindebug.com/2012/02/spring-3-mvc-exception-handlers-and_14.html
http://www.captaindebug.com/2012/02/using-springs-simplemappingexceptionhan.html
social - The Spring Social sample code for
http://www.captaindebug.com/2012/06/getting-started-with-spring-social.html
state-machine
See: http://www.captaindebug.com/2012/04/implementing-state-machine-pattern-as.html
xml-tips-blog, xml-tips-jaxb, xml-tips-xmlbeans - blogs on Approaches to XML
http://www.captaindebug.com/2012/01/approaches-to-xml-part-1-xml-is-not.html
http://www.captaindebug.com/2012/01/approaches-to-xml-part-2-what-about-sax.html
http://www.captaindebug.com/2012/01/approaches-to-xml-part-3-jaxb.html
http://www.captaindebug.com/2012/01/approaches-to-xml-part-4-xmlbeans.html
http://www.captaindebug.com/2012/01/approaches-to-xml-review.html