Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathabout.html
More file actions
Latest commit
133 lines (119 loc) · 5.75 KB
/
Copy pathabout.html
File metadata and controls
133 lines (119 loc) · 5.75 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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<title>JavaMoney</title>
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<metaname="description" content="">
<metaname="author" content="">
<metaname="keywords" content="">
<!-- Le styles -->
<linkhref="/css/bootstrap.min.css" rel="stylesheet">
<linkhref="/css/asciidoctor.css" rel="stylesheet">
<linkhref="/css/base.css" rel="stylesheet">
<linkhref="/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">-->
<linkrel="shortcut icon" href="favicon.ico">
</head>
<body>
<divid="wrap">
<!-- Fixed navbar -->
<divclass="navbar navbar-fixed-top">
<divclass="navbar-inner">
<divclass="container">
<buttontype="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="brand" href="/">JavaMoney</a>
<divclass="nav-collapse collapse">
<ulclass="nav">
<li><ahref="/archive.html">Blog</a></li>
<li><ahref="/about.html">About</a></li>
<li><ahref="http://github.com/JavaMoney/">View on GitHub</a></li>
<li><ahref="feed.xml">Subscribe</a></li>
<liclass="dropdown">
<ahref="#" class="dropdown-toggle" data-toggle="dropdown">Links <bclass="caret"></b></a>
<ulclass="dropdown-menu">
<liclass="nav-header">JSR 354</li>
<li><ahref="api.html">Specification (API)</a></li>
<liclass="divider"></li>
<li><ahref="ri.html">Moneta (Reference Implementation)</a></li>
<li><ahref="tck.html">TCK (Technical Compatibility Kit)</a></li>
<liclass="divider"></li>
<liclass="nav-header">JavaMoney</li>
<li><ahref="lib.html">Library</a></li>
<li><ahref="midas.html">Midas</a></li>
<li><ahref="https://github.com/JavaMoney/javamoney-examples">Examples</a></li>
<liclass="nav-header">Sandbox</li>
<li><ahref="shelter.html">Shelter</a></li>
<liclass="divider"></li>
<liclass="nav-header">Additional Information</li>
<li><ahref="http://jcp.org/en/jsr/detail?id=354">JSR 354 Detail Page</a></li>
<li><ahref="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>
<divclass="container">
<divclass="page-header">
<h1>About</h1>
</div>
<p><em>24 October 2013</em></p>
<p><h2>What is JavaMoney?</h2>
<sectionid="downloads">
<imgsrc="img/javamoney_cup.jpg" padding="5px" height="120px" width="120px"></td>
</section>
<sectionid="main_content">
<p>JavaMoney is the new monetary API for the Java™ Platform as well as related projects and libraries.
Whereas the API (JSR 354) provides a portable and extendible API for handling of Money & Currency
models, Moneta provides a production ready reference implementation.<br/>
The JavaMoney libraries add additional functionalities that were built on top of the API such as</p>
<ul>
<li>Currency conversion</li>
<li>Currency mapping and namespaces</li>
<li>Basic financial calculations</li>
<li>Extended formatting (usable for arbitrary types)</li>
<li>Region API, allowing to organize regions, countries and territories as a forest of region trees</li>
<li>Validity API, allowing to manage the validity of arbitrary data and relations related to time (history)</li>
</ul>
<p>
Different people have contributed to this project. During the
development of JSR 354, <ahref="https://github.com/atsticks"
class="user-mention">@atsticks</a> and <a
href="https://github.com/keilw" class="user-mention">@keilw</a>
founded this project and were also the main contributors.
</p>.
</section>
<hr>
</p>
<hr>
</div>
<divid="push"></div>
</div>
<divid="footer">
<divclass="container">
<pclass="muted credit">© 2016 | Mixed with <ahref="http://twitter.github.com/bootstrap/">Bootstrap v2.3.1</a> | Baked with <ahref="http://jbake.org">JBake v2.3.2</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<scriptsrc="/js/jquery-1.9.1.min.js"></script>
<scriptsrc="/js/bootstrap.min.js"></script>
<scriptsrc="/js/run_prettify.js"></script>
</body>
</html>