VOOZH about

URL: https://www.javacodegeeks.com/tag/servlets

⇱ Servlets Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraSeptember 5th, 2025
    0 1,270

    JSP Map Looping Example

    In Java web apps, you’ll often expose server-side data (e.g., a Map<K,V>) to a JSP for display. Let us delve…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Yatin BatraJune 24th, 2025
    0 478

    JSP Call Java Class Example

    In Java-based web applications, JSP (JavaServer Pages) is used to present dynamic content to users. Often, you need to invoke…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasMarch 31st, 2020
    0 624

    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👁 java-interview-questions-answers
    Alex TheedomJanuary 23rd, 2018
    0 152

    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👁 java-interview-questions-answers
    Les HazlewoodJuly 11th, 2016
    3 251

    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👁 java-interview-questions-answers
    Fabio TudoneApril 16th, 2015
    0 515

    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👁 java-interview-questions-answers
    Zemian DengJanuary 30th, 2015
    0 132

    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👁 java-interview-questions-answers
    Zemian DengJanuary 21st, 2015
    0 198

    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👁 java-interview-questions-answers
    Zemian DengJanuary 13th, 2015
    0 113

    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 »
  • 1
  • 2
  • 3
  • »
Back to top button
Close