If you are using Zauber Commons (our java components), you may be interested on the new version: 3.8. This is a small release. Compatible with the 3.7 version.
- Changelog:
-
- commons-spring
- HttpPagingHelper: Now it is posible to use another GET parameter name to track the current page number (the default is "page)". The default value can be changed with the new method setPageField(String).
- commons-spring
- Known Bugs
- None known at this time
- How to use it
-
There isn't a site with tutorials or formal documentation for Zauber Commons yet, but we are working on that. For now you can browse the source at the SVN repository https://code.zauber.com.ar/repos/sandbox/components/commons/code/trunk/. Also you can use Zauber Commons with a Maven 2:
<repositories> <repository> <id>zauber-code-releases</id> <name>public zauber repository</name> <url>https://repo1.zauber.com.ar/zauber/code/releases</url> <releases><enabled>true</enabled></releases> <snapshots><enabled>false</enabled></snapshots> </repository> <repository> <id>zauber-code-snapshots</id> <name>public zauber repository</name> <url>https://repo1.zauber.com.ar/zauber/code/snapshots</url> <releases><enabled>false</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> </repositories>And for example add a dependency to your project<dependency> <groupId>ar.com.zauber.commons.web</groupId> <artifactId>commons-web-version</artifactId> <version>${commons.version}</version> </dependency> - Diffstat
HttpPagingHelper.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)

0 comments:
Post a Comment