November 2018
Intermediate to advanced
388 pages
9h 5m
English
Java EE is an extension of the Java SE and is used for creating web applications, RESTful web services, and microservices.
In this section, we will discuss how to create a web application with HTTP servlets. A servlet is a server-side Java program. Java EE HTTP servlets can be used in Kotlin much like any other Java library or framework. We will create a controller to respond to this request using HttpServlet.
Read now
Unlock full access