Issue I am new to both IntelliJ and the Play framework. I noticed that after installing IntelliJ and importing my first Play application, syntax highlighting is not working properly for both *.scala.html files and the routes files. I was able
Continue readingTag: playframework
Scala + Play: how to pass a parameter into a route in a template?
Issue I’m tinkering with Scala and Play as a bit of a weekend learning exercise, and one thing that has got me a bit stymied with the templating system is how to pass parameters into routes. My template looks like
Continue readingHow to keep a groupedby list sorted in Play Framework 2 templates
Issue I’ve got a list of complex objects that I want to display, grouped by one of its attribute in a Play 2 template. I managed to do it : @measures.groupBy(_.question.category).map { case (category, items) => { // Category stuff
Continue readingSomething like isFirst/isLast in PlayFramework 2.x Templates
Issue I am iterating a variable like this in PlayFramework 2.1.2 @for(l: Lang <- Globals.availableLangs) { @if(l != ctx.lang) { <a ng-click=”i18nManager.changeLanguage(‘@l.code’)” prevent-default href=”#”>@Messages(“global.footer.langChange.” + l.code.replace(“-“,”_”))</a> } } I want to add · between each “a” generated by loop. In
Continue readingRESTAngular: GET request – objects array
Issue I’m trying to make a simple get request for hours, but it just not working. I have a service which responsible of the array , when I defined the array I call service that I built for the restAngular
Continue readingPlay-Rest API with Java – basic response
Issue I’m new in the server-side , and I’m trying to learn how to use play in rest api with java and restangular. I made a project for java in the intellij. I want the GET request to return an
Continue readingpassing parameter from an angular table to another one
Issue I have an angular smart-table of customers what I want is: => When I select one customer, I display another table with contacts of the customer that I had selected. So how to pass the id of the customer
Continue readingrouting between angularJs and playframework
Issue I’m working with restangular ngroute and playframework and I’m trying to do my CRUD following this tutorial : http://plnkr.co/edit/d6yDka?p=info the list.html and detail.html in the index page (in the tutorial), I have them all in customer.scala.html page which call
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingCorrect/best way to return a collection from a REST API
Issue Ok so here’s my dilemma (sorry for the long explanation, just trying to be as clear as I can for this case). I am working on a RESTful API made with Play Framework. The thing is that I found
Continue readingPlay Application Couldn't be Started
Issue Recently I’ve been assigned for a project created with AngularJs and it uses Java Play framework to run it. I use IntelliJ-Idea IDE for the development and to run this application. Once I clicked on “Run”, it gives me
Continue readingAngular 7: What's the updated systemjs.config.js?
Issue How can I get a valid Angular 7 systemjs.config.js as detailed in the article: Setting Up Angular from Scratch and an updated systemjs.config.js version for Angular 6. I need this to be able to integrate Angular 7 UI components
Continue reading