Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty handlers versus servlets

If I have a simple endpoint that captures data from a http post, I'm thinking a jetty handler might be lighter than using servlets.

But it does tie my implementation into jetty.

Other than that, is there any performance gains with going with a native jetty handler over a servlet implementation?

i.e. what do I gain?

Back to the top