currency « Format « JSP-Servlet Q&A





1. In what format for Java would I be advised to represent currency symbols so that they can be easily displayed on a JSP page?    stackoverflow.com

I have a table of 3-alpha currency codes for every available currency, e.g: USD, JPY, EUR, etc. But it's a bit long-winded to display the 3-alpha codes on a web page when ...

2. Euro Currency Formatting In Linux    coderanch.com

Hi, I am using a fedora core 2 linux in which i have my oracle 10g database and tomcat 4.0 installed. In my application i am reading values from database and creating an XML using JDOM. This XML contains the currency tag for which the value is Euro Symbol() when i try to read the XML and format the currency fields ...

3. Currency formatting and color    coderanch.com