Reloading classes without server restart

Stripes-Reload is a set of Stripes extensions that reload some of your Stripes-associated classes, including new classes, without having to restart the server so that you see your changes immediately. Stripes-Reload detects changes and reloads the following:

  • Action Beans
  • Type Converters
  • Formatters
  • Resource bundles

See http://code.google.com/p/stripes-reload/ for more details.

Frederic Daoud