-
When compiling a template with twirl-compiler 1.3.0, I noticed that `@defining` was being sourced from the deprecated `TemplateMagic` (deprecated since 1.2.0) instead of the new imports, `TwirlFeature…
-
```
C:\lagom-java-chirper-example>mvn lagom:runAll
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INF…
pk044 updated
6 years ago
-
I add another scala.js object in the package client/src/main/scala/example named TutorialApp, and the following is the code :
object TutorialApp extends JSApp{
def main():Unit = {
//println(…
-
Front-end cannot find the file specified jsx
## Building environment:
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T00:41:47+08:00)
Maven home: D:\app\apache-maven-3.…
-
https://www.playframework.com/documentation/2.5.x/JavaI18N#Externalizing-messages still uses `Messages.get`.
-
Adding `-Ywarn-unused-import` and `-Xfatal-warnings` to `scalacOptions` in my build results in errors on the first line of every Twirl template:
```
[error] /Users/joshuahagins/dev/sentrana/samba/sam…
-
I would say that this is not developer friendly, as you have to add this to every controller and view
-
Using scala 2.11.8, configured minimally according to README.
```
[info] Loading global plugins from /home/blast/.sbt/0.13/plugins
[info] Loading project definition from /home/blast/Projects/vocities…
-
Play needs some support and documentation CSRF protection in JavaScript single page applications especially with the changes introduce in 2.5 to add stricter CSRF checking. Right now the Play helpers …
-
SBT source position mappers support was implemented in SBT Compiler Maven Plugin [recently](https://github.com/sbt-compiler-maven-plugin/sbt-compiler-maven-plugin/issues/32).
Create Play!-specific so…