Krishnat Ramchandra Hogalekrish27.hashnode.dev·Dec 17, 2024Step-by-Step Guide to Install Java 17, Maven, and Apache Tomcat on AWS Ubuntu ServerDeploying a Maven Project on Apache Tomcat Server with Practical Insights Introduction In this guide, I will walk you through the installation and configuration of Java 17, Maven, and Apache Tomcat Server on an AWS Ubuntu instance. Additionally, I wi...DiscussTomcat Configuration
Maheshwar Ligadefortechwastitechwasti.com·Nov 20, 2024Java 17 Features with Practical Examples.Java 17, released in September 2021, is a significant Long-Term Support (LTS) version of the Java programming language. As an LTS release, it brings several exciting features, performance improvements, and new APIs that improve developer productivity...DiscussJava
Manupuri Nithinnithinmanupuri.hashnode.dev·Oct 27, 2024Java 17Text Blocks Improved Switch Statements Record Classes Sealed Classes Pattern Matching with instance of Helpful Null pointer Exception 1.Switch Enhancement: We use case label and arrow symbol instead of case and also, we pass the object to swit...Discussjava 17
Omkar Terbhaiomkarterbhai.hashnode.dev·Jun 4, 2024Sealed Classes - JDK 17JDK 17 has introduced a lot of new features, one of them is Sealed Classes. Let's understand what are sealed classes and why were they introduced. We will not use the Animal -> Dog -> Red Dog -> Multicolor Dog or House -> Door -> Mouse type examples ...Discuss·295 readsjava 17
Noel KAMPHOAkloudly.hashnode.dev·Feb 24, 2024Java String Manipulation: 5 Key Recipes for Technical Interviews (Part 1)Disclosure: This post contains affiliate links. If you purchase through these links, I may earn a small commission at no additional cost to you. As an Amazon Associate, I earn from qualifying purchases. Overview String manipulation is an essential sk...Discuss·3 likesCore Java TutorialsJava
Roshan Melantaroshanmelanta.hashnode.dev·Feb 18, 2024Integration testing of APIs in Spring-Boot( Java) with JUnit | For BeginnersRemember that unforgettable feeling of buying a brand-new car? Now imagine taking it for a spin without checking the engine, brakes, or even turning it on. Building software without thorough testing is like that – a recipe for disaster. This post is ...Pritesh Usadadiya and 1 other are discussing this2 people are discussing thisDiscuss·11 likes·96 readsJava
Roshan Melantaroshanmelanta.hashnode.dev·Feb 18, 2024Building RESTful APIs with Java Spring Boot framework | For BeginnersThe API landscape is booming, and Java Spring Boot stands as a powerful framework for building robust and scalable RESTful APIs. Whether you're a seasoned developer or just dipping your toes in the water, crafting your first API can be exhilarating, ...Discuss·36 readsJava
Ismail Harikismailharik.hashnode.dev·Jan 15, 2024A Step-by-Step Exploration of Spring Security 6Introduction: I'd like to start by letting you know that the inspiration behind this blog post comes from Ali Bouali. I want to sincerely thank Ali Bouali for initiating the sharing of this fantastic content. Your contribution is greatly appreciated...Discuss·332 readsSpring Security 6
Mukul kumarmuku.hashnode.dev·Nov 12, 2023Exploring Sealed Interfaces in Java 17Sealed Interfaces Java continues to evolve, and with the release of Java 17, we see the introduction of sealed interfaces. Sealed interfaces enhance the way we define and control the inheritance hierarchy in Java, providing a more structured and sec...Discuss·20 likes·41 readsjava 17
Alexander Nikolovanikolov.hashnode.dev·Jun 22, 2023Behind the Scenes: An Insight into Successful Java 11 to Java 17 Migration of multiple Spring Boot production appsIntroduction In an ever-evolving technology landscape, staying up-to-date with the latest software upgrades is a cornerstone for maintaining robust and efficient applications. Among the many tools that developers employ, Java remains a steadfast pres...Discuss·2.5K readsJava