Remove javatpoint links

pull/8342/head^2
Kamran Ahmed 3 weeks ago
parent dca2fdf6d5
commit 9b182f965f
  1. 1
      src/data/roadmaps/angular/content/reactive-forms@1d3Y4HVnqom8UOok-7EEf.md
  2. 1
      src/data/roadmaps/aspnet-core/content/data-structures-and-algorithms@RAX2xN37taw9cqA3pnORh.md
  3. 1
      src/data/roadmaps/computer-science/content/boyer-moore@p6qub32jcaGloHXUDUrlG.md
  4. 1
      src/data/roadmaps/computer-science/content/data-structures@NM7q5REW1sJgMhxJhPpLT.md
  5. 1
      src/data/roadmaps/computer-science/content/knuth-morris-pratt@8abFKMfaV9H8F38I0DcMT.md
  6. 1
      src/data/roadmaps/devops/content/bash@syBIAL1mHbJLnTBoSxXI7.md
  7. 1
      src/data/roadmaps/devops/content/operating-system@qe84v529VbCyydl0BKFk2.md
  8. 1
      src/data/roadmaps/flutter/content/100-dart-basics/index.md
  9. 1
      src/data/roadmaps/java/content/conditionals@sG_3ZQIE1-FQXQkk-OduQ.md
  10. 1
      src/data/roadmaps/java/content/data-types@5g9mmi01WeZ4aDqNzwx_V.md
  11. 1
      src/data/roadmaps/java/content/file-operations@NowpzyPVFcX082j5YS5i8.md
  12. 1
      src/data/roadmaps/java/content/generic-collections@eL4pc6SaNiKP48PzN7mNe.md
  13. 1
      src/data/roadmaps/java/content/gradle@rmDIm5dqtdlNfPhvpqS7-.md
  14. 1
      src/data/roadmaps/java/content/hibernate@UEiDzzodyEu5O1xFAFDly.md
  15. 1
      src/data/roadmaps/java/content/logging-frameworks@d9F5Wt8onY125DLuzNULg.md
  16. 1
      src/data/roadmaps/java/content/loops@JHUhVEjWFXTn6-wKcKevg.md
  17. 1
      src/data/roadmaps/java/content/packages@60POZOjwHSdKYL6rfkyEy.md
  18. 1
      src/data/roadmaps/java/content/spring-data-jpa@WzWOxBUKKg6LeuBmVesc2.md
  19. 1
      src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md
  20. 3
      src/data/roadmaps/linux/content/101-editing-files/index.md
  21. 1
      src/data/roadmaps/python/content/inheritance@S0FLE70szSVUPI0CDEQK7.md
  22. 1
      src/data/roadmaps/qa/content/accessibility-tests@mmDIqSD6MU3ZhWREGI5E2.md
  23. 1
      src/data/roadmaps/qa/content/agile-model@47NXgbc1OTGE06qXxlQoh.md
  24. 1
      src/data/roadmaps/qa/content/manual-testing@daUEq4xlh4PIltSdiD4F2.md
  25. 1
      src/data/roadmaps/spring-boot/content/100-spring-core/100-introduction/101-architecture.md
  26. 1
      src/data/roadmaps/spring-boot/content/100-spring-core/102-dependency-injection.md
  27. 1
      src/data/roadmaps/spring-boot/content/100-spring-core/103-spring-ioc.md
  28. 1
      src/data/roadmaps/spring-boot/content/100-spring-core/105-spring-mvc.md
  29. 1
      src/data/roadmaps/spring-boot/content/100-spring-core/106-annotations.md
  30. 1
      src/data/roadmaps/spring-boot/content/101-spring-security/index.md
  31. 1
      src/data/roadmaps/spring-boot/content/102-spring-boot-starters.md
  32. 1
      src/data/roadmaps/spring-boot/content/103-autconfiguration.md
  33. 1
      src/data/roadmaps/spring-boot/content/104-spring-boot-actuators.md
  34. 1
      src/data/roadmaps/spring-boot/content/106-hibernate/100-transactions.md
  35. 1
      src/data/roadmaps/spring-boot/content/106-hibernate/102-entity-lifecycle.md
  36. 1
      src/data/roadmaps/spring-boot/content/107-spring-data/100-spring-data-jpa.md
  37. 1
      src/data/roadmaps/spring-boot/content/108-microservices/100-spring-cloud/index.md
  38. 1
      src/data/roadmaps/spring-boot/content/108-microservices/index.md
  39. 1
      src/data/roadmaps/spring-boot/content/109-spring-mvc/102-architecture.md
  40. 6
      src/data/roadmaps/spring-boot/content/109-spring-mvc/103-components.md
  41. 1
      src/data/roadmaps/spring-boot/content/109-spring-mvc/index.md
  42. 1
      src/data/roadmaps/sql/content/ceiling@BAqJQvcguhIhzyII5LRH6.md
  43. 1
      src/data/roadmaps/sql/content/rdbms-benefits-and-limitations@fNTb9y3zs1HPYclAmu_Wv.md
  44. 1
      src/data/roadmaps/typescript/content/external-modules@egQWk1n3p8Pep83yIwCtI.md

