You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"name":"jsr354-api","tagline":"Reference Implementation of JSR 354","body":"### Welcome to Moneta - the JSR 354 reference implementation\r\nThis module implements JSR 354 Money & Currency. Hereby basically implementations of amounts, currency and roundings are provided.\r\nYou can access the RI by adding the following maven dependenceies:\r\n```\r\n<dependency>\r\n <groupId>org.javamoney</groupId>\r\n <artifactId>jsr-354-ri</artifactId>\r\n <version>0.7-SNAPSHOT</version>\r\n</dependency>\r\n```\r\n\r\nNevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:\r\n* the RI only contains a very small, minimalistic subset of features. \r\n* The JavaMoney project contains additional functionalities, such as \r\n** currency conversion, \r\n** currency management and \r\n** rounding and formatting faatures, \r\n** regions and validite4s support\r\n** bundles for different runtime environments\r\n\r\n### Authors and Contributors\r\ntbd.\r\n\r\n### Support or Contact\r\ntbd","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
{"name":"jsr354-tck","tagline":"TCK of JSR 354","body":"### Welcome to the JSR 354 Technical Compatibiliy Kit (TCK)\r\nThis module implements JSR 354 Money & Currency. Hereby basically implementations of amounts, currency and roundings are provided.\r\nYou can access the RI by adding the following maven dependenceies:\r\n```\r\n<dependency>\r\n <groupId>org.javamoney</groupId>\r\n <artifactId>jsr-354-ri</artifactId>\r\n <version>0.7-SNAPSHOT</version>\r\n</dependency>\r\n```\r\n\r\nNevertheless we highly recommend you to depend on the Javamoney OSS library to be used, due to the following reasons:\r\n* the RI only contains a very small, minimalistic subset of features. \r\n* The JavaMoney project contains additional functionalities, such as \r\n** currency conversion, \r\n** currency management and \r\n** rounding and formatting faatures, \r\n** regions and validite4s support\r\n** bundles for different runtime environments\r\n\r\n### Authors and Contributors\r\ntbd.\r\n\r\n### Support or Contact\r\ntbd","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}
<ahref="https://github.com/JavaMoney/javamoney-lib" id="view-on-github" class="button"><span>View on GitHub</span></a>
29
+
</section>
30
+
31
+
<hr>
32
+
33
+
<sectionid="main_content">
34
+
<h3>
35
+
<aname="welcome-to-the-javamoney-financial-library" class="anchor" href="#welcome-to-the-javamoney-financial-library"><spanclass="octicon octicon-link"></span></a>Welcome to the JavaMoney financial library.</h3>
36
+
37
+
<p>JavaMoney is a financial library that is built upon JSR 354 (or compatible libraries). Whereas the JSR 354 API and reference implementation provides the fundamentals like monetary amounts, customizable currencies and interfaces for interoperation this library adds additional powerful APIs and SPIs that were implemented during JSR development as a proof of concept:</p>
38
+
39
+
<ul>
40
+
<li>
41
+
<strong>Currency Conversion</strong>, supporting multiple conversion data providers, direct and derived (chained) rates, current, as well as historic conversion. Also feed implementations from the European Central Bank (EZB) and the International Monetary Funds (IMF) were available, that support currency conversion back to 1995 for almost every ISO currency.</li>
42
+
<li>
43
+
<strong>Currency Services</strong>, provide a EE styled service, which allows querying currencies available and supports mapping between different currency naming schemes.</li>
44
+
<li>
45
+
<strong>Formatting</strong> provides an extendable formatting library that allows to define complex formatters, that can be configured in arbitrary ways using <code>LocalizationStyle</code> instances. Also available is a flexible Builder for creating arbitrary complex formatters and parsers based on an ordered set of arbitrary tokens.</li>
46
+
<li>
47
+
<strong>Region API</strong> provides a forest (a set of trees) of regions. This allows to model regional hierarchies in a more flexible and intuitive way, than adding all functionalities into <code>java.util.Locale</code>. By default the Unicode CLDR region tree, well as ISO countries defined by the 2- or 3-letter country code are available. Of course, the API is fully extendible, so customer related regions such as legal units, customer segments etc can be mapped easily to this API, also.</li>
48
+
<li>
49
+
<strong>Validity API</strong> This API provides a generic API for accessing historic validity information for arbitrary items, and for relationships between items. By default the API provides access to the historic relationship of currencies to countries using the Unicode CLDR data.</li>
50
+
<li>
51
+
<strong>common</strong> provides general functionality, such as an automatic data loader, which allows to update and locally cache arbitrary remote resources, and inform clients, if a new version of a resource was detected.</li>
52
+
<li>
53
+
<strong>calc</strong> finally provides a set of moentary calculations and formulas. The idea here is to provide a comprehensive set of algorithms and tools to perform complex financial mathematics. </li>
54
+
<li>
55
+
<strong>bundles</strong> finally provides the library in different flavors, targeting different execution environments:
56
+
** <strong>se</strong> loading SPIs only using the JDK <code>ServiceLoader</code>.
57
+
** <strong>se-cdi</strong> loading SPIs based on a Weld SE container.
58
+
** <strong>ee</strong> loading SPIs based on CDI in a Java EE environment >= EE6.</li>
59
+
</ul><p>To use the library you simply have to add the Maven dependency to your project (tbd)</p>
<versionId>the current version</version>
65
+
</dependency>
66
+
</code></pre>
67
+
68
+
<h3>
69
+
<aname="authors-and-contributors" class="anchor" href="#authors-and-contributors"><spanclass="octicon octicon-link"></span></a>Authors and Contributors</h3>
70
+
71
+
<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 <ahref="https://github.com/keilw" class="user-mention">@keilw</a> founded this project and also were the main contributors. Nevertheless everybody is really welcome to help us, to make this library more feasible and add features.</p>
<p>The javamoney experimental module is for testing out new features before the go into the official javamoney library. This allows to gain experience and make components error prone and performant and enables to discuss the new features in a broader community.</p>
77
+
78
+
<h3>
79
+
<aname="support-or-contact" class="anchor" href="#support-or-contact"><spanclass="octicon octicon-link"></span></a>Support or Contact</h3>
80
+
81
+
<p>Having trouble with Pages? Check out the documentation at http://tbd/pages or contact <ahref="mailto:support@javamoney.org">support@javamoney.org</a>.</p>
82
+
</section>
83
+
84
+
<footer>
85
+
Javamoney-lib is maintained by <ahref="https://github.com/JavaMoney">JavaMoney</a><br>
86
+
This page was generated by <ahref="http://pages.github.com">GitHub Pages</a>. Tactile theme by <ahref="https://twitter.com/jasonlong">Jason Long</a>.
{"name":"Javamoney-lib","tagline":"JavaMoney financial library, evolved from JSR 354 development.","body":"### Welcome to the JavaMoney financial library.\r\nJavaMoney is a financial library that is built upon JSR 354 (or compatible libraries). Whereas the JSR 354 API and reference implementation provides the fundamentals like monetary amounts, customizable currencies and interfaces for interoperation this library adds additional powerful APIs and SPIs that were implemented during JSR development as a proof of concept:\r\n* **Currency Conversion**, supporting multiple conversion data providers, direct and derived (chained) rates, current, as well as historic conversion. Also feed implementations from the European Central Bank (EZB) and the International Monetary Funds (IMF) were available, that support currency conversion back to 1995 for almost every ISO currency.\r\n* **Currency Services**, provide a EE styled service, which allows querying currencies available and supports mapping between different currency naming schemes.\r\n* **Formatting** provides an extendable formatting library that allows to define complex formatters, that can be configured in arbitrary ways using `LocalizationStyle` instances. Also available is a flexible Builder for creating arbitrary complex formatters and parsers based on an ordered set of arbitrary tokens.\r\n* **Region API** provides a forest (a set of trees) of regions. This allows to model regional hierarchies in a more flexible and intuitive way, than adding all functionalities into `java.util.Locale`. By default the Unicode CLDR region tree, well as ISO countries defined by the 2- or 3-letter country code are available. Of course, the API is fully extendible, so customer related regions such as legal units, customer segments etc can be mapped easily to this API, also.\r\n* **Validity API** This API provides a generic API for accessing historic validity information for arbitrary items, and for relationships between items. By default the API provides access to the historic relationship of currencies to countries using the Unicode CLDR data.\r\n* **common** provides general functionality, such as an automatic data loader, which allows to update and locally cache arbitrary remote resources, and inform clients, if a new version of a resource was detected.\r\n* **calc** finally provides a set of moentary calculations and formulas. The idea here is to provide a comprehensive set of algorithms and tools to perform complex financial mathematics. \r\n* **bundles** finally provides the library in different flavors, targeting different execution environments:\r\n** **se** loading SPIs only using the JDK `ServiceLoader`.\r\n** **se-cdi** loading SPIs based on a Weld SE container.\r\n** **ee** loading SPIs based on CDI in a Java EE environment >= EE6.\r\n\r\nTo use the library you simply have to add the Maven dependency to your project (tbd)\r\n```\r\n<dependency>\r\n <groupId>org.javamoney</groupId>\r\n <artifactId>javamoney-${environment}<artifactId>\r\n <versionId>the current version</version>\r\n</dependency>\r\n```\r\n\r\n### Authors and Contributors\r\nDifferent people have contributed to this project. During the development of JSR 354, @atsticks and @keilw founded this project and also were the main contributors. Nevertheless everybody is really welcome to help us, to make this library more feasible and add features.\r\n\r\n### javamoney-experimental\r\nThe javamoney experimental module is for testing out new features before the go into the official javamoney library. This allows to gain experience and make components error prone and performant and enables to discuss the new features in a broader community.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://tbd/pages or contact support@javamoney.org.","google":"org.javamoney","note":"Don't delete this file! It's used internally to help with page regeneration."}
0 commit comments