Spring Framework
History About php (Preprocessor HyperText) click here http://en.wikipedia.org/wiki/PHP php the right way is the best site for learn php and it will teach you about good programming technique visit here learn yourself best of luck www.phptherightway.com Spring Framework Question: How to use properties file to load country options Answer: This solution will show you how to place the country options in a properties file. The values will no longer be hard coded in the Java code. 1. Create a properties file to hold the countries. It will be a name value pair. Country code is name. Country name is the value. New text file: WEB-INF/countries.properties BR=Brazil FR=France CO=Colombia IN=India Note the location of the properties file is very important. It must be stored in WEB-INF/countries.propertie...