I may be greatly overcomplicating things... I have been trying to read some
of the source code for the LiftServlet.scala and the class comment is:

/**
 * An implementation of HttpServlet.  Just drop this puppy into
 * your Java web container, do a little magic in web.xml, and
 * ta-da, you've got a scala-powered Servlet
 *
 */

Is there any more information about the "little magic in web.xml" part of
this? Does it imply that the filter is required or that by registering this
servlet the servlet itself is treated as a Lift Servlet?


I know from David's previous post that there is logic in the filter that
will need to be refactored / extracted into common classes so that the logic
can be utilized regardless of the request mechanism. ... So I am assuming
this Servlet still requires the Filter.

I know I have a lot of reading to do (about both Lift and Scala), but
hopefully I'll have something figured out soon that I can come back to you
all with.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to