Hello,
one of my clients would like me to develop a module which will let her update enum values displayed in popup menus in one of my web projects. The problem is that the popup menu values are hard-corded in Java enum classes.
Is there a relatively-painless way to replace Java enums by values contained in a database table, in a Roo project?
Will this break Roo's project-update functionality (ie, whenever you modify an enum class in a project, Roo automatically updates the classes that use it)?
Many thanks.
Philroc


Reply With Quote