Skip to content
  • Home
  • About
  • Privacy Policy

Objectify

  • Home
  • About
  • Privacy Policy
May 17

Boosting test performance with TestContainers

steveLeave a commenthow to, testing, toolsdatabase, testcontainers, testing

In my previous post on testing, I described how to use TestContainers to provide realistic test environments for database tests. This comment revealed the downside: …as noted above, there always seems to be some drawback. In this case, the overhead Read more

Mar 28

Database testing with TestContainers

steve6 Commentshow to, java, testing, toolsdatabase, db, jooq, play!, testcontainers, testing

If you have ever written code that tests database interactions, such as data access objects, you very possibly have run up against one of the most perennial annoyances in testing: In order to accurately test these interactions, a database is Read more

Mar 09

Composite constraints in Deadbolt

steveLeave a commentdeadbolt, java, play frameworkconstraints, deadbolt, java, play!

One feature that’s been on my to-do list for quite a while is composite constraints. As of Deadbolt 2.5, these will be available. The Java version is implemented, and I’m working on the Scala version at the moment. Here, I’ll Read more

Oct 07

Deadbolt 2 in 10 minutes – Scala edition

steveLeave a commentdeadbolt, how to, open source, play framework, Scala, security

Deadbolt 2 is an authorization library for Play 2, and features APIs for both Java- and Scala-based applications. It allows you to apply constraints to controller actions, and to customize template rendering based on the current user. Here’s a short, Read more

Sep 28

Deadbolt 2 in 10 minutes – Java edition

steveLeave a commentdeadbolt, how to, java, open source, play framework, security

Deadbolt 2 is an authorization library for Play 2, and features APIs for both Java- and Scala-based applications. It allows you to apply constraints to controller actions, and to customize template rendering based on the current user. Here’s a short, Read more

Jan 09

Fail-fast validations using Java 8 streams

steve1 Commenthow to, javajava 8, streams

I’ve lost count of the number of times I’ve seen code which fail-fast validates the state of something, using an approach like public class PersonValidator { public boolean validate(Person person) { boolean valid = person != null; if (valid) valid Read more

Nov 27

“Are recruiters generally all so bad?”

steveLeave a commentthoughtsrecruiters

I have a friend who’s a recruiter. Yes, that can actually happen. I mentioned to him that I’d been contacted by a really annoying recruiter, and he responded with “Can I ask you a serious question? Are ‘they’ generally all Read more

Oct 23

Testing your plugin with multiple version of Play

steveLeave a commentdeadbolt, how to, modules, open source, play framework, toolsplay!, sbt, testing, travis

So, you’ve written a plugin for Play…are you sure it works? I’ve been giving Deadbolt some love recently, and as part of the work I’ve added a test application for functional testing. This is an application that uses all the Read more

Oct 20

Deadbolt 2.3.2 released

steveLeave a commentdeadbolt, java, open source, play framework, Scaladeadbolt, future, play!, promise

After a fruitful weekend of coding (and DIY, but that’s not relevant to this), Deadbolt 2.3.2 has been released. The major change is that it’s available via Maven Central, so there’s no need to add a resolver for it. This Read more

Jan 06

JavaScript routing in Play 2 (Scala edition)

steveLeave a commenthow to, javascript, play framework, Scalajavascript, play!, scala

In my previous post, I covered using JavaScript routing in Play 2 Java applications. Here’s the Scala version. It’s pretty much a copy of the previous article, to make it independent. One of the nicest features in Play 2, but Read more

Posts navigation

1 2 … 8 Next

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