Tag Archives: play

Play Framework – Input line is too long…

Play Framework – Input line is too long… I have recently come across this problem where Play framework service wouldn’t run on some windows servers and result in the following error: The problem is APP_CLASS. Just update it to the following it should work fine: set “APP_CLASSPATH=%APP_LIB_DIR%\..\conf\;%APP_LIB_DIR%\*” Note: This would load all the libraries from… Continue reading »

Play Framework and CORS with Angular2 Client(Cross Origin Resource Sharing)

Play Framework and CORS with Angular2 Client(Cross Origin Resource Sharing) Although Play framework allows us to write complete web application including UI. But we can just keep our REST based HTTP service in Play Framework and access them from any other application hosted on another server. But as soon as you do it, you start… Continue reading »

Play framework with Scala – Getting Started

Play framework with Scala – Getting Started

Play framework with Scala – Getting Started Play is a web framework based on JVM languages including Scala and Java. This post is about getting you up running a basic Hello world application with Scala using IntelliJ IDEA. Download IntelliJ IDEA IntelliJ IDEA can be downloaded from JetBrains. Here is the download link: Downloading Activator… Continue reading »