What We Mean by "Spring"_jackson&sally

강영어·2022년 5월 4일
0

스프링 공식문서

목록 보기
2/6
post-thumbnail

What We Mean by "Spring"

Spring docs 원문

Abstract

  • The Spring Framework provides foundational support for different application architectures, including messaging, transactional data and persistence, and web. It also includes the Servlet-based Spring MVC web framework and, in parallel, the Spring WebFlux reactive web framework.

Thoughts

jackson

  • I couldn't understand some centences.
  • I know why we use Spring Framework because it helps to support for different application architectures including other many things. Just do add dependences, and apply according to its rules. we just have to use it. Most of what I'm trying to do is made !
  • How great is it!?

sally

  • I could't understand many words such as MVC, WebFlux, Jigsaw, classpath.
  • I worried about study of Spring, because the content of this paragraph was difficult.
  • I felt the need to search back-ground of spring.

Questions

  • What is the module and Jigsaw?
    ANSWER:
    1. module
      The introduction of modularity allowed programmers to reuse prewritten code with new applications. Modules were created and bundled with compilers, in which each module performed a business or routine operation within the program.
      참고 링크
    2. Jigsaw
      Project Jigsaw – the modularization of the Java platform and introduction of a general module system – is on track to be included in Java 9.
      참고 링크
  • What is different jar and war ?
    ANSWER:
    The main difference between JAR and WAR Files is that the JAR files are the files that have Java class files, associated metadata and resources aggregated into a single file to execute a Java application while the WAR files are the files that contain Servlet, JSP, HTML, JavaScript and other files necessary for developing web applications.
    참고 링크
profile
모든 문장을 이해해버리겠다. 텝스 만점? 어렵지 않아 !

0개의 댓글