About 598,000 results
Open links in new tab
  1. Java-GUI---Servlet-Http-Session---JDBC - GitHub

    Develop the Servlets Design and develop Java Servlet programs to process the requests from the Book HTML GUI client using as NetBeans/Eclipse Java IDE tool. (Please use the same Servlet names as specified below. You should also reuse the Java JDBC code developed from the previous assignment.)

  2. Building a Web App with Java ServletsSitePoint

    Nov 13, 2024 · This tutorial builds a simple Java web application with Java's Servlet API. It shows how to set the project up, create views / controllers, and deploy.

  3. Invoking servlet from Java GUI application? - Stack Overflow

    Aug 5, 2013 · Yes, you could call a servlet which in turn calls an EJB. But you can call an EJB directly from a stand-alone application as well. If your servlet returns HTML markup (content type "text/html" - for human beings), you will have to parse it (requires effort) to get the same result.

  4. Servlet - Event and Listener - GeeksforGeeks

    Feb 25, 2022 · The javax.servlet and javax.servlet.http packages contain numerous Event classes and Listener interfaces. The primary function of a Listener in a GUI application is to concentrate an event from a specific GUI component, handle it using Listener functions, and provide the response to the GUI application.

  5. Create a Web App using Java Servlets | by Hensle Joseph - Medium

    Oct 11, 2016 · Enter servlets, a specific type of Java program executed within the scope of a web container (also called servlet containers, Tomcat and Jetty are prime examples), which allows to handle client...

  6. Servlet – Web Application - GeeksforGeeks

    Jun 6, 2022 · Servlets are the Java programs that run on the Java-enabled web server or application server. They are used to handle the request obtained from the webserver, process the request, produce the response, then send a response back to the webserver.

  7. 2D game in java with servlets - Gui Projects

    Learn how to create a 2D game in Java with servlets. Explore the Tile Manager class and its role in managing tile images, game maps, and integration with other game components for a smooth, interactive gameplay experience.

  8. Building RESTful APIs with Java Servlets: A Step-by-Step Guide

    Java Servlets, being lightweight and efficient, are an excellent choice for building RESTful APIs. In this article, we’ll explore how to create a RESTful API using Java Servlets, focusing on HTTP methods, JSON responses, and best practices for efficient development.

  9. java - How to make a nice jsp GUI without using HTML tags

    Sep 8, 2010 · I would suggest you look into JavaServer Faces where 2.0 with facelets is very powerful and default in Java EE6, but right now only ships with Glassfish 3. If this is for learning, I would suggest using Glassfish instead of Tomcat, so you get a …

  10. java - Applet and Servlet communication block GUI - Stack Overflow

    Feb 21, 2014 · i'm trying call a servlet from an applet, and then display the response of the servlet in the applet gui, the problem is that when i press the button to call the servlet the GUI blocks until the response arrive, i try to put the code of the request in a thread, but however it freeze the gui, this is the code: JTextField JTF_address;

  11. Some results have been removed
Refresh