The ToPIA team is pleased to announce the topia-2.7 release!
Tools for Portable and Independent Architecture :
Framework de persistance et de distribution d'application.
Documentation of the project can be found here:
http://maven-site.nuiton.org/topia
Important note
--------------
Due to http://nuiton.org/issues/2313, there is some incompatible api in DAO on findAllbyPage method.
You will have to use now the TopiaPagerBean to fix this.
Changes
-------
Changes in this version include:
New features:
o Add methods findAllLazyByQuery on TopiaDAO to iterate on result by a lazy mecanism Issue: 2301. Thanks to Tony Chemit. Resolved by tchemit.
o Improve entity visitor to export as csv files Issue: 2311. Thanks to Tony Chemit. Resolved by tchemit.
o Use new PageBean API from nuiton-utils Issue: 2313. Thanks to Tony Chemit. Resolved by tchemit.
o Add a new method to import a talbe and return imported entities Issue: 2309. Thanks to Tony Chemit. Resolved by tchemit.
o Add progress model while importing data Issue: 2310. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o TopiaCsvExport should use as incoming source Iterable not List Issue: 2302. Thanks to Tony Chemit. Resolved by tchemit.
o CsvFileImportResult does not give back correct entities number Issue: 2306. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
o Updates to nuiton-utils 2.6.2 Issue: 2314. Thanks to Tony Chemit. Resolved by tchemit.
Downloads
---------
No release file deployed. (all files are deployed in the maven repository)
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|topia|2.7|jar
Have fun!
-ToPIA team