Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
Continue with Facebook
or use


Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
Continue with Facebook
or use


Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.


Have an account? Sign In Now

Sorry, you do not have a permission to ask a question, You must login to ask question.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Stack Ask

Stack Ask Logo Stack Ask Logo

Stack Ask Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/ Questions/Q 4963
Next
In Process
Nguyễn Thái Sơn
  • 0
Nguyễn Thái SơnEnlightened
Asked: March 13, 20222022-03-13T07:42:26+00:00 2022-03-13T07:42:26+00:00In: Java

Spring từ Servlet và JSP

  • 0

Anh ơi có phải Spring đi từ Servlet Java ngày xưa k ạ, có mối quan hệ giữa Spring và Servlet k ạ. Các trung tâm dạy lập trình em thấy đều dạy từ Servlet

  • 2 2 Answers
  • 68 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook
  • Report

2 Answers

  • Voted
  • Oldest
  • Recent
  1. tvd12 Enlightened
    2022-03-13T13:58:00+00:00Added an answer on March 13, 2022 at 1:58 pm

    Đúng vậy em ạ, ngày xưa Spring là 1 framework wrap lại HTTP, và mỗi quan hệ của nó với Servlet em có thể tham khảo bài viết này nhé.

    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Thành Lê Văn Teacher
    2022-04-02T16:58:01+00:00Added an answer on April 2, 2022 at 4:58 pm

    Nên định nghĩa rõ lại nhé:
    1: Spring

    2: Java web Servlet

    3: Java web container

    3: Spring MVC

    4: Spring boot

    5: Spring boot web.

     

    Và giải thích sẽ như sau

    1.  Spring : Khi nói Spring không thì chỉ nói đến các core của spring ví dụ IOC, DI, bean…etc.

    Spring đơn giản là một Framework cho Java và nó cung cấp `inversion of control container` cho java platform.

    ===> Spring và Servlet không liên quan gì đến nhau cả.

    ===> Spriing là một Framework cho java

    2: Servlet  : Chắc cái này dễ hiểu rồi, Servlet là nền tảng core  để impl một chức năng nhận và phản hồi request từ web client (Thường là HTTP), về sau có rất nhiều Framework web cho java thì đều phải thông qua thằng này.

    3: Java web container : Bạn từ đọc nhé

    4: Spring MVC  là Spring Framework  sử dụng để impl web. Bản chất cơ bản thì sẽ sử dụng các tính năng của Spring và impl thêm Servlet.

    Nếu bạn đọc kỹ về Spring thì bạn sẽ thấy Spring MVC tạo mới một`dispatcherservlet`.

    Có thể bạn chưa biết thì `HttpServlet` abstract là một dispatcherservlet mặc định của java. Tất cả reuqest đều đi qua method `service` trong class này

    Các Framework  ví dụ như Spring đều extends lại `HttpServlet` tuy nhiên đa số họ vẫn sử dụng  `service` mặc định này và không thay đổi nó. Các Framework  chỉ IMPL lại method có các param là `HttpServletRequest req, HttpServletResponse resp` để khi thực hiện chạy dòng 790 thì sẽ gọi ngược lại đến code impl của họ.

    4: Spring boot

    Spring boot core thì sẽ không có impl web, bản chất Spring boot sẽ hỗ trợ các tính năng giúp chúng ta tự động config thông qua việc scan file config `spring.factories` trên các thư viện và thực hiện khởi tạo bean và chạy theo khai báo trên `spring.factories`.

    Spring boot giúp chúng ta ít phải thực hiện config hơn, các thư viện..etc.. sẽ thực hiện giúp chúng ta, chúng ta sẽ chỉ cần khai báo cơ bản, nếu cần thực hiện đổi thông số thì sẽ cần khai báo thông số….

    5: Spring boot web.

    Đây chính là thư viện `spring-boot-starter-web` thư viện này là một starter, nó có các lib cho web và tự động config nền tảng web cho chúng ta, chúng ta không cần khai báo web.xml.

    Tuy nhiên có 1 sự khác biệt duy nhất giữa Spring boot web và Spring MVC đó là Spring boot web chỉ có duy nhất một dispatcher còn Spring MVC thì có thể khai báo nhiều `dispatcher`.

    (Xưa mình học là vậy, giờ k biết đổi chưa @@)

    Kết luận:

    Spring và Servler  không liên quan đến nhau

    Spring MVC và Serlver có liên quan đến nhau, Spring MVC impl nền tảng web của java và impl mới một dispatcher.

    Spring Boot và Serlver tương tự như MVC là có liên quan, nhưng chỉ có duy nhất một dispatcher.

     

    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

You must login to add an answer.

