I understand that Lift is implemented as a servlet filter and so it should in principle be possible to embed it within a legacy web application. Can anyone give me a HOWTO on this? Everything I’ve found so far is about developing a self-contained Lift app, using Maven and/or sbt to generate a magic skeleton for you.
I’d like to know exactly what dependencies I need to add to my existing web app; I suppose I could trawl through the archetype-generated POM files and web.xml and try to reverse engineer them, but surely someone must have done this already? And where (in this larger-webapp scenario) should I be putting my Lift templates and resources and so on?
Seems like this is the answer for the processing chain:
https://groups.google.com/forum/?fromgroups=#!topic/liftweb/QCNHkFzyNw4
and as far as dependencies go, my list in sbt (which is similar to maven) is: