HSE, which stands for Hibernate, Spring and Echo2, has a 2.0 Beta out now. From the annoucement:
New in this release:
- HSE is now an application framework! The distribution is now split into modules that can be plugged into the base framework. See the example and minimal apps.
- Improved the database disconnect detection. Detection is now done within the DAO rather than at the UI level. Currently supports Derby and Postgresql.
- Fixed bug where messages were not localized properly.
- Missing messages no longer cause a crash; It will instead display an error in place of the message.
- The old HSE base app has been adapted to use the framework and is now the example app.
- A new minimal app, that has no security system or pre-existing database tables. Pretty boring app, but a good starting point if you want a different security system or no security at all.
