I would like to ask you a question about byte array being part of the play framework model. My model is defined like this:
I need to get binary data in GET request by Play Framework. This is used to get info_hash from BitTorrent clients.
as the title say, i\'m trying to retrieve the selected item from a html select form. I tried to do so with the following code but it doesn\'t work ! the city value\'s always NULL but the address field
I\'m trying to enable Facebook Registration with the fbconnect module for the Play Framework. On my local server I\'m getting to the Facebook permission page, but then I\'m getting this exception:
In development Play automatically creates missing tables and index开发者_开发知识库es in my database, but it doesn\'t seem to want to do this in production - which makes it hard to set up my productio
Hi I\'m having a problem with my project. I have a background job running which updates one entity. The problem is that if I update
I am facing a wierd issue regarding in URL generation in Playframework. Here is my code snippet in template:
I was just wondering if it i开发者_JAVA技巧s possible to change the default packages from Play. For example: I want to change the \"controllers\" package to \"com.test.controllers\". I don\'t know if
In the Play Framework, when i add or modify a model, when is the update made to the database schema?is this done automatica开发者_开发问答lly, or do i need to initiate it manually somehow?If your are
If i want to have a common piece of UI across multiple pages, such as a menu, what is the recommended way to do this?