I know Scala Lift applications can be put into a Java EE server. And Scala Lift seems to compete/substitute JSF as presentation layer of Java EE.
Will I be able to use EJBs and JPA in a Lift application? And if yes, could it be also possible to use JSF alongside Lift as a fallback, like URLs with one prefix go to Lift and with another to JSF?