Results 1 to 2 of 2

Thread: Country list in Spring

  1. #1
    Join Date
    Mar 2008
    Posts
    250

    Default 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

  2. #2

    Default

    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •