-
Country list in Spring
Dear all,
I need to offer a service handling countries and their currencies.
I have a Country bean class and a Currency bean class.
Each of these two classes has a code and a name.
The actual values for these beans will not be kept in a database but shall be coded in some Spring configuration, like a list I guess.
Any tip..?
Cheers
-
What you want is for example to be able to show country name and its currency?
If yes, I think you should have property member in your country for it’s currency among other properties like name size etc...