News

Nuiton Web 1.13 released

Added by Maven Release 20 days ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.13 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

New features:
  • Customize JettyLauncher port and contextPath Issue: #2675. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates nuiton-utils to 2.6.12 Issue: #2676. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates mavenpom to 3.4.10 Issue: #2679. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates struts2 to 2.3.14 Issue: #2680. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates slf4j to 1.7.5 Issue: #2677. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates ToPIA to 2.8-rc-1 Issue: #2678. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/nuiton-web/files

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Find us at

Have fun!
-Nuiton Web team

Nuiton Web 1.12 released

Added by Maven Release 20 days ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.12 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

New features:
  • Introduce JpaTransactionFilter Issue: #2593. Thanks to Brendan Le Ny. Resolved by bleny.
  • Redirect user to referer page if user ask for login page by himself Issue: #2618. Thanks to Éric Chatellier. Resolved by echatellier.
  • Cache user shiro autorization Issue: #2617. Thanks to Éric Chatellier. Resolved by echatellier.
Fixed Bugs:
  • excluded and unused methods parameter value is ignored in TopiaTransactionFilter Issue: #2594. Thanks to Brendan Le Ny. Resolved by bleny.
Changes:
  • Update to struts 2.3.12 Issue: #2606. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to topia 2.7.1 Issue: #2608. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to slf4j 1.7.3 Issue: #2607. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to nuiton-utils 2.6.11 Issue: #2609. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to eugene 2.6.1 Issue: #2610. Thanks to Éric Chatellier. Resolved by echatellier.
  • Remove deprected FilterPagerUtil from nuiton-struts Issue: #2611. Thanks to Éric Chatellier. Resolved by echatellier.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/nuiton-web/files

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Find us at

Have fun!
-Nuiton Web team

Nuiton Web 1.12-beta-2 released

Added by Maven Release 5 months ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.12-beta-2 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

Fixed Bugs:
  • Security filter doesn't call Shiro parent filter with already connected subject Issue: #2489. Thanks to Éric Chatellier. Resolved by echatellier.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/nuiton-web/files

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Find us at

Have fun!
-Nuiton Web team

Nuiton Web 1.12-beta-1 released

Added by Maven Release 7 months ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.12-beta-1 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

New features:
  • Add new security module based on topia and shiro Issue: #2363. Thanks to Éric Chatellier. Resolved by echatellier.
Changes:
  • Update to nuiton-utils 2.6.3 Issue: #2364. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to struts 2.3.4.1 Issue: #2366. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to nuiton-i18n 2.5 Issue: #2365. Thanks to Éric Chatellier. Resolved by echatellier.
  • Update to topia 2.7 Issue: #2367. Thanks to Éric Chatellier. Resolved by echatellier.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/nuiton-web/files

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Find us at

Have fun!
-Nuiton Web team

Nuiton Web 1.11 released (1 comment)

Added by Maven Release about 1 year ago

The Nuiton Web team is pleased to announce the nuiton-web-1.11 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

New features:
  • Review and enhance MonitoringFilter Issue: #1843. Thanks to Brendan Le Ny. Resolved by tchemit.
  • Extends struts fieldError to have dynamic fieldNames Issue: #2006. Thanks to Tony Chemit. Resolved by tchemit.
  • Deprecates the FilterPagerUtil Issue: #2011. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • <ns:help/> does not work with textarea Issue: #2054. Thanks to Arnaud Thimel. Resolved by athimel.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/nuiton-web

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Nuiton Web team

Nuiton Web 1.10 released (1 comment)

Added by Maven Release about 1 year ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.10 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Due to #1978, TopiaTransactionFilter has a new api incompatible with previous version, change

public TopiaContext beginTransaction() { ... }

to

public TopiaContext beginTransaction(ServletRequest request) { ... }

Changes in this version:

New features:
  • Can use request to begin a new transaction in TopiatransactionFilter Issue: #1978. Thanks to Tony Chemit. Resolved by tchemit.
  • Can customize request attribute name to use in TransactionFilter Issue: #1973. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
  • nuiton-rss tests are not isolated (and are not self-contained by project) Issue: #1974. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates to ToPIA 2.6.7 and hibernate 3.6.10 Issue: #1975. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/nuiton-web

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Nuiton Web team

Nuiton Web 1.9.2 released (1 comment)

Added by Maven Release over 1 year ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.9.2 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

Fixed Bugs:
  • mycheckboxlist template does not work with firefox 3.6 Issue: #1953. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates struts to 2.3.1.2 Issue: #1956. Thanks to Tony Chemit. Resolved by tchemit.
  • Align jetty version to the one from mavenpom Issue: #1957. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to mavenpom 3.1 Issue: #1954. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to topia 2.6.6 Issue: #1955. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/nuiton-web

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Nuiton Web team

Nuiton Web 1.9.1 released (1 comment)

Added by Maven Release over 1 year ago

The Nuiton Web team is pleased to announce the nuiton-web-parent-1.9.1 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

Fixed Bugs:
  • When closing topia context, the transaction can stay in bad state Issue: #1876. Thanks to Tony Chemit. Resolved by tchemit.
Changes:
  • Updates to topia 2.6.5 Issue: #1877. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates slf4j to 1.6.4 Issue: #1880. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to mavenpom 3.0.7 Issue: #1878. Thanks to Tony Chemit. Resolved by tchemit.
  • Updates to struts 2.3.1.1 Issue: #1879. Thanks to Tony Chemit. Resolved by tchemit.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/nuiton-web

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Nuiton Web team

Nuiton Web 1.9 released (1 comment)

Added by Maven Release over 1 year ago

The Nuiton Web team is pleased to announce the nuiton-web-1.9 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

Fixed Bugs:
  • Proxied TopiaContext makes infinite loop on toString invocation Issue: #1848. Thanks to Arnaud Thimel. Resolved by athimel.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/nuiton-web

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Nuiton Web team

Nuiton Web 1.8 released

Added by Maven Release over 1 year ago

The Nuiton Web team is pleased to announce the nuiton-web-1.8 release!

Common ressources for web applications

Documentation of the project can be found here:
http://maven-site.nuiton.org/nuiton-web/

Changes in this version:

New features:
  • Add a filter to gather stats on computation time for all application pages on a per page basis Issue: #1841. Thanks to Brendan Le Ny. Resolved by tchemit.
  • Add a nuiton struts taglib Issue: #1808. Thanks to Brendan Le Ny. Resolved by athimel.

Downloads

For a manual installation, you can download files here:
http://nuiton.org/projects/files/nuiton-web

Maven artifacts

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Have fun!
-Nuiton Web team

1 2 Next »

Also available in: Atom