OO
I have written a Servlet that needs a class to load the files and the class definitions. Basically, I have a class Config that will retrieve rows of data from a MySQL database and then populate the variables to the appropriate classes. Would a ClassLoader do the job?
If not, what is the ideal solution?
gbilios

