Skip to content
Anatole Tresch edited this page Sep 27, 2013 · 3 revisions

The JavaMoney Finance Library

Welcome to JavaMoney! JavaMoney was created as proof of concept of the upcoming JSR 354 (money and currency). Most of the modules are fully functional, though currently the library still is in alpha release. The library will go final, when also the underlying JSR will be final (end of year, beginning 2014 latest). The JST hereby provides the basic building blocks, that are used, to provide additional features:

  • Currency Conversion
  • Formatting
  • Regions
  • Currency Services
  • Validities
  • Calculations

The framework provides different bundles for usage in different runtime scenarios:

  • Java SE
  • Java SE with CDI (using Weld standalone)
  • Java EE (based on CDI features of the container)
Clone this wiki locally