On Jun 10, 9:14 pm, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> On Wed, Jun 10, 2009 at 9:33 AM, marius d. <marius.dan...@gmail.com> wrote:
>
> > On Jun 10, 7:27 pm, Alex Boisvert <boisv...@intalio.com> wrote:
> > > On Wed, Jun 10, 2009 at 9:15 AM, Atsuhiko Yamanaka <
>
> > > atsuhiko.yaman...@gmail.com> wrote:
>
> > > > Hi,
>
> > > > On Thu, Jun 11, 2009 at 12:30 AM, David
> > > > Pollak<feeder.of.the.be...@gmail.com> wrote:
> > > > > Unfortunately, no.  In order to do this, we'd have to have a hard
> > > > dependency
> > > > > on Jetty.  It may be possible to do an external continuations module
> > and
> > > > you
> > > > > are encouraged to research this.
>
> > > > I agree with you that a hard dependecy on jetty is not acceptable.
> > > > I will research that.
>
> > > Or perhaps have some sort of pluggable factory for continuations so the
> > hard
> > > dependency can be moved into an optional module?  The factory class could
> > be
> > > configured in web.xml as a servlet init-param.
>
> > I think that the less XML config things are there, the better. We can
> > simply have a trait and the specific implementation will be packaged
> > in a separate jar.file that can just exist is a "by convension"
> > location. Say 'plugins' folder. With a very simple classloader we can
> > easily achieve this flexibility (... I don't thing that this is a
> > candidate for OSGI plugins).
>
> Or just activate it in Boot

Or that :) ... but that would probably require code changes (if the
app does not read the FQCN from a config file) when switching the
implementations whereas a jar drop in looks simpler.

>
>
>
> > > alex
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://www.apress.com/book/view/1430219890
> Follow me:http://twitter.com/dpp
> Git some:http://github.com/dpp
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to