Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Servlets or Handlers

I want to try embedded jetty and wondering which approach is better: Servlets or Handlers. Its OK if my code is not portable like I cannot run on tomcat or other servlet container. I read elsewhere, that handlers can give better performance than servlets.

Can somebody advice.

Back to the top