Struts DataSource Manager



Home

Features

Documentation

FAQ

Download

Links

License

Contacts

These are the features currently implemented in the latest version of Struts DataSource Manager:

  • Allows to load the Struts application anyway, even if there is some error,such as a missing JDBC driver.

  • It is completely compatible with Struts internal DataSource manager, you can still call the "getDataSource" method inside the Action classes.

  • You can reload the DataSource configuration without the need to reload the entire application.

  • Allows the assignment of data sources directly to business delegates, without the need to pass through an Action and getting a DataSource. This way you have a cleaner separation between Controller (Actions) and Model (delegates) layers.

In the future releases, there will be an administration tool that can be used to manipulate the configuration files and reload them instantaneously.