Java Servers (Servlet, JSP)
Java Server:
A server which can invoke Java virtual machine on the server side to execute business or presentation logic coded using Java server side components. Servlets and JSP are the most popular Java server side components.
Rimfaxe Web Server (RWS)
The Rimfaxe Web Server (short name RWS) is a powerful Web Server with a servlet engine. Made with simplicity, speed and scalability in mind, RWS has many unique features :
Runs from native code. The engine itself is compiled into native code for effiency and speed.
Uses Nonblocking IO.
Allows libraries in native code instead of jars.
Caching of static content.
Very small memory footprint, no java runtime needed.
JSP pages compiles into native libraries for speed.
Compiles web application into native code on startup.
Filter API is supported.
Adapts to load.
Loading .....