Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Next release wish list

check out some of the unit tests for the proxy servlet, there should
be a self contained server in there to boot

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Mon, Nov 19, 2012 at 8:27 PM, Evan Ruff
<evan.ruff@xxxxxxxxxxxxxxxxxxxx> wrote:
> Hey Guys!
>
> I've been noodling around a proxy servlet for 3.0 and am pumped to hear
> about it in Jetty 9!
>
> Are there samples somewhere that I could use to start implementation of my
> own reverse proxy?
>
> Thanks!
>
> E
>
>
> On Wed, Nov 14, 2012 at 6:15 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
>>
>> Hi,
>>
>> On Mon, Oct 29, 2012 at 8:21 PM, ccleve <ccleve.tech@xxxxxxxxx> wrote:
>> > It would be double extra-cool if the next milestone release would
>> > include:
>> >
>> > -- A rewritten proxy servlet that used the Servlet 3.0 Async feature and
>> > the
>> > new HttpClient API. We don't plan to use it directly, but the sample
>> > code
>> > would be really helpful in writing our own stuff.
>>
>> This is now in the master branch.
>>
>> Simon
>> --
>> http://cometd.org
>> http://webtide.com
>> Developer advice, training, services and support
>> from the Jetty & CometD experts.
>> ----
>> Finally, no matter how good the architecture and design are,
>> to deliver bug-free software with optimal performance and reliability,
>> the implementation technique must be flawless.   Victoria Livschitz
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top