-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (179 loc) · 10.3 KB
/
index.html
File metadata and controls
191 lines (179 loc) · 10.3 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.7.1 -->
<title>Steve Hostettler | Steve Hostettler’s personal blog about automatic testing, Java, Java EE, and Architecture.</title>
<meta name="generator" content="Jekyll v3.8.7" />
<meta property="og:title" content="Steve Hostettler" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Steve Hostettler’s personal blog about automatic testing, Java, Java EE, and Architecture." />
<meta property="og:description" content="Steve Hostettler’s personal blog about automatic testing, Java, Java EE, and Architecture." />
<link rel="canonical" href="http://localhost:4000/" />
<meta property="og:url" content="http://localhost:4000/" />
<meta property="og:site_name" content="Steve Hostettler" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Steve Hostettler" />
<script type="application/ld+json">
{"@type":"WebSite","url":"http://localhost:4000/","name":"Steve Hostettler","headline":"Steve Hostettler","description":"Steve Hostettler’s personal blog about automatic testing, Java, Java EE, and Architecture.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Steve Hostettler" /></head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">Steve Hostettler</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/about-me/">About me</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<div class="home">
<h2 class="post-list-heading">Posts</h2>
<ul class="post-list"><li><span class="post-meta">Mar 4, 2019</span>
<h3>
<a class="post-link" href="/2019/03/04/microservice-architecture-part-3.html">
Microservice Architecture - Part 3 (Diving into microservices)
</a>
</h3></li><li><span class="post-meta">Feb 17, 2019</span>
<h3>
<a class="post-link" href="/2019/02/17/microservice-architecture-part-2.html">
Microservice Architecture - Part 2 (SSO, Logging, and all that)
</a>
</h3></li><li><span class="post-meta">Feb 17, 2019</span>
<h3>
<a class="post-link" href="/2019/02/17/microservice-architecture-part-1.html">
Microservice Architecture - Part 1 (A running microservice architecture)
</a>
</h3></li><li><span class="post-meta">Feb 27, 2016</span>
<h3>
<a class="post-link" href="/2016/02/27/my-two-cents-on-svn-vs-git.html">
My two cents on SVN vs GIT
</a>
</h3></li><li><span class="post-meta">Feb 10, 2016</span>
<h3>
<a class="post-link" href="/2016/02/10/data-warehouse.html">
A (small) hitchhiker's guide to Data Warehousing
</a>
</h3></li><li><span class="post-meta">Jan 30, 2016</span>
<h3>
<a class="post-link" href="/jee7,/tests,/integration/arquillian,/docker/2016/01/30/integration-tests-with-docker-and-arquillian.html">
Integration Tests with Docker And Arquillian
</a>
</h3></li><li><span class="post-meta">Dec 2, 2015</span>
<h3>
<a class="post-link" href="/docker/2015/12/02/cleaning-intermediate-docker-images.html">
Cleaning Intermediate Docker Images
</a>
</h3></li><li><span class="post-meta">Dec 26, 2014</span>
<h3>
<a class="post-link" href="/ears/jee/rmi/2014/12/26/communication-between-java-enterprise-applications.html">
Communication between Java Enterprise Applications
</a>
</h3></li><li><span class="post-meta">May 18, 2014</span>
<h3>
<a class="post-link" href="/2014/05/18/fakes-stubs-dummy-mocks-doubles-and-all-that.html">
Fakes, Stubs, Dummy, Mocks, Doubles and all that...
</a>
</h3></li><li><span class="post-meta">Apr 18, 2014</span>
<h3>
<a class="post-link" href="/unit%20tests/acceptance%20tests/tests%20levels/integration%20tests/verification/validation/2014/04/18/testing-levels.html">
Testing levels
</a>
</h3></li><li><span class="post-meta">Dec 31, 2012</span>
<h3>
<a class="post-link" href="/2012/12/31/jee6-tutorial.html">
JEE6 Tutorial
</a>
</h3></li><li><span class="post-meta">Dec 5, 2012</span>
<h3>
<a class="post-link" href="/cdi/java%20ee6/jee6/ejb%203.1/jpa%202.0/multi-tenancy/multi-site/entity%20manager/2012/12/05/servicelocator.html">
Context Dependency Injection and the Rich Object Model
</a>
</h3></li><li><span class="post-meta">Nov 20, 2012</span>
<h3>
<a class="post-link" href="/cdi/java%20ee6/jee6/ejb%203.1/jpa%202.0/multi-tenancy/multi-site/entity%20manager/2012/11/20/multi-tenancy.html">
Multi-Tenancy with EJB 3.1 and JPA 2.0
</a>
</h3></li><li><span class="post-meta">Jun 10, 2012</span>
<h3>
<a class="post-link" href="/java%20ee%206/jee6/java/session/conversation/garbage%20collector/2012/06/10/Sessions-GC-Conversations.html">
About Sessions, Conversations, and the Garbage Collector
</a>
</h3></li><li><span class="post-meta">May 24, 2012</span>
<h3>
<a class="post-link" href="/java%20ee%206/jee6/java/xml/moxy/object%20xml%20mapping/java%20se/jaxb/2012/05/24/moxy.html">
Object-XML Mapping with JAXB & MOXy
</a>
</h3></li><li><span class="post-meta">May 18, 2012</span>
<h3>
<a class="post-link" href="/test/verification/validation/definition/2012/05/18/verification-validation-and-all-that.html">
Verification & Validation
</a>
</h3></li><li><span class="post-meta">May 2, 2012</span>
<h3>
<a class="post-link" href="/security/java%20ee%206/jee6/java/jaas/interceptor/tomcat%207/2012/05/02/a-jee6-security-interceptor-for-tomcat-7.html">
A JEE6 security interceptor for Tomcat 7
</a>
</h3></li><li><span class="post-meta">Apr 16, 2012</span>
<h3>
<a class="post-link" href="/integration%20testing/test%20automation/web%20application/java%20ee6/jee6/selenium/junit/2012/04/16/using-selenium-for-web-integration-testing.html">
Using Selenium for web integration testing
</a>
</h3></li><li><span class="post-meta">Apr 9, 2012</span>
<h3>
<a class="post-link" href="/integration%20testing/test/web%20application/java%20ee6/jee6/tomcat%207/war/junit/2012/04/09/embedded-jee-web-application-integration-testing-using-tomcat-7.html">
Embedded Web Application integration testing using Tomcat 7 and JUnit
</a>
</h3></li><li><span class="post-meta">Apr 5, 2012</span>
<h3>
<a class="post-link" href="/shrinkwrap/java%20ee6/jee6/tomcat%207/war/2012/04/05/programmatically-build-web-archives-using-shrinkwrap.html">
Programmatically build web archives using ShrinkWrap
</a>
</h3></li><li><span class="post-meta">Apr 2, 2012</span>
<h3>
<a class="post-link" href="/cdi/java%20ee6/jee6/weld/junit/injection/scopes/2012/04/02/how-to-test-a-jsf-named-bean.html">
How to simulate CDI scopes and injection in Java SE.
</a>
</h3></li><li><span class="post-meta">Mar 25, 2012</span>
<h3>
<a class="post-link" href="/jsf/java%20ee6/jee6/performances/tomcat%207/weld/junit/2012/03/25/improve-jsf-applications-startup-time.html">
On JEE 6 webapps startup time
</a>
</h3></li><li><span class="post-meta">Mar 22, 2012</span>
<h3>
<a class="post-link" href="/jpa%202.0/java%20ee%206/jee6/java/or%20mapping/java%20se/2012/03/22/one-to-one-relations-in-jpa-2-dot-0.html">
One to One relations in JPA 2.0
</a>
</h3></li><li><span class="post-meta">Mar 19, 2012</span>
<h3>
<a class="post-link" href="/jpa%202.0/java%20ee%206/jee6/java/test/java%20se/junit/derby/java%20db/integration%20test/2012/03/19/testing-jpa-in-java-se.html">
Testing JPA 2.0 entities in Java SE
</a>
</h3></li></ul>
<p class="rss-subscribe">subscribe <a href="/feed.xml">via RSS</a></p></div>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<h2 class="footer-heading">Steve Hostettler</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li class="p-name">Steve Hostettler</li><li><a class="u-email" href="mailto:steve.hostettler@gmail.com">steve.hostettler@gmail.com</a></li></ul>
</div>
<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a href="https://github.com/hostettler"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">hostettler</span></a></li></ul>
</div>
<div class="footer-col footer-col-3">
<p>Steve Hostettler's personal blog about automatic testing, Java, Java EE, and Architecture.</p>
</div>
</div>
</div>
</footer>
</body>
</html>