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
Pathan Naheda Mohammed Khannahedapathan.hashnode.dev·Jul 1, 2024🏛️ Mastering Architectural Design Patterns: Building Robust Software Architectures📌 What is a Design Pattern? A design pattern is a tried and tested solution to a common problem in a specific context. They serve as templates to guide software development, making the process more efficient and standardized. 🛠️ Example: MVC (Model...DiscussJavaMVC architecture
harsh sehrawatharsehrawat.hashnode.dev·Jun 11, 2024Feature and Usage of Application.propertiesCertainly! Let's consider an example where we want to access custom properties defined in the application.properties file. We'll demonstrate how to access these properties using the @Value annotation and @ConfigurationProperties approach. Step-by-Ste...DiscussJSP
FullStackJavafullstackjava.hashnode.dev·May 25, 2024Understanding JUnit: A Comprehensive Guide with ExamplesJUnit is one of the most widely used testing frameworks for Java programming. It provides a simple yet powerful way to write and run repeatable tests, making it an essential tool for developers to ensure the reliability and correctness of their code....DiscussSpringboot
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
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
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
Atik Khochikar_53atikraja.hashnode.dev·Apr 25, 2023Unleashing the Power of Servlets and JSPs: Your Path to Dynamic Web Applications in JavaIntroduction Web applications are an essential part of modern software development. They provide a platform for businesses to interact with their customers, users to access services, and organizations to manage their operations. Servlets and JavaServ...Discuss·1 like·48 readsJava
Akshay Hiremathakshayhiremathblogs.hashnode.dev·Mar 13, 2023JSP Simplified: An Introduction to JavaServer Pages for Web DevelopmentJSP or JavaServer Pages is a technology used to develop web applications in Java. It is a server-side technology that enables developers to create dynamic web pages by embedding Java code in HTML pages. In this blog, I will discuss the basic concepts...Discuss·74 readsJava
Soumyadip Duttalofidev.hashnode.dev·Dec 26, 2022Getting Started With Java Servlet ProgrammingEnough of Java Basics this is what I thought a while back. Well, I am not a competitive programmer but it was time I used Java's potential to develop applications. In an era where JavaScript and Python technologies are used as backends, Java still ho...Discuss·51 readsJava