We've been using messages resource bundle to display the error messages to the end user till now. However, recent design modifications require the error messages to be picked up from the error messages table in the database instead of from the messages.properties. Is it possible in the springs framework or we need to go with the custom implementation? Thanks in advance.We've been using messages resource bundle to di