@ -5,7 +5,6 @@ Reactive Forms in angular are those which used to handle the inputs coming from
Visit the following resources to learn more:
- [@official@Reactive forms - Angular](https://angular.dev/guide/forms/reactive-forms)
- [@article@Angular Reactive Forms](https://www.javatpoint.com/angular-reactive-forms)
- [@article@How To Use Reactive Forms in Angular](https://www.digitalocean.com/community/tutorials/angular-reactive-forms-introduction)
- [@video@Reactive Form in Angular](https://www.youtube.com/watch?v=8k4ctDmVn7w)
- [@feed@Explore top posts about General Programming](https://app.daily.dev/tags/general-programming?ref=roadmapsh)

@ -4,7 +4,6 @@ As the name indicates, a **Data Structure** is a way of organizing the data in t
Visit the following resources to learn more:
- [@article@Data Structures and Algorithms](https://www.javatpoint.com/data-structure-tutorial)
- [@video@Data Structures Illustrated](https://www.youtube.com/watch?v=9rhT3P1MDHk\&list=PLkZYeFmDuaN2-KUIv-mvbjfKszIGJ4FaY)
- [@article@C# resources](https://dev.to/adavidoaiei/fundamental-data-structures-and-algorithms-in-c-4ocf)
- [@article@Interview Questions about Data Structures](https://www.csharpstar.com/csharp-algorithms/)

@ -4,5 +4,4 @@ Boyer Moore algorithm is a string searching algorithm that is used to find the i
Visit the following resources to learn more:
- [@article@The Boyer-Moore Algorithm](https://www.javatpoint.com/daa-boyer-moore-algorithm)
- [@course@Boyer Moore Algorithm](https://www.coursera.org/learn/algorithms-part2/lecture/CYxOT/boyer-moore)

@ -5,7 +5,6 @@ As the name indicates itself, a **Data Structure** is a way of organizing the da
Visit the following resources to learn more:
- [@roadmap@Visit Dedicated DSA Roadmap](https://roadmap.sh/datastructures-and-algorithms)
- [@article@Data Structures and Algorithms](https://www.javatpoint.com/data-structure-tutorial)
- [@course@Data Structures and Algorithms By Google](https://techdevguide.withgoogle.com/paths/data-structures-and-algorithms/)
- [@video@Data Structures Illustrated](https://www.youtube.com/watch?v=9rhT3P1MDHk\&list=PLkZYeFmDuaN2-KUIv-mvbjfKszIGJ4FaY)
- [@video@Data Structures playlist](https://youtube.com/playlist?list=PLDV1Zeh2NRsB6SWUrDFW2RmDotAfPbeHu&si=_EEf7x58G6lUcMGG)

@ -9,6 +9,5 @@ Knuth morris pratt is a string searching algorithm that uses a precomputed array
Visit the following resources to learn more:
- [@article@The Knuth-Morris-Pratt (KMP)Algorithm](https://www.javatpoint.com/daa-knuth-morris-pratt-algorithm)
- [@video@9.1 Knuth-Morris-Pratt KMP String Matching Algorithm](https://www.youtube.com/watch?v=V5-7GzOfADQ)
- [@course@Knuth-Morris Pratt](https://www.coursera.org/learn/algorithms-part2/lecture/TAtDr/knuth-morris-pratt)

@ -5,7 +5,6 @@ Bash (Bourne Again Shell) is a powerful Unix shell and command language interpre
Visit the following resources to learn more:
- [@article@Interactive Shell Scripting Tutorial](https://www.learnshell.org/en/Welcome)
- [@article@Bash Scripting Tutorial](https://www.javatpoint.com/bash)
- [@video@Bash in 100 Seconds](https://www.youtube.com/watch?v=I4EWvMFj37g)
- [@course@Bash Scripting Tutorial for Beginners](https://www.youtube.com/watch?v=tK9Oc6AEnR4)
- [@feed@Explore top posts about Bash](https://app.daily.dev/tags/bash?ref=roadmapsh)

@ -5,7 +5,6 @@ Operating systems (OS) are fundamental software that manage computer hardware an
Visit the following resources to learn more:
- [@article@Operating Systems - Wiki](https://en.wikipedia.org/wiki/Operating_system)
- [@article@All you need to know about OS.](https://www.javatpoint.com/operating-system)
- [@article@Learn Operating Systems](https://www.tutorialspoint.com/operating_system/os_overview.htm)
- [@video@What are Operating Systems?](https://www.youtube.com/watch?v=pVzRTmdd9j0)
- [@video@Operating Systems](https://www.youtube.com/watch?v=vBURTt97EkA&list=PLBlnK6fEyqRiVhbXDGLXDk_OQAeuVcp2O)

@ -5,7 +5,6 @@ Dart is an open-source, general-purpose, object-oriented programming language wi
Visit the following resources to learn more:
- [@official@Dart Overview](https://dart.dev/overview)
- [@article@What is Dart Programming?](https://www.javatpoint.com/flutter-dart-programming)
- [@video@What is Dart?](https://www.youtube.com/watch?v=sOSd6G1qXoY)
- [@video@Dart in 100 Seconds](https://www.youtube.com/watch?v=NrO0CJCbYLA)
- [@feed@Explore top posts about Dart](https://app.daily.dev/tags/dart?ref=roadmapsh)

@ -11,6 +11,5 @@ Java has the following conditional statements:
Visit the following resources to learn more:
- [@article@What are Conditional statements?](https://www.educative.io/answers/what-are-conditional-statements-in-programming)
- [@article@Conditionals in Java](https://www.javatpoint.com/java-if-else)
- [@video@Conditionals and Loops in Java](https://youtu.be/ldYLYRNaucM)
- [@video@Switch Statements + Nested Case in Java](https://youtu.be/mA23x39DjbI)

@ -11,4 +11,3 @@ Visit the following resources to learn more:
- [@article@Java Data Types](https://jenkov.com/tutorials/java/variables.html)
- [@article@What are Data Types & Variables?](https://jenkov.com/tutorials/java/data-types.html)
- [@article@Java Variables](https://www.javatpoint.com/java-variables)

@ -10,7 +10,6 @@ Learn how to work with files i.e., reading, writing and deleting, files and fold
Visit the following resources to learn more:
- [@article@How To Work With Files In Java](https://www.marcobehler.com/guides/java-files)
- [@article@Java File Class](https://www.javatpoint.com/java-file-class)
- [@article@(old) Java HttpURLConnection Example - Java HTTP Request GET, POST](https://www.digitalocean.com/community/tutorials/java-httpurlconnection-example-java-http-request-get-post)
- [@article@New Java HttpClient](https://www.baeldung.com/java-9-http-client)
- [@article@5 ways to make HTTP requests in Java](https://www.twilio.com/blog/5-ways-to-make-http-requests-in-java)

@ -5,5 +5,4 @@ Java Generic methods and generic classes enable programmers to specify, with a s
Visit the following resources to learn more:
- [@article@Java - Generics](https://www.tutorialspoint.com/java/java_generics.htm)
- [@article@Generics in Java](https://www.javatpoint.com/generics-in-java)
- [@video@Generics in Java](https://www.youtube.com/watch?v=XMvznsY02Mk)

@ -7,6 +7,5 @@ Visit the following resources to learn more:
- [@official@Gradle](https://gradle.org/)
- [@video@Gradle Tutorial](https://youtu.be/kONQCIAcWeI)
- [@video@Working with Gradle](https://youtu.be/6V6G3RyxEMk)
- [@article@Gradle](https://www.javatpoint.com/gradle)
- [@article@Building Spring Boot Projects with Gradle](https://www.baeldung.com/spring-boot-gradle-plugin)
- [@feed@Explore top posts about Gradle](https://app.daily.dev/tags/gradle?ref=roadmapsh)

@ -5,5 +5,4 @@ Hibernate is an open source object-relational mapping tool that provides a frame
Visit the following resources to learn more:
- [@official@Hibernate](https://hibernate.org/)
- [@article@Hibernate Tutorial](https://www.javatpoint.com/hibernate-tutorial)
- [@article@Second-level caching explained](https://hazelcast.com/glossary/hibernate-second-level-cache/)

@ -5,7 +5,6 @@ Logging is an important feature that helps developers to trace out the errors. I
Visit the following resources to learn more:
- [@article@Introduction to Java Logging](https://www.baeldung.com/java-logging-intro)
- [@article@Java Logger](https://www.javatpoint.com/java-logger)
- [@article@Java Logging Frameworks](https://en.wikipedia.org/wiki/Java_logging_framework)
- [@article@How to Do Logging In Java](https://www.marcobehler.com/guides/java-logging)
- [@feed@Explore top posts about Java](https://app.daily.dev/tags/java?ref=roadmapsh)

@ -7,5 +7,4 @@ In Java and other programming languages, loops are used to iterate a part of the
Visit the following resources to learn more:
- [@article@What are loops in Java?](https://www.javatpoint.com/java-for-loop)
- [@article@Loops in Java.](https://www.programiz.com/java-programming/for-loop)

@ -7,4 +7,3 @@ To create package use this command -> javac -d directory javafilename
Visit the following resources to learn more:
- [@article@Packages in Java](https://docs.oracle.com/javase/8/docs/api/java/lang/Package.html)
- [@article@Java Package](https://www.javatpoint.com/package)

@ -6,7 +6,6 @@ Visit the following resources to learn more:
- [@official@Spring Data JPA](https://spring.io/projects/spring-data-jpa)
- [@article@Introduction to Spring Data JPA](https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa)
- [@article@Spring Data JPA Tutorial](https://www.javatpoint.com/spring-and-jpa-integration)
- [@video@Spring Data JPA Tutorial](https://youtu.be/XszpXoII9Sg)
- [@video@Spring Boot Tutorial - Spring Data JPA](https://youtu.be/8SGI_XS5OPw)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -4,7 +4,6 @@ Java provides a new additional package in Java 8 called java.util.stream. This p
Visit the following resources to learn more:
- [@article@Java 8 Stream](https://www.javatpoint.com/java-8-stream)
- [@video@Streams API Tutorial in Java 8+](https://www.youtube.com/watch?v=VNovNwHr9jY)
- [@video@Java 8 Streams Tutorial](https://www.youtube.com/watch?v=t1-YZ6bF-g0)
- [@article@The Java 8 Stream API Tutorial](https://www.baeldung.com/java-8-streams)

@ -19,5 +19,4 @@ gedit [filename]
```
Visit the following resources to learn more:
- [@article@How to edit a file](https://www.scaler.com/topics/how-to-edit-a-file-in-linux/)
- [@article@Linux edit file](https://www.javatpoint.com/linux-edit-file)
- [@article@How to edit a file](https://www.scaler.com/topics/how-to-edit-a-file-in-linux/)

@ -5,4 +5,3 @@ Inheritance is a fundamental concept in object-oriented programming (OOP) that a
Visit the following resources to learn more:
- [@article@Python Inheritance](https://www.w3schools.com/python/python_inheritance.asp)
- [@article@Inheritance in Python](https://www.javatpoint.com/inheritance-in-python)

@ -4,5 +4,4 @@ In software QA, accessibility testing is the practice of confirming that an appl
Visit the following resources to learn more:
- [@article@Accessibility Testing - Javatpoint](https://www.javatpoint.com/accessibility-testing)
- [@feed@Explore top posts about Accessibility](https://app.daily.dev/tags/accessibility?ref=roadmapsh)

@ -7,6 +7,5 @@ The Agile software development methodology is one of the simplest and most effec
Visit the following resources to learn more:
- [@article@Agile Methodology: What is Agile Model in Software Testing?](https://www.guru99.com/agile-scrum-extreme-testing.html)
- [@article@Agile Model](https://www.javatpoint.com/software-engineering-agile-model)
- [@article@Manifesto for Agile Software Development](https://agilemanifesto.org/)
- [@feed@Explore top posts about Agile](https://app.daily.dev/tags/agile?ref=roadmapsh)

@ -5,5 +5,4 @@ Manual Testing is a type of software testing in which test cases are executed ma
Visit the following resources to learn more:
- [@article@Manual Testing Tutorial: What is, Types, Concepts](https://www.guru99.com/manual-testing.html)
- [@article@Manual Testing](https://www.javatpoint.com/manual-testing)
- [@feed@Explore top posts about QA](https://app.daily.dev/tags/qa?ref=roadmapsh)

@ -9,6 +9,5 @@ Spring Boot follows a layered architecture in which each layer communicates with
For more information, visit the following links:
- [@article@Spring Boot Architecture](https://www.javatpoint.com/spring-boot-architecture)
- [@article@Spring Boot Architecture – Detailed Explanation](https://www.interviewbit.com/blog/spring-boot-architecture)
- [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh)

@ -6,5 +6,4 @@ Visit the following links for more resources:
- [@article@Spring Dependency Injection](https://www.baeldung.com/spring-dependency-injection)
- [@article@Dependency Injection Using Spring Boot](https://medium.com/edureka/what-is-dependency-injection-5006b53af782)
- [@article@Dependency Injection in Spring](https://www.javatpoint.com/dependency-injection-in-spring)
- [@feed@Explore top posts about Dependency Injection](https://app.daily.dev/tags/dependency-injection?ref=roadmapsh)

@ -23,5 +23,4 @@ More more resources, check out the following links:
- [@article@Spring IoC, Spring Bean Example Tutorial](https://www.digitalocean.com/community/tutorials/spring-ioc-bean-example-tutorial)
- [@article@Intro to Inversion of Control with Spring](https://www.baeldung.com/inversion-control-and-dependency-injection-in-spring)
- [@article@IoC Container](https://www.javatpoint.com/ioc-container)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -6,7 +6,6 @@ Spring MVC provides a powerful and flexible way to build web applications, and i
For more resources, visit the following links:
- [@article@Spring MVC Tutorial](https://www.javatpoint.com/spring-mvc-tutorial)
- [@article@Spring - MVC Framework](https://www.tutorialspoint.com/spring/spring_web_mvc_framework.htm)
- [@article@Web MVC framework](https://docs.spring.io/spring-framework/docs/3.2.x/spring-framework-reference/html/mvc.html)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -17,5 +17,4 @@ These are just a few examples of the many annotations that are available in Spri
Visit the following link for more details on annotations in spring boot:
- [@article@Spring Annotations](https://www.digitalocean.com/community/tutorials/spring-annotations)
- [@article@Spring Boot Annotations](https://www.javatpoint.com/spring-boot-annotations)
- [@article@Annotations in Spring](https://www.techferry.com/articles/spring-annotations.html)

@ -5,7 +5,6 @@ Spring Security is a framework for securing Java-based applications. It is a pow
Visit the following links for more resources:
- [@official@Spring Security](https://spring.io/projects/spring-security)
- [@article@Spring Security Introduction](https://www.javatpoint.com/spring-security-introduction)
- [@article@What is Spring security](https://www.javadevjournal.com/spring/what-is-spring-security/)
- [@article@Spring Security: Authentication and Authorization In-Depth](https://www.marcobehler.com/guides/spring-security)
- [@feed@Explore top posts about Security](https://app.daily.dev/tags/security?ref=roadmapsh)

@ -5,5 +5,4 @@ Spring Boot starters are a set of convenient dependency descriptors that you can
For more information, visit the following links:
- [@article@Intro to Spring Boot Starters](https://www.baeldung.com/spring-boot-starters)
- [@article@Spring Boot Starters](https://www.javatpoint.com/spring-boot-starters)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -5,4 +5,3 @@ Spring Boot's Autoconfiguration is a powerful and convenient feature that makes
For more information, visit the following links:
- [@article@Auto-configuration using Spring Boot](https://docs.spring.io/spring-boot/docs/2.0.x/reference/html/using-boot-auto-configuration.html)
- [@article@Spring Boot Auto-configuration](https://www.javatpoint.com/spring-boot-auto-configuration)

@ -15,6 +15,5 @@ Spring Boot Actuators are typically used in production environments to monitor t
For more information, visit the following links:
- [@official@Building a RESTful Web Service with Spring Boot Actuator](https://spring.io/guides/gs/actuator-service/)
- [@article@Spring Boot Starter Actuator](https://www.javatpoint.com/spring-boot-actuator)
- [@article@What is Spring Boot Actuator](https://www.baeldung.com/spring-boot-actuators)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -6,6 +6,5 @@ In hibernate framework, we have Transaction interface that defines the unit of w
For more information, visit the following links:
- [@article@Hibernate Transaction Management Example](https://www.javatpoint.com/hibernate-transaction-management-example)
- [@article@Hibernate Transaction Management](https://www.javaguides.net/2018/12/hibernate-transaction-management-tutorial.html)
- [@article@Hibernate Transaction](https://www.w3schools.blog/hibernate-transaction-management)

@ -11,5 +11,4 @@ There are mainly four states of the Hibernate Lifecycle :
For more resources, visit the following links:
- [@article@Entity Lifecycle in Hibernate](https://www.javatpoint.com/hibernate-lifecycle)
- [@article@Hibernate Entity Lifecycle & and its state](https://www.baeldung.com/hibernate-entity-lifecycle)

@ -6,5 +6,4 @@ For more resources, visit the following links:
- [@official@Spring Data JPA](https://spring.io/projects/spring-data-jpa)
- [@article@Introduction to Spring Data JPA](https://www.baeldung.com/the-persistence-layer-with-spring-data-jpa)
- [@article@Spring Data JPA Tutorial](https://www.javatpoint.com/spring-and-jpa-integration)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -19,6 +19,5 @@ By using Spring Cloud, developers can take advantage of the features and capabil
For more resources, visit the following links:
- [@official@Spring Cloud](https://spring.io/projects/spring-cloud)
- [@article@Spring Cloud Tutorial](https://www.javatpoint.com/spring-cloud)
- [@article@Spring Cloud – Bootstrapping](https://www.baeldung.com/spring-cloud-bootstrapping)
- [@feed@Explore top posts about Cloud](https://app.daily.dev/tags/cloud?ref=roadmapsh)

@ -5,6 +5,5 @@ Spring Microservices is a framework that makes it easier to build and manage mic
For more resources, visit the following links:
- [@official@Microservices with Spring](https://spring.io/microservices)
- [@article@Microservices Tutorial](https://www.javatpoint.com/microservices)
- [@article@Microservices with Spring Boot ](https://medium.com/omarelgabrys-blog/microservices-with-spring-boot-intro-to-microservices-part-1-c0d24cd422c3)
- [@feed@Explore top posts about Microservices](https://app.daily.dev/tags/microservices?ref=roadmapsh)

@ -4,6 +4,5 @@ The Spring MVC (Model-View-Controller) is a web application framework that is pa
For more resources, visit the following resources:
- [@article@Spring MVC Tutorial](https://www.javatpoint.com/spring-mvc-tutorial)
- [@article@Overview of Spring MVC Architecture](https://terasolunaorg.github.io/guideline/1.0.1.RELEASE/en/Overview/SpringMVCOverview.html)
- [@feed@Explore top posts about Architecture](https://app.daily.dev/tags/architecture?ref=roadmapsh)

@ -11,8 +11,4 @@ The Spring MVC (Model-View-Controller) framework has several key components that
- `HandlerMapping`: This maps requests to appropriate controllers, responsible for handling the requests.
- `HandlerAdapter`: This is used to handle the request and generate the response.
There are other supporting components that are used to manage the lifecycle of the application's objects, such as the Spring IoC container and different interceptors that provides additional functionality, such as caching and security.
For more information, visit the following links:
- [@article@Spring Boot vs Spring MVC: How do They Compare?](https://www.javatpoint.com/spring-vs-spring-boot-vs-spring-mvc)
There are other supporting components that are used to manage the lifecycle of the application's objects, such as the Spring IoC container and different interceptors that provides additional functionality, such as caching and security.

@ -6,7 +6,6 @@ In Spring MVC, the application is divided into three main components: the Model,
For more information, visit the following links:
- [@article@Spring MVC Tutorial](https://www.javatpoint.com/spring-mvc-tutorial)
- [@article@Spring - MVC Framework](https://www.tutorialspoint.com/spring/spring_web_mvc_framework.htm)
- [@article@Spring MVC Tutorial – Everything You Need To Know](https://www.edureka.co/blog/spring-mvc-tutorial/)
- [@feed@Explore top posts about Spring Framework](https://app.daily.dev/tags/spring?ref=roadmapsh)

@ -4,5 +4,4 @@ The `CEILING()` function in SQL returns the smallest integer greater than or equ
Learn more from the following resources:
- [@article@CEILING Function in SQL](https://www.javatpoint.com/ceiling-function-in-sql)
- [@article@SQL CEILING](https://www.w3schools.com/sql/func_sqlserver_ceiling.asp)

@ -28,5 +28,4 @@ Here are some of the limitations of using an RDBMS:
Learn more from the following resources:
- [@article@Advantages and Disadvantages of DBMS](https://www.javatpoint.com/advantages-and-disadvantages-of-dbms)
- [@article@ACID Transactions in Databases](https://www.databricks.com/glossary/acid-transactions)

@ -19,5 +19,4 @@ In this example, we use the "export" keyword in the "myModule.ts" file to export
Learn more from the following links:
- [@official@External Module](https://www.javatpoint.com/typescript-module)
- [@article@TypeScript - External Module](https://learncodeweb.com/typescript/modules-in-typescript-explain-with-an-example/)

Loading…
Cancel
Save