Skip to content
  • Home
  • About
  • Privacy Policy

Objectify

  • Home
  • About
  • Privacy Policy

Tag: quick&easy

  • Home
  • quick&easy
Oct 29

Functional tests in Play! 2 with REST-assured

steveLeave a commenthow to, java, play framework, RESTful web serviceshow-to, java, open source, play!, quick&easy, REST

In the Play! documentation, several flavours of functional testing are mentioned, including starting a HTTP server for the duration of the test – this is very useful for testing web services. In code, this looks like import static play.test.Helpers.*; … Read more

Feb 14

Using SecureSocial in your local dev environment

steve4 Commentsjava, open source, play framework, securityjava, laziness, open source, play!, quick&easy

Jorge Aliss has asked me (about 3 months ago, mea culpa) to write an example application that integrates the Deadbolt authorization module with his excellent SecureSocial module. The application is currently in development as I take a five minute break Read more

Nov 05

Deadbolt – wtf was I thinking?

steveLeave a commentjava, open source, play framework, securityjava, open source, play!, quick&easy, software engineering

I just re-read my previous post and thought to myself…huh? What’s the point in telling people who’ll probably never even read the blog to make sure they cache in order to improve performance? The answer came to me in a Read more

Dec 08

quick&easy: Automatically add content to play!-generated war files

steve2 Commentsjava, open source, play frameworkjava, open source, play!, quick&easy, software engineering

I needed to add content to the war directory/file that play generates via the “play war” command. The content varied from files added to the top level of the war (alongside WEB-INF) to customising WEB-INF/web.xml. Checking the core documentation, no Read more

Oct 27

quick&easy: Add optional configuration to play! template tags

steveLeave a commentjava, play frameworkjava, play!, quick&easy

Template tags in the play! framework are a simple, powerful way to share functionality between different pages. They have all the groovy goodness of regular templates, and you can pass variables into them easily. But, as always, there’s always a Read more

Sep 30

quick&easy: Deliver a generated file to the browser without writing to the server file system

steveLeave a commentjava, play frameworkjava, play!, quick&easy

Another day, another post about play!… When you extend from play.mvc.Controller, you have access to various render methods. One of these is renderBinary(), which allows you to send binary data (captchas, images, etc) to the browser. renderBinary() is overloaded, and Read more

Sep 25

quick&easy: Sharing a domain model between two Play! apps

steve3 Commentsjava, open source, play frameworkjava, play!, quick&easy

If you have a couple of play! apps that have a common domain model, the easiest way to share that model is to put it into a module. play new-module my-shared-model generates an empty module in the current directory. Put Read more

Recent Posts

  • Boosting test performance with TestContainers
  • Database testing with TestContainers
  • Composite constraints in Deadbolt
  • Deadbolt 2 in 10 minutes – Scala edition
  • Deadbolt 2 in 10 minutes – Java edition

Recent Comments

  • Boosting test performance with TestContainers – Objectify on Database testing with TestContainers
  • Rafael Ponte on Database testing with TestContainers
  • steve on Database testing with TestContainers
  • steve on Database testing with TestContainers
  • Rafael Ponte on Database testing with TestContainers

Archives

  • May 2017
  • March 2017
  • March 2016
  • October 2015
  • September 2015
  • January 2015
  • November 2014
  • October 2014
  • January 2014
  • September 2013
  • June 2013
  • January 2013
  • November 2012
  • October 2012
  • September 2012
  • August 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • June 2010
  • April 2010
  • November 2009
  • October 2009

Categories

  • awards
  • backbone.js
  • Belgian Play! Framework User Group
  • deadbolt
  • Devoxx
  • education
  • events
  • FilthyHackFriday
  • fundamentals
  • general
  • how to
  • java
  • javascript
  • jQuery
  • json
  • leaflet
  • life
  • modules
  • open source
  • personal
  • play framework
  • RESTful web services
  • review
  • Scala
  • security
  • Social engineering
  • Software engineering
  • struts2
  • testing
  • thoughts
  • tools
  • Uncategorized
  • user interface design
  • versioning

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Copyright © All rights reserved.
Onefold by WEN Themes
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.Accept Read More
Privacy & Cookies Policy