[undertow-dev] Undertow as embeddable web container

Tomaz Cerar tomaz.cerar at redhat.com
Thu Mar 28 20:07:26 EDT 2013


Yes builder is there also for servlets, if that is enough, then this is
perfect.

Programmatically building DeploymentInfo is one option, but probably not
desirable...

--
tomaz

> -----Original Message-----
> From: undertow-dev-bounces at lists.jboss.org [mailto:undertow-dev-
> bounces at lists.jboss.org] On Behalf Of Jason Greene
> Sent: Thursday, March 28, 2013 11:17 PM
> To: Tomaz Cerar
> Cc: undertow-dev at lists.jboss.org; Anil Saldhana
> Subject: Re: [undertow-dev] Undertow as embeddable web container
> 
> There is also a servlet builder API (see examples dir)
> 
> Sent from my iPhone
> 
> On Mar 28, 2013, at 4:43 PM, "Tomaz Cerar" <tomaz.cerar at redhat.com>
> wrote:
> 
> > Question is what kind of testing and what kind of functionally do you
> > need.
> >
> > Undertow-core works that way already (most of internal test suite uses
> > it) But if you are talking about deploying web applications(.war) we
> > would need to do bit more.
> > Currently deployment handling is done by AS integration layer
> > (undertow-subsystem project atm) and not by undertow itself.
> >
> > But it should not be hard to make undertow "standalone" for uses in
> > embeddable container.
> > I started working on having "standalone distribution" where you would
> > get really stripped down version of AS that would include undertow
> > with AS management & deployment capability.
> >
> > It is something worth investigating.
> >
> > --
> > tomaz
> >
> >
> >> -----Original Message-----
> >> From: undertow-dev-bounces at lists.jboss.org [mailto:undertow-dev-
> >> bounces at lists.jboss.org] On Behalf Of Anil Saldhana
> >> Sent: Thursday, March 28, 2013 8:09 PM
> >> To: undertow-dev at lists.jboss.org
> >> Subject: [undertow-dev] Undertow as embeddable web container
> >>
> >> Hi all,
> >>   is undertow ready to be embeddable as a web container?  Similar to
> > Jetty.
> >>
> >> We can give undertow a ride with the PicketLink integration
testsuite.
> >>
> >> Regards,
> >> Anil
> >> _______________________________________________
> >> undertow-dev mailing list
> >> undertow-dev at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/undertow-dev
> > _______________________________________________
> > undertow-dev mailing list
> > undertow-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/undertow-dev
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev


More information about the undertow-dev mailing list