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.