I agree 100%.  We do the same thing.  Most of our 
"DBAccessor" classes fill a HashMap from the DB 
tables and we use bean.getProperty(name) to access
them.

This means we do not need to do maitenance on the 
classes to add new properties.  Just add it to the
database and use it in the JSP.

This is much more extensible and maintainable.

Frank Lawlor
Athens Group, Inc.

Reply via email to