Abrar Mirjeabrarmirje.hashnode.dev·Jul 7, 2024A Glimpse into Java's World Prior to Spring FrameworkBefore the Spring Framework, developing web applications in Java required using a mix of different libraries and frameworks. We had several technologies before the Spring Framework. Servlets and JSP (JavaServer Pages): For handling HTTP requests an...Discuss·2 likes·48 readsSpring
Pranav Bawgikarpranavbawg.hashnode.dev·Apr 15, 2024Servlets in JavaServlets are used to create a web applications which resides at server-side and generates a dynamic web page. Java Servlets are one of the component APIs of Java Platform Enterprise Edition which sets standards for creating dynamic Web applications i...Discuss·1 like·36 readsJava
Harshal Rembhotkarharshalr.hashnode.dev·Feb 15, 2024Introduction to Java ServletsIntroduction to Java Servlets: Nowadays, we know it's important to make web pages that can change content based on the time or what the user wants. If you like using Java for coding, here's a cool thing: Java Servlets help you create dynamic web page...Sai Bornare and 2 others are discussing this3 people are discussing thisDiscuss·19 likes·75 readsJava
sidduganeshsidduganeshsid.hashnode.dev·Jan 24, 2024Servlet (First Code and SetUp in Eclipse)What is Servlet ? A servlet is a Java-based program that runs on a web server and is used to handle requests from clients, usually web browsers. Servlets are a key component of Java Enterprise Edition (Java EE) and are part of the Java Standard Editi...Discuss·8 likeshellotecky java
SHEKHAR SAXENAshekharsaxena.hashnode.dev·Dec 29, 2023Introduction to Java ServletsImagine you're at a restaurant, and you want to order some food. The waiter takes your order, go to the kitchen and brings the food to your table. In world of web, Servlet is like the waiter who takes your web request and brings the response from the...Discuss·81 readsJava
Mustapha Nurudeenadebayour66265.hashnode.dev·Nov 13, 2023The Sequential Approach: Unpacking the Importance of Learning Servlets Before Spring BootToday, let's explore a strategic learning approach that holds immense value for budding Java developers – the decision to delve into Servlets before venturing into the dynamic realm of Spring Boot. Establishing a Strong Foundation Servlets, the backb...Discussjava development
Raju Gowdablog.rajugowda.in·Oct 17, 2023Failing Forward: A Closer Look at Student Project FailuresUnderstanding the Use-Cases: Understanding the use cases and application workflows and having a clear picture of how the feature should work and how users will interact with it is crucial to minimize potential issues when building projects. It is ver...Haoyu Wang and 1 other are discussing this2 people are discussing thisDiscuss·7 likes·228 readsJava
Sudharshan Reddy Chennupallesudharshan.hashnode.dev·Jul 25, 2023Java ServletsIntroduction to Java Servlets In the world of Web Development, Java Servlets plays a crucial role. It is a part of Java Enterprise Edition which plays a vital role in developing interactive, dynamic, and scalable web applications. In this blog, we wi...Discuss·10 likes·55 readsJava Java
Stefanos Koutsouflakisstefanoskapa.hashnode.dev·Jul 13, 2023Creating a Servlet With Notepad 📝🤯Let's be honest... We, developers, live in a bubble. The world of programming is evolving rapidly, with high-level languages, advanced development tools, robust build systems, and impressive frameworks—all designed to simplify our lives, reduce error...Discuss·227 readsJava
Jaydeep Ravatsuperjavacoder.site·May 7, 2023An Introduction to J2EE: Java's Framework for Enterprise ApplicationsJava Platform, Enterprise Edition (J2EE), is a set of specifications and technologies for developing and deploying large-scale, distributed, and multi-tiered applications. J2EE is a powerful framework that provides developers with the tools and resou...DiscussJava LearningJava