Sorry if this is a totally noobi开发者_如何学Gosh question, but where do Play! logs go?e.g. if I\'m trying to find a full stack trace and Play! tells me something like This exception has been logged w
In the play! tutorial,the content field of model Post is annotated as @Lob.I tried this, and when postgres was used as db,found that the table Post has a column named content which has a value 133414
I want Play to call a webservice. The webservice accepts application/json and returns this as well. With the following code I\'m trying to achieve this. (Note, the headers.put(xxx) are added later in
开发者_JS百科I tried to setup a local repository so that I can full use the play dependency command.However there is no public repo for Oracle\'s JDBC drivers.So I though I could do this
I\'m using groovy to render templates in Pl开发者_StackOverfloway framework. I have a checkbox inside a list loop:
I have tested Play now for quite a while and everything is set up locally. Now I came to the next level:
I recently finished the play tutorial..In the CRUD Admin area,there is asearch facility ,where you can search for a keyword in title of Posts.Where do I find the code for that particular function?(sea
This question already has answers here: Closed 11 years ago. Possible Duplicate: Library to Integrate Facebook login with Play Framework?
In a Play! controller, I can create an interceptor method that will process every request before it arrives to the appropriate action.
I am learning to use playframework by writing code to implement a webstore for selling items.I have implemented the Admin area using the crud and secure modules.Now, I want to create a shopping cart t