-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Scala EL Resolver for JSF and usage example
License
werpu/scalaelresolver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
scalaelresolver =============== Custom Scala EL Resolver for JSF and usage example As for now there is no hosting in the Maven central repository given its alpha state you have to compile yourself for your project. Installation howto: * Compile the project and after compilation add following to your maven project <dependency> <groupId>com.github.werpu.scalaelresolver</groupId> <artifactId>scalaelresolver</artifactId> <version>1.0-SNAPSHOT</version> </dependency> And to your faces-config: <application> <el-resolver> com.github.werpu.scalaelresolver.ScalaELResolver </el-resolver> </application> Example Application: There is a testcase/example included, it can be started from the elresolvertest dir by starting mvn tomcat7:run-war and then pointing your browser to http://localhost:9080
About
Custom Scala EL Resolver for JSF and usage example
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published