-
Notifications
You must be signed in to change notification settings - Fork 4
/
blog.html
270 lines (209 loc) · 7.92 KB
/
blog.html
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaMoney</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Le styles -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/asciidoctor.css" rel="stylesheet">
<link href="/css/base.css" rel="stylesheet">
<link href="/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="/">JavaMoney</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="http://github.com/JavaMoney/">View on GitHub</a></li>
<li><a href="feed.xml">Subscribe</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Modules <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="nav-header">JSR 354</li>
<li><a href="api.html">Specification (API)</a></li>
<li class="divider"></li>
<li><a href="ri.html">Moneta (Reference Implementation)</a></li>
<li><a href="tck.html">TCK (Technical Compatibility Kit)</a></li>
<li class="divider"></li>
<li class="nav-header">JavaMoney</li>
<li><a href="lib.html">Library</a></li>
<li><a href="https://github.com/JavaMoney/javamoney-examples">Examples</a></li>
<li class="nav-header">Sandbox</li>
<li><a href="shelter.html">Shelter</a></li>
<li class="divider"></li>
<li class="nav-header">Additional Info and Links</li>
<li><a href="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a></li>
<li><a href="http://javamoney.java.net">JSR 354 Project on Java.net</a></li>
<!-- <li><a href="blog.html">Blog (Events & History)</a></li></li> -->
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Blog</h1>
</div>
<a href="\blog\2015\pfd.html"><h1>Proposed Final Draft</h1></a>
<p>26 March 2015</p>
<p>
<header>
<h1>Proposed Final Draft</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<p>
The JSR 354 <b>Proposed Final Draft</b> started on JCP.org. Check out the <a
href="https://jcp.org/aboutJava/communityprocess/pfd/jsr354/index.html">PFD
Download Page</a>
</p>
</section>
</p>
<a href="\blog\2014\devoxx14.html"><h1>DevoXX 2014</h1></a>
<p>12 November 2014</p>
<p>
<header>
<h1>DevoXX BE 2014</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 at Hackergarten </h3>
<p>
Anatole hosted a <b>Hackergarten</b> session on JSR 354 at <a
href="https://java.net/projects/hackgarten/pages/Home">DevoXX BE 2014</a>.
</p>
</section>
</p>
<a href="\blog\2014\javaone14.html"><h1>JavaOne 2014</h1></a>
<p>30 September 2014</p>
<p>
<header>
<h1>JavaOne 2014</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>JSR 354 at Hackergarten </h3>
<p>
Anatole hosted a <b>Hackergarten</b> session on JSR 354 at <a
href="https://blogs.oracle.com/javaone/entry/hackergarten_at_javaone_2014">JavaOne 2014</a>.
</p>
<h3>Bitcoin Panel about JavaMoney</h3>
<p>
Two leading JavaMoney contributors (though Anatole must have caught a bit too much "Java Feaver" in the Hackergarten it seems;-) and Payward COO Micchael Gronager were on an expert panel on <a
href="https://oracleus.activeevents.com/2014/connect/sessionDetail.ww?SESSION_ID=6297">Java and Digital Currencies, Friend or Foe?</a> at JavaOne 2014.
</p>
</section>
</p>
<a href="\blog\2014\pr2.html"><h1>Public Review 2</h1></a>
<p>26 March 2014</p>
<p>
<header>
<h1>Public Review 2</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Public Review 2</h3>
<p>
The JSR 354 <b>Public Review 2</b> started on JCP.org. Check out the <a
href="https://jcp.org/aboutJava/communityprocess/pr/jsr354/index2.html">PR 2
Download Page</a>
</p>
</section>
</p>
<a href="\blog.html"><h1>Events & History</h1></a>
<p>01 January 2014</p>
<p>
</p>
<a href="\blog\2013\gimmeshelter.html"><h1>Gimme Shelter</h1></a>
<p>24 November 2013</p>
<p>
<header>
<h1>JavaMoney Shelter</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Shelter Opened</h3>
<p>
The <b>JavaMoney Shelter</b> opened for incubating modules and those in need of adoption.<br>
Check out <a
href="../../shelter.html">javamoney-shelter</a> to <b>Adopt-a-JSR</b> and related projects before <b>Christmas</b>;-)
</p>
</section>
</p>
<a href="\blog\2013\pdr.html"><h1>Public Draft</h1></a>
<p>24 October 2013</p>
<p>
<header>
<h1>Public Draft Review</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Public Draft</h3>
<p>
The JSR 354 <b>Public Review</b> started on JCP.org. Check out the <a
href="http://jcp.org/aboutJava/communityprocess/pr/jsr354/index.html">PR
Download Page</a>
</p>
</section>
</p>
<a href="\blog\2013\edr.html"><h1>Early Draft</h1></a>
<p>01 May 2013</p>
<p>
<header>
<h1>Early Draft Review</h1>
</header>
<section id="downloads" class="clearfix"></section>
<section id="main_content">
<h3>Early Draft</h3>
<p>
The JSR 354 <b>Early Draft</b> started on JCP.org. Check out the <a
href="http://jcp.org/aboutJava/communityprocess/edr/jsr354/index.html">EDR
Download Page</a>
</p>
</section>
</p>
<hr />
<p>Older posts are available in the <a href="/archive.html">archive</a>.</p>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">© 2015 | Mixed with <a href="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <a href="http://jbake.org">JBake v2.2.1</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery-1.9.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/run_prettify.js"></script>
</body>
</html>