Roman Kagan
Roman Kagan

Reputation: 10626

How to integrate Scala language with Spring Security

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

Upvotes: 0

Views: 460

Answers (1)

Esko Luontola
Esko Luontola

Reputation: 73635

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.

Upvotes: 1

Related Questions