LakshmiPerumalmalalakshmi.hashnode.dev·Nov 19, 2024Spring Framework and Spring bootSpring Core: Spring is one of the most powerful frameworks in Java. Of course, there are many other frameworks like Struts and EJB, and on the database side, we have JPA. However, with the help of Spring, we can achieve everything in one framework. O...Discuss·10 likesSpringboot
Harsh Srivastavaharshsri28.hashnode.dev·Oct 28, 2024@Recover Method in Spring Boot's Retry MechanismIntroduction In microservices architecture, handling transient failures gracefully is crucial for building resilient applications. Spring Boot’s retry mechanism provides a robust way to automatically retry failed operations. While retrying is helpful...Discussretryable
Tanish DwivediforSpring Boot Simplifiedspringbootguide.hashnode.dev·Oct 22, 2024Important Annotations in Java Spring BootIn this blog, we’ll take a look at some of the most important annotations in Spring Boot, explain their use, and show how they make developing applications faster and easier. 1. What Are Annotations in Java Spring Boot? In Java, annotations are metad...Discuss·1 like·27 readsSpringboot
Harsh Mangeharshmange.hashnode.dev·Oct 19, 2024Spring Boot Internals Explained with Simple, Fun Example Like You're 5Hello, curious minds! Today, we're going on an exciting adventure into the world of Spring Boot. Imagine we're exploring a magical toy factory that can create any toy you want, almost instantly. That's what Spring Boot is like in the world of softwar...Discuss·78 readsJava
Shailendra Singhtechsphere.dev·Oct 17, 2024Microservices Architecture: Building Scalable Applications with Spring BootIn today’s fast paced world of software development, scalability and fast delivery cycles is a key consideration for modern application. This is where microservice architecture comes in picture – an architecture design approach that enables applicati...Discuss·496 readsMicroservicesSpringboot
Nitish Srinivasanitishs.hashnode.dev·Oct 16, 2024REST APIs and JPAREST APIS REST → Representational State Transfer API → Application Programming Interfaces Http Verb: GET → To just get the data from a server and look at it PUT → To modify the data POST → To create new data DELETE → To delete data ORM ORM → Object R...Discuss#SpringDataJPA
krishna chaitanyakrishnavulchi.hashnode.dev·Oct 6, 2024In-Depth Guide to Java Reflection: Unveiling the Power Behind the CurtainsJava Reflection is a powerful tool in the Java programming language that allows developers to inspect and manipulate classes, methods, and fields at runtime, even if they are private. While often associated with advanced programming, reflection is al...Discuss·34 readsJava
Dilip PatelforSpring Bootspringbootmastery.hashnode.dev·Oct 6, 2024Spring Boot Learning PathPrerequisites: Java Programming: Basics: Classes, variables, loops, object-oriented programming (OOP), collections, and generics. Advanced: Design patterns, JVM, threads, servlets and JSPs, concurrency, and garbage collection. Build Tools: Maven,...DiscussSpringboot
Nipuna Upekshanipunaupeksha.hashnode.dev·Oct 4, 2024Spring Series - Setting Up a Spring Boot Project and Investigating Dependencies, Starters, Configurations, and LoggersWhat is Spring? In the beginning, Java Standard Edition(Java SE) was used to build almost all types of applications including applications that needed graphical user interfaces(GUI). However, with the advent of technology, the developers found it har...DiscussSpringSpringboot
Thomas Schühlytschuehly.de·Sep 30, 2024JTE is now available on start.spring.io!My favourite template engine JTE (the Java Template Engine) is now available on start.spring.io. It compiles the templates into native java classes offering compile time safety. With hot reloading and the IntelliJ plugin it makes me really productive...Discuss·334 readsSpringboot