Spring DAO support has been improved in the latest FireStorm 4.0 beta, which is now available for
download. Each Spring DAO method is now annotated as @Transactional and the spring configuration file specifies a DataSourceTransactionManager. By default the DAO finder methods now return typed lists e.g. List<Customer> rather than arrays.
There are some improvements to Spring MVC support as well. FireStorm now generates a single controller per table which extends MultiActionController.
Labels: spring dao