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:
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. 참고 링크
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. 참고 링크