Code generator for list of countries

There was a second need for me to display a list of countries for my users to select. While the first required insertion of names of the countries into the database, the second required the list of countries to be populated as an array of data objects via Java. I need to include boiler plate coding to convert a text list of countries into usable forms for the two different programming requirements.

Since the list is more than a 100 items long, it will be more efficient to get the computer to generate the list of countries with the necessary boiler plate coding.

The code generator

In this post, I present a code generator that I had written to help me convert a text list of countries to other code forms.

Some posts that you may want to read

About Clivant

Clivant a.k.a Chai Heng enjoys composing software and building systems to serve people. He owns techcoil.com and hopes that whatever he had written and built so far had benefited people. All views expressed belongs to him and are not representative of the company that he works/worked for.