A small library to help use of Play framework with session and return of results.
You can download and open this project in NetBeans 8.x to 11.x. It's a Java 8 maven project. So, dependencies are loaded automaticly from maven central.
Project documentation here :
http://www.jcsinfo.ch/doc/playlib
New in release 2.8.8 (18.11.2021) :
- Adapted to Play 2.8.8
New in release 2.8.7 (07.02.2021) :
- Adapted to Play 2.8.7
New in release 2.8.3 (03.11.2020) :
- Adapted to Play 2.8.3
- Adjust some dependencies in pom.xml
New in release 2.8.2 (31.05.2020) :
- Adapted to Play 2.8.2
New in release 2.8.1 (10.05.2020) :
- Adapted to Play 2.8.1
- groupID has ben changed to "ch.jcsinfo.libs"
New in release 2.8.0 (28.12.2019) :
- Adapted to Play 2.8.0
- The numbering of this library now follows the Playframework numbering.
New in release 1.1.0 (15.08.2019) :
- Adapted to Play 2.7.x
- In Utils, new name for method validCrossDomainContext -> validCrossDomainRequest
- In SessionUtils, new name for method getUserPersonneId -> getUserPersonId
- In SessionUtils, most setters methods have disappeared, because the data of a request are now immutable throughout the life of the request.
- New model class "ReleaseInfo" to store release informations of a Play application (application version, server version and data date version)
New in release 1.0.2 (15.11.2018) :
- Add support to personId in the session
New in release 1.0.1 (15.11.2018) :
- Add method "toXml"
- Returns of getUserName is now "?" and not "?name?"
- Returns of getUserprofile is now "?" and not "?profil?"
New in release 1.0.0 (12.11.2018) :
- First commit