Hi all,
Deadbolt 2 is just about to release as Deadbolt 2 2.0 (or maybe I'll just call it Deadbolt 2.1?) with the following new features:
- Full support for Play 2.1
- Everything that you can do in Java, you can now do in Scala - see
http://deadbolt-2-scala.herokuapp.com/ for examples
- Template tags can now take DeadboltHandler instances, giving them more flexibility
- Improved documentation (it's shaping up to be a 20 page booklet)
You can find the code at
https://github.com/schaloner/deadbolt-2 and, to improve its design, it's now split into three modules:
- deadbolt-core - implemented in Java, shared by the Java and Scala versions
- deadbolt-java - idiomatic Java API
- deadbolt-scala - idiomatic Scala API
As soon as the documentation is ready (hopefully by the end of the week) I'll release the final version. In the meantime, you can get it by using the 2.0-SNAPSHOT instructions at
http://schaloner.github.com/Any issues or requests, now is a good time to let me know :)
- Steve