views:

160

answers:

1

I'd like to know how to integrate Scala with Spring Security (i.e. Acegi)? What are best practices and roadblocks while doing the integration

+1  A: 

Scala interoperates well with Java, so there should be nothing special that you need to do. Follow the instructions that have been written for Java and write equivalent Scala code.

Esko Luontola