-
Notifications
You must be signed in to change notification settings - Fork 4
/
shelter.html
184 lines (167 loc) · 8.8 KB
/
shelter.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
<!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="/archive.html">Blog</a></li>
<li><a href="https://github.com/JavaMoney/" target="_blank">View on GitHub</a></li>
<li><a href="feed.xml" target="_blank">RSS Subscribe</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="nav-header">JSR 354</li>
<li><a href="/api.html">API</a></li>
<li><a href="apidocs/">API (JavaDoc)</a></li>
<li><a href="/ri.html">Moneta Reference Implementation (RI)</a></li>
<li><a href="/tck.html">Technical Compatibility Kit (TCK)</a></li>
<li><a href="https://jcp.org/en/jsr/detail?id=354" target="_blank">Detail Page</a></li>
<li class="divider"></li>
<li class="nav-header">JavaMoney</li>
<li><a href="/lib.html">Library</a></li>
<li><a href="/midas.html">Midas</a></li>
<li><a href="https://github.com/JavaMoney/javamoney-examples" target="_blank">Examples</a></li>
<li><a href="/shelter.html">Shelter</a></li>
<li><a href="http://jadira.sourceforge.net/usertype.extended/" target="_blank">Jadira Usertype Extended (Hibernate support)</a></li>
<li><a href="https://github.com/zalando/jackson-datatype-money" target="_blank">Jackson Datatype Money by Zalando</a></li>
<li class="divider"></li>
<li class="nav-header">Additional Information</li>
<li><a href="https://groups.io/g/javamoney/" target="_blank">[email protected]</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-api-bp" target="_blank">API - Backport to Java 7 (API BP)</a></li>
<li><a href="https://github.com/JavaMoney/jsr354-ri-bp" target="_blank">Moneta Reference Implementation - Backport to Java 7 (RI BP)</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Shelter</h1>
</div>
<p><em>06 November 2016</em></p>
<p>
<section id="downloads" class="clearfix">
<h2>
<a name="welcome-to-the-javamoney-shelter" class="anchor"
href="#welcome-to-the-javamoney-financial-library"><span
class="octicon octicon-link"></span></a>Welcome to the JavaMoney Shelter.
</h2>
<p>
<a href="http://github.com/JavaMoney/javamoney-shelter">JavaMoney-shelter</a>
is a sandbox or "sanctuary" (no TWD style, we promise;-D) for new ideas and modules to be adopted,
e.g. via <a href="https://community.oracle.com/community/java/jcp/adopt-a-jsr">Adopt-a-JSR</a>
or similar programs.<br> The shelter also acts as incubator
module for testing out new features or modules before they may enter
the official javamoney library.<br> This allows to gain
experience and make components error prone and performant and enables
a discussion of new features with a broader community.
</p>
<!--
<pre><code><dependency>
<groupId>org.javamoney.shelter</groupId>
<artifactId>javamoney-${module}<artifactId>
<versionId>the current version</version>
</dependency></code></pre>
<p>
The release artifacts should be accessible from the following repositories:
<ul>
<li>Maven Central</li>
</ul>
</p>
</section>
-->
<section id="main_content">
<header>
<h2>Gimme Shelter</h2>
</header>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/8kl6q_9qZOs" frameborder="0"
allowfullscreen></iframe>
<header>
<h2>Social Media Week</h2>
</header>
<p>
At <a href="http://socialmediaweek.org/">Social Media Week</a> 2014,
<a href="https://github.com/keilw" class="user-mention">Werner
Keil</a> hosted expert discussions about Digital Currencies like Bitcoin
in Copenhagen <iframe src="//www.slideshare.net/slideshow/embed_code/key/sjNiniOwbfWQo8" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/keilw/smw14-bitcoin-cph" title="Bitcoin, Payment Instrument or Object of Speculation? (SMWCPH 2014)" target="_blank">Bitcoin, Payment Instrument or Object of Speculation? (SMWCPH 2014)</a> </strong> by <strong><a target="_blank" href="//www.slideshare.net/keilw">Werner Keil</a></strong> </div>
<p>and Hamburg<br>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/boe1w8lBsEjhgZ" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/keilw/bitcoin-payment-instrument-or-object-of-speculation-smwhh-2014" title="Bitcoin, Payment Instrument or Object of Speculation? (SMWHH 2014)" target="_blank">Bitcoin, Payment Instrument or Object of Speculation? (SMWHH 2014)</a> </strong> von <strong><a target="_blank" href="//www.slideshare.net/keilw">Werner Keil</a></strong> </div>
<br>
<p>
The Hamburg session was recorded, if you log into <a
href="http://socialmediaweek.org/">Social Media Week</a> you can
watch the full video.
</p>
</section>
<hr>
<h2>How to Adopt?</h2>
<h3>
<a name="authors-and-contributors" class="anchor"
href="#authors-and-contributors"><span
class="octicon octicon-link"></span></a>Authors and Contributors
</h3>
<p>
Everyone is welcome to contribute. Werner Keil (<a
href="https://github.com/keilw" class="user-mention">@keilw</a>)
composed this project for you.
</p>
</section>
</p>
<hr>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p>Having trouble with JavaMoney?
Ask your question at <a href="https://stackoverflow.com/questions/tagged/java-money+jsr354" target="_blank">StackOverflow</a> with tag <code>java-money</code>.
Join the Gitter chat <a href="https://gitter.im/orgs/JavaMoney/rooms" target="_blank"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a>.
Or contact <a href="mailto:[email protected]">[email protected]</a>
</p>
<p class="muted credit">© 2024 JavaMoney | Mixed with <a href="https://getbootstrap.com/">Bootstrap v2.3.2</a> | Baked with <a href="http://jbake.org">JBake v2.6.7</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>