My new book Java EE 8: Only What’s New covers all the new features of Java EE 8 and explains each one with code examples. Let’s have a look at some of the [...]
Servlet 4.0 API Challenge Servlets 4.0 introduces support for HTTP/2 feature ServerPush. What happens when a request is made to the URI /duke over an insecure connection. [...]
JavaServer Pages, JavaServer Faces, and Expression Language In this article, I am going to take a look at JavaServer Pages (JSP) and Expression Language (EL) and then relate [...]
One of the most significant advancements in JavaEE 8 is support for HTTP/2. Three server vendors currently support servlet 4.0, Apache Tomcat 9.0.0.M4, Jetty 9 and WildFly [...]
HTTP/2 an important advancement in the HTTP protocol that will change the way we develop web applications for both front and back end developers. [...]
In the previous article, we saw how to marshal the XML returned by the web service to a Stock object. Now we are going to create a JSP template to create the structure of the [...]