InfoQ Homepage Servlets Content on InfoQ
Presentations
RSS Feed-
Reactive Applications on Apache Tomcat and Servlet 3.1 Containers
Violeta Georgieva explains using the Servlet/Reactive Streams bridge to create reactive applications that can be deployed on Apache Tomcat or any Servlet 3.1 compatible containers.
-
Servlet or Reactive Stack: you have choices...
Rossen Stoyanchev compares Spring Servlet with Reactive Streams and discusses what can be done with them.
-
Servlet vs Reactive Stacks in Five Use Cases
Rossen Stoyanchev talks about five common use cases in web application development and explores the impact of building on Servlet and Reactive stacks. He uses RxJava, Reactor, Spring MVC and WebFlux.
-
Ratpack and Grails 3
Lari Hotari discusses Grails 3's concept of application profiles for choosing a certain set of core plugins to use.
-
Fastest Servlets in the West?
The authors demonstrate Apache Tomcat's stability under high load, describe some do's (and some don'ts!), explain how to performance test a Servlet-based application, etc.
-
Application Security Pitfalls
Mike Wiesner advises on dealing with security tradeoffs when creating Servlet Container, Spring MVC or Spring Integration type of applications.