1 Reply Latest reply on Feb 26, 2003 10:34 AM by adrian.brock

    Multiple language support using MBean?

    erikture

      Hello!

      I am using jboss 3.06.
      My application is a jsp/ejb application.
      All static text my jsp displays are stored in a propertyfile and retrieved using a ResourceBundle. This will make it possible for me to implement a multilanguage support. However I would like to be able to change the "static" texts in runtime.

      What I think I would like to do is to store them in the database and retreive them through a Mbean.

      Can this be done?
      Is there an example how to do this?
      I have never used Mbeans before!

      /Erik