Servlets
-
Enterprise Java
Spring Boot and Micrometer with InlfuxDB Part 3: Servlets and JDBC
In the previous blog we setup a reactive application with micrometer backed with an InfluxDB. On this tutorial we shall…
Read More » -
Enterprise Java
Configuring HTTPS for use with Servlets
To configure your Java EE application to communicate over HTTPS requires a few lines of XML in the web.xml file.…
Read More » -
Enterprise Java
Build a Java Web App Quickly With Java Servlet, JSP Tags and Stormpath
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More » -
Enterprise Java
On Servlets and Async Servlets
The Servlet API, part of the Java EE standard, has long been (since 1998, when the 2.1 specification was officially…
Read More » -
Enterprise Java
EE JSP: The Reversed Jacket of Servlet
Generating HTML from Servlet is only practical if you have small amount of pages, or needed fine control of the…
Read More » -
Enterprise Java
EE Servlet 3: Developing User Login with Session and Filter
I have introduced the Application class in my previous post where you can setup backend services. One example service I…
Read More » -
Enterprise Java
EE Servlet 3: How to Setup Backend Services in a Web Application
In a web application, providing user interfacing (UI) is often only half of the job. Many applications have requirements that’s…
Read More » -
Enterprise Java
EE Servlet 3: Simple Form Processing
Form handling in web application is like bread and butter for most Web developers. It will not be much use…
Read More » -
Enterprise Java
EE Servlet 3: Generating HTML output in Servlet
If you just need to handle a handful of requests URI in your EE web module, then it might be…
Read More »