java - Spring框架下面各个部分是怎么样一种关系,他们都有那些职责?
天蓬老师
天蓬老师 2017-04-18 09:37:48
[Java讨论组]
天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

全部回复(2)
黄舟

勾选Spring MVC,上述的区别,你从字面意思就可以看出来,spring MVC是做MVC框架的,web service做接口的,现在都用restful api了,就不用webservice了,其他的很少使用,你可以在spring官网上查到:spring.io

Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing, transaction management, job processing statistics, job restart, skip, and resource management. It also provides more advanced technical services and features that will enable extremely high-volume and high performance batch jobs through optimization and partitioning techniques. Simple as well as complex, high-volume batch jobs can leverage the framework in a highly scalable manner to process significant volumes of information.

Spring Web Flow builds on Spring MVC and allows implementing the "flows" of a web application. A flow encapsulates a sequence of steps that guide a user through the execution of some business task. It spans multiple HTTP requests, has state, deals with transactional data, is reusable, and may be dynamic and long-running in nature..

PHPz

Spring framework是分模块的,用一张spring的官方文档上的图来说明

http://docs.spring.io/spring/...

你图上的这些项目都是基于这些模块开发的Spring的子项目,比如说Spring MVC是针对web开发的,那么它里面用到的模块有Spring web等,还有一些Spring的核心模块。

你只是写一个Hello world的话,用Spring Core Container下的模块就行了。

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习
PHP中文网抖音号
发现有趣的

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号