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