Posted By:
Tonio_Caputo
Posted On:
Monday, March 25, 2002 12:50 PM
The first answer is "YES", you
must implement a class that
extends java.util.ResourceBundle
and obtains de data from de DB.
If you are expecting an existing
DBResourceBundle no there is not,
at list in standard java distribution.
I suppose trying to emulate all
the functionality of the existent
ListResourceBundle and PropertyResourceBundle
will be a little hard, but you can start
with a simple implementation.
Hope this help you.