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

[331 byte] By [gbilios] at [2007-9-27 20:36:41]
# 1
The ClassLoader is the right answer - move on :DIronluca
Ironluca at 2007-7-7 1:45:31 > top of Java-index,Other Topics,Patterns & OO Design...