Continue with Google
Continue with Facebook
or use


Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 826
  • Answers 1k
  • Best Answers 80
  • Users 336
  • Popular
  • Answers
  • monkey

    [Deep Learning] Làm thế nào để xác định được cái ...

    • 16 Answers
  • Thành Vương

    Bug sai đường dẫn khi config ckeditor lên live

    • 14 Answers
  • Tú Trần Anh

    [Ezyfox Server] Unity game client không gửi được command khi ...

    • 12 Answers
  • tvd12
    tvd12 added an answer 1. Anh không hiểu tại sao em lại cần phải… February 4, 2023 at 7:50 am
  • tvd12
    tvd12 added an answer Cái này anh thấy là em đang gửi dữ liệu… February 4, 2023 at 7:46 am
  • monkey
    monkey added an answer Đây em: class Event{} class Room{} class EventRoom{eventId, roomId} February 2, 2023 at 9:07 am

Related Questions

  • Thân Nam

    Không submit được File trên postman

    • 1 Answer
  • Hồng Quân Nguyễn

    Synchronous Redis trong Spring boot

    • 1 Answer
  • Hồng Quân Nguyễn

    kafka serializer và deserializer

    • 3 Answers

Top Members

tvd12

tvd12

  • 76 Questions
  • 1k Points
Enlightened
monkey

monkey

  • 122 Questions
  • 1k Points
Enlightened
Nguyễn Thái Sơn

Nguyễn Thái Sơn

  • 205 Questions
  • 307 Points
Enlightened

Trending Tags

#formatdate .net .net core .net oop abstract class access app access token ai analytics android ansible anti-flooding apache poi api app architecture artificial intelligence assembly async asyncawait atomicboolean authentication backend backend nestjs background bash script batch bean big project binding bitcoin blockchain blog boot-nodes branch british btree bucket4j buffered build bundle c# c# .net cache caching callback career career path cast centos chat cloud cloud reliability commit communication company computer science concurrent config-css connection pool content-disposition contract convert date to number cookie cors cosmos cosmos-sdk crawl data cron css database database migration datasource datastructure deadlock decentralized exchange deep learning deploy contract design-pattern design patterns devops dex di distraction programing dns docker download draw.io du học duration dữ liệu lớn eclip editor elasticsearch email employee english erc20 erc721 estimation eth ethereum ethereum login excel exception exception handle exception handler executor export compliance extensions exyfox ezyfox ezyfox-boot ezyfox-server ezyfoxserver ezyhttp ezymq-kafka ezyredis facebook fe filter floating point flutter format json freetank french front-end frontend fullstack fulltextsearch future gallery game game-box game-room game-server gateway get get file zip git glide go golang google gorilla graduation thesis graphql grapql grpc guide h2 database handy terminal hazelcast hibernate hibernateconfig html http https hyperloglog image index indexing integration-test intellij interface interview io ioc ipfs isolate issue it java java core javacore javascript java spring javaw java web jenkins jetbrains job join jotform jpa js json json file jsonproperty json to object jsp jsp & servlet junit-test jvm jwt kafka keep promise kerberos keycloak kotlin language languague library list load-balancing load balancer lock log log4j log4j-core login lưu trữ machine learning macos mail mail template main maria db math maven merge message queue messaging metamask microservice microservices migration mobile model mongo monitoring mq msgpack multi-threading multiple tenant multithread multithreading mysql n naming naming convention nan netcore netty networking nft nft game nginx nio node.js nodejs non-blocking io null oop opensource optimize oracle orm otp message paginaiton pagination pancakeswap panic partition pdf pgpool phỏng vấn plugin pointer postgresql postman pre private_key procedure profile programming project management promise properties push-noti push message android push notification python python unicode qrcode question queue rabbitmq reactive reactjs reactjs download readmoretextview recyclerview redis refactor refresh token regex replica repository request resilence4j resource rest resttemplate roadmap ropssten ropsten round robin rust rxjava s3 schedule scheduled scheduled spring boot search security send email send mail server servlet session shift jis singleton sjis slack smart contract soap socket socket server soft delete solution sosanh spring spring-boot-test spring-jpa spring aop springboot spring boot spring data jpa spring redis springsecurity spring security springwebflux mysql spring websocket spring websocket cors sql sql server sse ssl email stackask storage stream stream api stress test structure trong spring boot study synchronize synchronized system environment variables test thread threadjava threadpool thread pool thymeleaf tomcat totp tracking location transaction transfer transfer git udp uniswap unit test unity upload upload file utf-8 file validate validate date vector view volatile vue vue cli watermark web web3 web3 client webassembly webflux webpack websocket windows 11 winforms work zip file zookeeper

Footer

Stack Ask

Stack Ask is where Developers Ask & Answers. It will help you resolve any questions and connect you with other people.

About Us

  • Meet The Team
  • About Us
  • Contact Us

Legal Stuff

  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Help

Follow

© 2021 Stack Ask. All Rights Reserved
Powered by youngmonkeys.org