/paw

Scala based libraries for (web) application development

Primary LanguageScalaOtherNOASSERTION

PAW – simple Scala libraries for (web) applications

Copyright © 2010, Erkki Lindpere
All rights reserved.

This software is distributed under the Simplified BSD License. See the file License.txt for the full text.

A Maven repository at villane.org contains both sources and binaries.

Usage examples (more coming soon)


import org.villane.paw.security._

object MyPermission extends SimplePermission

SecurityContext mustHave MyPermission

if (SecurityContext has MyPermission) ... else ...